Searched refs:NfInt (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexceed.c | 200 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() 261 … NfInt, PETSC_COMM_SELF, PETSC_ERR_SUP, "Shape mismatch, neg offsets array of shape (%" PetscInt_F… in DMPlexGetLocalOffsetsSupport() 262 … NfInt, PETSC_COMM_SELF, PETSC_ERR_SUP, "Shape mismatch, pos offsets array of shape (%" PetscInt_F… in DMPlexGetLocalOffsetsSupport()
|
| /petsc/src/dm/interface/ |
| H A D | dmceed.c | 460 PetscInt value = 0, height = 1, NfInt = 0, Nf = 0; in DMCeedComputeInfo() local 468 if (Ns == 2) ++NfInt; in DMCeedComputeInfo() 491 …NfInt * 3, PETSC_COMM_SELF, PETSC_ERR_SUP, "Shape mismatch, info offsets array of shape (%" PetscI… in DMCeedComputeInfo()
|