Searched refs:PetscBdPointFn (Results 1 – 9 of 9) sorted by relevance
| /petsc/include/ |
| H A D | petscdstypes.h | 190 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 D | petscds.h | 166 …XTERN PetscErrorCode PetscDSGetBdResidual(PetscDS, PetscInt, PetscBdPointFn **, PetscBdPointFn **); 167 …_EXTERN PetscErrorCode PetscDSSetBdResidual(PetscDS, PetscInt, PetscBdPointFn *, PetscBdPointFn *);
|
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex73.c | 224 PetscBdPointFn *funcs[] = {zero_bd, flux}; in main()
|
| /petsc/doc/changes/ |
| H A D | 324.md | 204 - Deprecate `PetscBdPointFunc` in favor of `PetscBdPointFn *`
|
| /petsc/src/dm/dt/interface/ |
| H A D | dtds.c | 2000 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 D | fevector.c | 220 PETSC_INTERN PetscErrorCode PetscFEIntegrateBd_Basic(PetscDS, PetscInt, PetscBdPointFn *, PetscInt,…
|
| /petsc/include/petsc/private/ |
| H A D | petscfeimpl.h | 213 …PetscErrorCode (*integratebd)(PetscDS, PetscInt, PetscBdPointFn *, PetscInt, PetscFEGeom *, const …
|
| /petsc/src/dm/dt/fe/impls/basic/ |
| H A D | febasic.c | 255 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 D | ex12.c | 930 PetscBdPointFn *func[1] = {bd_integral_2d}; in main()
|