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

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)


Implementation strategy

Mesh

Assembly

Linear algebra

I/O

Tasks

List a tasks for implementation

Personal tools