#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
comm | - The communicator for the DM object | |
dim | - The spatial dimension | |
periodicX | - The boundary type for the X direction | |
periodicY | - The boundary type for the Y direction | |
periodicZ | - The boundary type for the Z direction | |
cells | - The number of cells in each direction |
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