Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscfe.h156 PETSC_EXTERN PetscErrorCode PetscFEIntegrateBd(PetscDS, PetscInt, void (*)(PetscInt, PetscInt, Pets…
/petsc/src/dm/dt/fe/interface/
H A Dfe.c1435 PetscErrorCode PetscFEIntegrateBd(PetscDS prob, PetscInt field, void (*obj_func)(PetscInt, PetscInt… in PetscFEIntegrateBd() function
/petsc/src/dm/impls/plex/
H A Dplexfem.c2822 …PetscCall(PetscFEIntegrateBd(prob, field, funcs[field], chunkSize, chunkGeom, &u[chunk * chunkSize… in DMPlexComputeBdIntegral_Internal()
2826 …PetscCall(PetscFEIntegrateBd(prob, field, funcs[field], Nr, chunkGeom, &u[offset * totDim], probAu… in DMPlexComputeBdIntegral_Internal()