[petsc-users] DMPlex examples in parallel/3D?

Mark Lohry mlohry at princeton.edu
Tue May 19 10:32:31 CDT 2015


Great thanks, I'll look more into this.

Question on the dofs that wasn't clear from the manual - are the dofs on 
cells, faces, edges, and vertices *all* actual degrees of freedom / 
solution unknowns in the system to solve, or does one say the dofs on 
the cells represent actual solution unknowns, and face dofs are just 
things to be communicated for inter-cell flux computation? e.g. say i 
was doing the simplest cellwise-constant finite volume scheme for a 
scalar; do i have 1 dof per cell, and zero dofs anywhere else?



>
> You can easily get started by just calling DMPlexDistribute() on a 
> serial mesh.
>

perfect, i'll start with that.


>
>
> I do cG FEM in SNES ex12 and ex62.
>


Great thanks, didn't see these linked from the DMPlex doc pages.


More information about the petsc-users mailing list