#include "petscda.h" PetscErrorCode PETSCDM_DLLEXPORT DACreate1d(MPI_Comm comm,DAPeriodicType wrap,PetscInt M,PetscInt dof,PetscInt s,PetscInt *lc,DA *inra)Collective on MPI_Comm
comm | - MPI communicator | |
wrap | - type of periodicity should the array have, if any. Use either DA_NONPERIODIC or DA_XPERIODIC | |
M | - global dimension of the array (use -M to indicate that it may be set to a different value from the command line with -da_grid_x <M>) | |
dof | - number of degrees of freedom per node | |
lc | - array containing number of nodes in the X direction on each processor, or PETSC_NULL. If non-null, must be of length as m. | |
s | - stencil width |
-da_view | - Calls DAView() at the conclusion of DACreate1d() | |
-da_grid_x <nx> | - number of grid points in x direction; can set if M < 0 | |
-da_refine_x | - refinement factor |
Level:beginner
Location:src/dm/da/src/da1.c
Index of all DA routines
Table of Contents for all manual pages
Index of all manual pages