-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
I/Oinput/outputinput/output
Description
#215 discarded these mesh geometry reading and writing functions, because the assumptions they were written under changed as a result of the work in that PR:
PETSC_INTERN PetscErrorCode TDyMeshReadGeometry(TDyMesh*,const char*);
PETSC_INTERN PetscErrorCode TDyMeshWriteGeometry(TDyMesh*,const char*);
If I understand things correctly, @bishtgautam introduced these functions to save time on calculating mesh geometry for debugging. Maybe it's time for us to optimize the geometry calculations so we don't need these functions anymore. But if that's not practical, we can try to rewrite these functions so they work in the post-215 world.
Metadata
Metadata
Assignees
Labels
I/Oinput/outputinput/output