Searched refs:expectedInterpolated (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex55.c | 89 static PetscErrorCode CheckInterpolated(DM dm, PetscBool expectedInterpolated) in CheckInterpolated() argument 99 …lated == expectedInterpolated, PetscObjectComm((PetscObject)dm), PETSC_ERR_PLIB, "Expected DM bein… in CheckInterpolated() 103 static PetscErrorCode CheckDistributedInterpolated(DM dm, PetscBool expectedInterpolated, PetscView… in CheckDistributedInterpolated() argument 106 PetscBool distributed, interpolated = expectedInterpolated; in CheckDistributedInterpolated() 132 …m, Vec vec, const char filename[], const char prefix[], PetscBool expectedInterpolated, AppCtx *us… in DMPlexWriteAndReadHDF5() argument 176 PetscCall(CheckDistributedInterpolated(dmnew, expectedInterpolated, v, user)); in DMPlexWriteAndReadHDF5()
|