Searched refs:rsection (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexfem.c | 6396 PetscSection rsection, rglobalSection, csection, cglobalSection, sectionAux; in DMPlexComputeJacobianByKeyGeneral() local 6407 PetscCall(DMGetLocalSection(dmr, &rsection)); in DMPlexComputeJacobianByKeyGeneral() 6450 PetscCall(DMPlexVecGetClosure(dmr, rsection, locX, cell, NULL, &x)); in DMPlexComputeJacobianByKeyGeneral() 6452 PetscCall(DMPlexVecRestoreClosure(dmr, rsection, locX, cell, NULL, &x)); in DMPlexComputeJacobianByKeyGeneral() 6454 PetscCall(DMPlexVecGetClosure(dmr, rsection, locX_t, cell, NULL, &x_t)); in DMPlexComputeJacobianByKeyGeneral() 6456 PetscCall(DMPlexVecRestoreClosure(dmr, rsection, locX_t, cell, NULL, &x_t)); in DMPlexComputeJacobianByKeyGeneral() 6574 …PetscCall(DMPlexMatSetClosureGeneral(dmr, rsection, rglobalSection, clPerm, dmc, csection, cglobal… in DMPlexComputeJacobianByKeyGeneral() 6577 …PetscCall(DMPlexMatSetClosureGeneral(dmr, rsection, rglobalSection, clPerm, dmc, csection, cglobal… in DMPlexComputeJacobianByKeyGeneral() 6581 …PetscCall(DMPlexMatSetClosureGeneral(dmr, rsection, rglobalSection, clPerm, dmc, csection, cglobal… in DMPlexComputeJacobianByKeyGeneral()
|