Searched refs:PetscFEComputeTabulation (Results 1 – 7 of 7) sorted by relevance
| /petsc/include/ |
| H A D | petscfe.h | 143 PETSC_EXTERN PetscErrorCode PetscFEComputeTabulation(PetscFE, PetscInt, const PetscReal[], PetscInt…
|
| /petsc/src/snes/utils/dm/ |
| H A D | dminterpolatesnes.c | 602 PetscCall(PetscFEComputeTabulation(fem, 1, xir, 0, T)); in DMInterpolate_Quad_Private()
|
| /petsc/src/ts/tutorials/hamiltonian/ |
| H A D | ex2.c | 1677 PetscCall(PetscFEComputeTabulation(fe, Ncp, refcoord, 1, tab)); in ComputeFieldAtParticles_Primal() 1803 PetscCall(PetscFEComputeTabulation(fe, Ncp, refcoord, 1, tab)); in ComputeFieldAtParticles_Mixed()
|
| H A D | ex4.c | 2281 PetscCall(PetscFEComputeTabulation(fe, Ncp, refcoord, 1, tab)); in ComputeFieldAtParticles_Primal() 2408 PetscCall(PetscFEComputeTabulation(fe, Ncp, refcoord, 1, tab)); in ComputeFieldAtParticles_Mixed()
|
| H A D | ex3.c | 1093 PetscCall(PetscFEComputeTabulation(fe, Ncp, refcoord, 1, tab)); in ComputeFieldAtParticles_Primal()
|
| /petsc/src/dm/dt/fe/interface/ |
| H A D | fe.c | 1039 PetscErrorCode PetscFEComputeTabulation(PetscFE fem, PetscInt npoints, const PetscReal points[], Pe… in PetscFEComputeTabulation() function
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexfem.c | 3285 PetscCall(PetscFEComputeTabulation((PetscFE)obj, 1, x, 0, T)); in DMPlexComputeInterpolatorGeneral() 3520 PetscCall(PetscFEComputeTabulation(fe, 1, x, 0, T)); in DMPlexComputeMassMatrixGeneral()
|