#include "petscdmmesh.h" PetscErrorCode VecViewExodusVertexSet(DM dm,Vec v,PetscInt vsID,MPI_Comm comm,PetscInt exoid,PetscInt step,PetscInt exofield)Collective on comm
dm | - the DMMesh representing the mesh | |
v | - the LOCAL vector of values to be saved (i.e. with ghost values) obtained with SectionRealCreateLocalVector. if v represents a field with several components, the block size must be set accordingly using VecSetBlockSize() | |
vsID | - the vertex set ID | |
exoid | - the id of the exodusII file (obtained with ex_open or ex_create) | |
step | - the time step to write | |
exofield | - the position in the exodus field of the first component |
Interpolated meshes are not supported.
Level:beginner
Location:src/dm/impls/mesh/meshexodus.c
Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages