Home
last modified time | relevance | path

Searched refs:PetscFEIntegrate (Results 1 – 3 of 3) sorted by relevance

/petsc/include/
H A Dpetscfe.h155 PETSC_EXTERN PetscErrorCode PetscFEIntegrate(PetscDS, PetscInt, PetscInt, PetscFEGeom *, const Pets…
/petsc/src/dm/dt/fe/interface/
H A Dfe.c1399 PetscErrorCode PetscFEIntegrate(PetscDS prob, PetscInt field, PetscInt Ne, PetscFEGeom *cgeom, cons… in PetscFEIntegrate() function
/petsc/src/dm/impls/plex/
H A Dplexfem.c2543 PetscCall(PetscFEIntegrate(prob, f, Ne, chunkGeom, u, probAux, a, cintegral)); in DMPlexComputeIntegral_Internal()
2545 …PetscCall(PetscFEIntegrate(prob, f, Nr, chunkGeom, &u[offset * totDim], probAux, PetscSafePointerP… in DMPlexComputeIntegral_Internal()