Home
last modified time | relevance | path

Searched refs:PetscBdPointFn (Results 1 – 9 of 9) sorted by relevance

/petsc/include/
H A Dpetscdstypes.h190 typedef void PetscBdPointFn(PetscInt dim, PetscInt Nf, PetscInt NfAux, const PetscInt uOff[], const… typedef
288 PETSC_EXTERN_TYPEDEF typedef PetscBdPointFn *PetscBdPointFunc PETSC_DEPRECATED_TYPEDEF(3, 24, 0…
H A Dpetscds.h166 …XTERN PetscErrorCode PetscDSGetBdResidual(PetscDS, PetscInt, PetscBdPointFn **, PetscBdPointFn **);
167 …_EXTERN PetscErrorCode PetscDSSetBdResidual(PetscDS, PetscInt, PetscBdPointFn *, PetscBdPointFn *);
/petsc/src/dm/impls/plex/tests/
H A Dex73.c224 PetscBdPointFn *funcs[] = {zero_bd, flux}; in main()
/petsc/doc/changes/
H A D324.md204 - Deprecate `PetscBdPointFunc` in favor of `PetscBdPointFn *`
/petsc/src/dm/dt/interface/
H A Ddtds.c2000 PetscErrorCode PetscDSGetBdResidual(PetscDS ds, PetscInt f, PetscBdPointFn **f0, PetscBdPointFn **f… in PetscDSGetBdResidual()
2002 PetscBdPointFn **tmp0, **tmp1; in PetscDSGetBdResidual()
2036 PetscErrorCode PetscDSSetBdResidual(PetscDS ds, PetscInt f, PetscBdPointFn *f0, PetscBdPointFn *f1) in PetscDSSetBdResidual()
3753 PetscBdPointFn *f0Bd, *f1Bd; in PetscDSSelectEquations()
/petsc/src/dm/dt/fe/impls/vector/
H A Dfevector.c220 PETSC_INTERN PetscErrorCode PetscFEIntegrateBd_Basic(PetscDS, PetscInt, PetscBdPointFn *, PetscInt,…
/petsc/include/petsc/private/
H A Dpetscfeimpl.h213 …PetscErrorCode (*integratebd)(PetscDS, PetscInt, PetscBdPointFn *, PetscInt, PetscFEGeom *, const …
/petsc/src/dm/dt/fe/impls/basic/
H A Dfebasic.c255 PETSC_INTERN PetscErrorCode PetscFEIntegrateBd_Basic(PetscDS ds, PetscInt field, PetscBdPointFn *ob… in PetscFEIntegrateBd_Basic()
502 PetscBdPointFn **f0_func, **f1_func; in PetscFEIntegrateBdResidual_Basic()
616 PetscBdPointFn **f0_func, **f1_func; in PetscFEIntegrateHybridResidual_Basic()
/petsc/src/snes/tutorials/
H A Dex12.c930 PetscBdPointFn *func[1] = {bd_integral_2d}; in main()