By default if you just use the examples exactly the way they are it
will just work the way you expect it to. Don't worry about
partitioners and mesh classes until you _know_ you need to.
Basically, with the default configuration the mesh will be read and
partitioned automatically.
Derek
Sent fr
Dear all,
I'm somewhat confused by parallel mesh and mesh partitioner class (and it's
sub classes: ParmetisPartirioner, MetisPartitioner,…). I wonder if someone can
explain steps you need to take after reading a mesh file on head node (or
constructing mesh) to partiion it (say using parmetis)
On Mon, 7 Nov 2011, Matteo Semplice wrote:
> This would be ok with me, but the question is how can I achieve this in
> the DifferentiableSystem framework? Part 3 should be ok using
> FEMSystem::side_postprocess, but how about part 2?
Sorry I don't have more time to make helpful suggestions, but
Dear all,
I am afraid that boundary conditions imposed with the penalty
method are confusing NewtonSolver for a nonlinear system of PDE's I'm
working with (I have already checked the jacobians with
verify_analitic_jacobians...). Thus, I would like to rule out the
penalty method as culprit