#include "petscdmplex.h" PetscErrorCode DMPlexCreateHexBoxMesh(MPI_Comm comm, PetscInt dim, const PetscInt cells[], DMBoundaryType periodicX, DMBoundaryType periodicY, DMBoundaryType periodicZ, DM *dm)Collective on MPI_Comm Many br
comm | - The communicator for the DM object Many br | |
dim | - The spatial dimension Many br | |
periodicX | - The boundary type for the X direction Many br | |
periodicY | - The boundary type for the Y direction Many br | |
periodicZ | - The boundary type for the Z direction Many br | |
cells | - The number of cells in each direction Many br |
Many br
Level:beginner
Location:src/dm/impls/plex/plexcreate.c
Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages