Skip to content

Re-add functions for reading/writing mesh geometry #218

@jeff-cohere

Description

@jeff-cohere

#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

No one assigned

    Labels

    I/Oinput/output

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions