Currently, boundary conditions are specified using either NamedTuples (for TreeMesh and StructuredMesh) or Dicts (for P4estMesh, UnstructuredMesh2D). It would be nice to allow both formats or to unify the way in which boundary conditions are specified.
Related: TreeMesh boundary conditions require specifying periodic boundary conditions explicitly, while P4estMesh only works if you do not specify periodic boundary conditions.
Currently, boundary conditions are specified using either
NamedTuple
s (forTreeMesh
andStructuredMesh
) orDict
s (forP4estMesh
,UnstructuredMesh2D
). It would be nice to allow both formats or to unify the way in which boundary conditions are specified.