Searched refs:DMPlexComputeCellGeometryAffineFEM (Results 1 – 7 of 7) sorted by relevance
| /petsc/src/dm/impls/plex/tutorials/ |
| H A D | ex3f90.F90 | 67 PetscCallA(DMPlexComputeCellGeometryAffineFEM(dm, i, pv0, pJ, pinvJ, detJ, ierr))
|
| /petsc/src/dm/dt/dualspace/interface/ |
| H A D | dualspace.c | 1016 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 D | dspacelagrange.c | 620 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 D | petscdmplex.h | 384 PETSC_EXTERN PetscErrorCode DMPlexComputeCellGeometryAffineFEM(DM, PetscInt, PetscReal[], PetscReal…
|
| /petsc/src/dm/dt/dualspace/impls/sum/ |
| H A D | dualspacesum.c | 820 PetscCall(DMPlexComputeCellGeometryAffineFEM(K, p, v0, J, NULL, &detJ)); in PetscDualSpaceSetUp_Sum()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexgeometry.c | 2482 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 D | plex.c | 9943 PetscCall(DMPlexComputeCellGeometryAffineFEM(dm, c, NULL, J, invJ, &detJ)); in DMPlexCheckCellShape()
|