DMPlexCreateFluent#

Create a DMPLEX mesh from a Fluent mesh file http://aerojet.engr.ucdavis.edu/fluenthelp/html/ug/node1490.htm.

Synopsis#

#include "petscdmplex.h"   
PetscErrorCode DMPlexCreateFluent(MPI_Comm comm, PetscViewer viewer, PetscBool interpolate, DM *dm)

Collective

Input Parameters#

  • comm - The MPI communicator

  • viewer - The PetscViewer associated with a Fluent mesh file

  • interpolate - Create faces and edges in the mesh

Output Parameter#

  • dm - The DM object representing the mesh

See Also#

DMPlex: Unstructured Grids, DM, DMPLEX, DMCreate()

Level#

beginner

Location#

src/dm/impls/plex/plexfluent.c

Implementations#

DMPlexCreateFluent_ReadString() in src/dm/impls/plex/plexfluent.c
DMPlexCreateFluent_ReadValues() in src/dm/impls/plex/plexfluent.c
DMPlexCreateFluent_ReadSection() in src/dm/impls/plex/plexfluent.c


Index of all DMPlex routines
Table of Contents for all manual pages
Index of all manual pages