Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/tutorials/
H A Dex3f90.F9067 PetscCallA(DMPlexComputeCellGeometryAffineFEM(dm, i, pv0, pJ, pinvJ, detJ, ierr))
/petsc/src/dm/dt/dualspace/interface/
H A Ddualspace.c1016 PetscCall(DMPlexComputeCellGeometryAffineFEM(sdm, 0, sv0, NULL, NULL, &hdetJ)); in PetscDualSpacePushForwardSubspaces_Internal()
1017 PetscCall(DMPlexComputeCellGeometryAffineFEM(dm, s, v0, J, NULL, &detJ)); in PetscDualSpacePushForwardSubspaces_Internal()
/petsc/src/dm/dt/dualspace/impls/lagrange/
H A Ddspacelagrange.c620 PetscCall(DMPlexComputeCellGeometryAffineFEM(dm, p, NULL, J, NULL, &detJ)); in PetscLagNodeIndicesPushForward()
1565 PetscCall(DMPlexComputeCellGeometryAffineFEM(dm, p, v0, J, Jinv, &detJ)); in PetscDualSpaceCreateAllDataFromInteriorData()
2095 PetscCall(DMPlexComputeCellGeometryAffineFEM(dm, p, v0, J, NULL, &detJ)); in PetscDualSpaceSetUp_Lagrange()
/petsc/include/
H A Dpetscdmplex.h384 PETSC_EXTERN PetscErrorCode DMPlexComputeCellGeometryAffineFEM(DM, PetscInt, PetscReal[], PetscReal…
/petsc/src/dm/dt/dualspace/impls/sum/
H A Ddualspacesum.c820 PetscCall(DMPlexComputeCellGeometryAffineFEM(K, p, v0, J, NULL, &detJ)); in PetscDualSpaceSetUp_Sum()
/petsc/src/dm/impls/plex/
H A Dplexgeometry.c2482 PetscErrorCode DMPlexComputeCellGeometryAffineFEM(DM dm, PetscInt cell, PetscReal v0[], PetscReal J… in DMPlexComputeCellGeometryAffineFEM() function
3900 PetscCall(DMPlexComputeCellGeometryAffineFEM(dm, cell, v0, J, invJ, &detJ)); in DMPlexCoordinatesToReference()
3982 PetscCall(DMPlexComputeCellGeometryAffineFEM(dm, cell, v0, J, NULL, &detJ)); in DMPlexReferenceToCoordinates()
H A Dplex.c9943 PetscCall(DMPlexComputeCellGeometryAffineFEM(dm, c, NULL, J, invJ, &detJ)); in DMPlexCheckCellShape()