Home
last modified time | relevance | path

Searched refs:PetscFVInterpolate_Static (Results 1 – 2 of 2) sorted by relevance

/petsc/include/petsc/private/
H A Dpetscfvimpl.h98 static inline PetscErrorCode PetscFVInterpolate_Static(PetscFV fv, const PetscScalar x[], PetscInt … in PetscFVInterpolate_Static() function
/petsc/src/dm/impls/plex/
H A Dplexfem.c1559 …else if (id == PETSCFV_CLASSID) PetscCall(PetscFVInterpolate_Static((PetscFV)obj, &x[fieldOffset],… in DMPlexComputeL2DiffLocal()
1823 …else if (id == PETSCFV_CLASSID) PetscCall(PetscFVInterpolate_Static((PetscFV)obj, &x[fOff], q, int… in DMComputeL2FieldDiff_Plex()
1959 …else if (id == PETSCFV_CLASSID) PetscCall(PetscFVInterpolate_Static((PetscFV)obj, &x[fieldOffset],… in DMPlexComputeL2DiffVec()