Skip to content

Draft: DMForest: set a default discretization for the coordinateDM

Toby Isaac requested to merge tisaac/fix-p4est-global-coordinates into release

DMForest: set a default discretization for the coordinateDM

Usually not needed, unless global coordinates are asked for, because then the global coordinates are created from the local coordinates by DMLocalToGlobal(), and then the constraint matrices are needed.

Thanks to Berend van Wachem for reporting and supplying a test case.

Merge request reports