Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/tests/
H A Dex5.c1133 DM dmFault; in TestAssembly() local
1174 PetscCall(DMPlexCreateCohesiveSubmesh(dm, PETSC_FALSE, NULL, 0, &dmFault)); in TestAssembly()
1175 PetscCall(DMViewFromOptions(dmFault, NULL, "-fault_view")); in TestAssembly()
1176 PetscCall(DMPlexOrient(dmFault)); in TestAssembly()
1179 PetscCall(DMAddField(dmFault, NULL, (PetscObject)fe)); in TestAssembly()
1181 PetscCall(DMCreateDS(dmFault)); in TestAssembly()
1182 PetscCall(DMGetLocalVector(dmFault, &locW)); in TestAssembly()
1183 PetscCall(DMViewFromOptions(dmFault, NULL, "-cohesive_view")); in TestAssembly()
1188 PetscCall(DMPlexGetDepthLabel(dmFault, &depthLabel)); in TestAssembly()
1189 PetscCall(DMPlexGetDepth(dmFault, &depth)); in TestAssembly()
[all …]