Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexceed.c200 PetscInt dim, height = 1, dm_field = 0, ds_field = 0, Nf, NfInt = 0, Nc; in DMPlexGetLocalOffsetsSupport() local
218 if (Ns == 2) ++NfInt; in DMPlexGetLocalOffsetsSupport()
220 *num_faces = NfInt; in DMPlexGetLocalOffsetsSupport()
228 PetscCall(PetscMalloc1(NfInt, &restr_indices_neg)); in DMPlexGetLocalOffsetsSupport()
229 PetscCall(PetscMalloc1(NfInt, &restr_indices_pos)); in DMPlexGetLocalOffsetsSupport()
261NfInt, PETSC_COMM_SELF, PETSC_ERR_SUP, "Shape mismatch, neg offsets array of shape (%" PetscInt_F… in DMPlexGetLocalOffsetsSupport()
262NfInt, PETSC_COMM_SELF, PETSC_ERR_SUP, "Shape mismatch, pos offsets array of shape (%" PetscInt_F… in DMPlexGetLocalOffsetsSupport()
/petsc/src/dm/interface/
H A Ddmceed.c460 PetscInt value = 0, height = 1, NfInt = 0, Nf = 0; in DMCeedComputeInfo() local
468 if (Ns == 2) ++NfInt; in DMCeedComputeInfo()
491NfInt * 3, PETSC_COMM_SELF, PETSC_ERR_SUP, "Shape mismatch, info offsets array of shape (%" PetscI… in DMCeedComputeInfo()