Searched refs:remGeom (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexfem.c | 6256 PetscFEGeom *cgeomFEM, *chunkGeom = NULL, *remGeom = NULL; in DMPlexComputeJacobianByKey() local 6282 PetscCall(PetscFEGeomGetChunk(cgeomFEM, offset, numCells, &remGeom)); in DMPlexComputeJacobianByKey() 6287 …PetscCall(PetscFEIntegrateJacobian(prob, prob, PETSCFE_JACOBIAN, key, Nr, remGeom, &u[offset * tot… in DMPlexComputeJacobianByKey() 6291 …PetscCall(PetscFEIntegrateJacobian(prob, prob, PETSCFE_JACOBIAN_PRE, key, Nr, remGeom, &u[offset *… in DMPlexComputeJacobianByKey() 6295 …PetscCall(PetscFEIntegrateJacobian(prob, prob, PETSCFE_JACOBIAN_DYN, key, Nr, remGeom, &u[offset *… in DMPlexComputeJacobianByKey() 6298 PetscCall(PetscFEGeomRestoreChunk(cgeomFEM, offset, numCells, &remGeom)); in DMPlexComputeJacobianByKey() 6479 PetscFEGeom *cgeomFEM, *chunkGeom = NULL, *remGeom = NULL; in DMPlexComputeJacobianByKeyGeneral() local 6505 PetscCall(PetscFEGeomGetChunk(cgeomFEM, offset, numCells, &remGeom)); in DMPlexComputeJacobianByKeyGeneral() 6510 …PetscCall(PetscFEIntegrateJacobian(rds, cds, PETSCFE_JACOBIAN, key, Nr, remGeom, &u[offset * totDi… in DMPlexComputeJacobianByKeyGeneral() 6514 …PetscCall(PetscFEIntegrateJacobian(rds, cds, PETSCFE_JACOBIAN_PRE, key, Nr, remGeom, &u[offset * t… in DMPlexComputeJacobianByKeyGeneral() [all …]
|