Searched refs:DMStagStencilLocations (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/dm/impls/stag/ |
| H A D | stagda.c | 34 … "Incompatible dim (%" PetscInt_FMT ") and loc(%s) combination", dim, DMStagStencilLocations[loc]); in DMStagCreateCompatibleDMDA() 40 … "Incompatible dim (%" PetscInt_FMT ") and loc(%s) combination", dim, DMStagStencilLocations[loc]); in DMStagCreateCompatibleDMDA() 46 … "Incompatible dim (%" PetscInt_FMT ") and loc(%s) combination", dim, DMStagStencilLocations[loc]); in DMStagCreateCompatibleDMDA() 54 … "Incompatible dim (%" PetscInt_FMT ") and loc(%s) combination", dim, DMStagStencilLocations[loc]); in DMStagCreateCompatibleDMDA() 64 … "Incompatible dim (%" PetscInt_FMT ") and loc(%s) combination", dim, DMStagStencilLocations[loc]); in DMStagCreateCompatibleDMDA() 74 … "Incompatible dim (%" PetscInt_FMT ") and loc(%s) combination", dim, DMStagStencilLocations[loc]); in DMStagCreateCompatibleDMDA() 88 … "Incompatible dim (%" PetscInt_FMT ") and loc(%s) combination", dim, DMStagStencilLocations[loc]); in DMStagCreateCompatibleDMDA() 95 …m((PetscObject)dm), PETSC_ERR_SUP, "Not implemented for location %s", DMStagStencilLocations[loc]); in DMStagCreateCompatibleDMDA() 173 …_SUP, "Not implemented for location (perhaps not canonical) %s", DMStagStencilLocations[locCanonic… in DMStagDMDAGetExtraPoints() 448 … PetscInt_FMT " dof, but component %" PetscInt_FMT " requested", DMStagStencilLocations[loc], locd… in DMStagVecSplitToDMDA()
|
| H A D | stagstencil.c | 8 const char *const DMStagStencilLocations[] = {"NONE", "BACK_DOWN_LEFT", "BACK_DOWN", "BACK_DOWN_RIG… variable 157 …m((PetscObject)dm), PETSC_ERR_SUP, "Not implemented for location %s", DMStagStencilLocations[loc]); in DMStagGetLocationDOF() 178 …m((PetscObject)dm), PETSC_ERR_SUP, "Not implemented for location %s", DMStagStencilLocations[loc]); in DMStagGetLocationDOF() 219 …m((PetscObject)dm), PETSC_ERR_SUP, "Not implemented for location %s", DMStagStencilLocations[loc]); in DMStagGetLocationDOF()
|
| H A D | stagutils.c | 750 …ect)dm), PETSC_ERR_ARG_OUTOFRANGE, "Location %s has no dof attached", DMStagStencilLocations[loc]); in DMStagGetLocationSlot() 751 …T ") for location %s is too big (maximum %" PetscInt_FMT ")", c, DMStagStencilLocations[loc], dof … in DMStagGetLocationSlot()
|
| /petsc/include/ |
| H A D | petscdmstag.h | 52 PETSC_EXTERN const char *const DMStagStencilLocations[]; /* Corresponding strings (see stagstencil.… variable
|