dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #14036
[HG DOLFIN] Get parallel assembly and solve working (?).
One or more new changesets pushed to the primary dolfin repository.
A short summary of the last three changesets is included below.
changeset: 6359:0ebf881aba3d691ef652ecddbea869060aa9b1b2
tag: tip
user: Anders Logg <logg@xxxxxxxxx>
date: Mon Jun 22 00:14:29 2009 +0200
files: dolfin/fem/Assembler.cpp dolfin/function/Function.cpp dolfin/la/PETScKrylovSolver.cpp dolfin/la/PETScKrylovSolver.h dolfin/la/PETScLUSolver.cpp dolfin/la/PETScMatrix.cpp dolfin/la/PETScMatrix.h dolfin/la/PETScVector.cpp dolfin/mesh/MeshPartitioning.cpp sandbox/passembly/main.cpp
description:
Get parallel assembly and solve working (?).
Try
cd sandbox/passembly
mpirun -n 16 ./demo
changeset: 6358:6abae2c08b4b10b111f08d08676822e8e8541c80
user: Anders Logg <logg@xxxxxxxxx>
date: Sun Jun 21 22:42:41 2009 +0200
files: dolfin/la/EpetraSparsityPattern.cpp dolfin/la/EpetraSparsityPattern.h dolfin/la/GenericSparsityPattern.h dolfin/la/PETScMatrix.cpp dolfin/la/SparsityPattern.cpp dolfin/la/SparsityPattern.h
description:
Replace GenericSparsityPattern::range() with row_range() and col_range(),
we need both.
changeset: 6357:0975e6086f8e8979b86990241f379bf1c08bcd68
user: Anders Logg <logg@xxxxxxxxx>
date: Sun Jun 21 21:32:27 2009 +0200
files: dolfin/la/SparsityPattern.cpp
description:
Implement SparsityPattern::num_nonzeros_off_diagonal. SparsityPattern
should be ok now.
----------------------------------------------------------------------
For more details, visit http://www.fenics.org/hg/dolfin
Follow ups