DOLFIN parallel
From The FEniCS project
This page presents a list of requirements and an implementation strategy for distributed parallel assembly and solve in DOLFIN.
Contents |
[edit]
Requirements
- Fully distributed meshes
- Refinement/coarsening of distributed meshes
- Arbitrary element types and orders
- Facet integrals (DG)
- Allow use of different partitioning libraries (e.g. Metis or SCOTCH)
[edit]
Implementation strategy
[edit]
Mesh
[edit]
Assembly
[edit]
Linear algebra
[edit]
I/O
[edit]
Tasks
List a tasks for implementation

