Skip to content

Add DMLoadFromFile() that utilizes DMLoad() and determines the loader based on the file extension

Barry Smith requested to merge barry/2023-08-06/add-non-base-dmloadfromfile into main

Proposed as an alternative approach to !6781 knepley/feature-dm-loadfromfile but that respects the load/view PETSc paradigm

TODO: convert the DMPlexXXXCreateFromFile() routines into suitable DMLoad_Plex_xxx

Merge request reports