Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/tests/
H A Dex5.c1134 IS cohesiveCells; in TestAssembly() local
1148 PetscCall(ISCreateStride(PETSC_COMM_SELF, cEnd - cMax, cMax, 1, &cohesiveCells)); in TestAssembly()
1229 …PetscCall(DMPlexComputeResidualHybridByKey(dm, keys, cohesiveCells, 0.0, locX, NULL, 0.0, locF, us… in TestAssembly()
1232 …PetscCall(DMPlexComputeJacobianHybridByKey(dm, keys, cohesiveCells, 0.0, 0.0, locX, NULL, J, J, us… in TestAssembly()
1240 PetscCall(ISDestroy(&cohesiveCells)); in TestAssembly()