Home
last modified time | relevance | path

Searched refs:cells0 (Results 1 – 2 of 2) sorted by relevance

/petsc/include/
H A Dpetsclandau.h133 PetscInt cells0[3]; member
/petsc/src/ts/utils/dmplexlandau/
H A Dplexland.c604 …PetscCall(DMPlexCreateBoxMesh(comm_self, dim, PETSC_FALSE, ctx->cells0, lo, hi, periodicity, PETSC… in LandauDMCreateVMeshes()
1127 for (PetscInt ii = 0; ii < LANDAU_DIM; ii++) ctx->cells0[ii] = 2; in ProcessOptions()
1128 if (LANDAU_DIM == 2) ctx->cells0[0] = 1; in ProcessOptions()
1333 …m_cells", "Number of cells in each dimension of base grid", "plexland.c", ctx->cells0, &nt, &flg)); in ProcessOptions()