Home
last modified time | relevance | path

Searched refs:PetscFEInterpolateAtPoints_Static (Results 1 – 4 of 4) sorted by relevance

/petsc/include/petsc/private/
H A Dpetscfeimpl.h315 static inline PetscErrorCode PetscFEInterpolateAtPoints_Static(PetscFE fe, PetscTabulation T, const… in PetscFEInterpolateAtPoints_Static() function
/petsc/src/dm/impls/swarm/tests/
H A Dex6.c473 PetscCall(PetscFEInterpolateAtPoints_Static(fe, tab, clPhi, &feGeometry, cp, &E[p * dim])); in ComputeFieldAtParticles_Mixed()
/petsc/src/ts/tutorials/hamiltonian/
H A Dex2.c1809 PetscCall(PetscFEInterpolateAtPoints_Static(fe, tab, clPhi, chunkgeom, cp, &E[p * dim])); in ComputeFieldAtParticles_Mixed()
H A Dex4.c2414 PetscCall(PetscFEInterpolateAtPoints_Static(fe, tab, clPhi, chunkgeom, cp, &E[p * dim])); in ComputeFieldAtParticles_Mixed()