Searched refs:PetscFEGeomGetCellPoint (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/dm/dt/fe/interface/ |
| H A D | fegeom.c | 212 PetscErrorCode PetscFEGeomGetCellPoint(PetscFEGeom *geom, PetscInt c, PetscInt p, PetscFEGeom *pgeo… in PetscFEGeomGetCellPoint() function
|
| H A D | fe.c | 2523 PetscCall(PetscFEGeomGetCellPoint(fegeom, e, q, &pgeom)); in PetscFEUpdateElementVec_Internal()
|
| /petsc/include/ |
| H A D | petscfe.h | 65 PETSC_EXTERN PetscErrorCode PetscFEGeomGetCellPoint(PetscFEGeom *, PetscInt, PetscInt, PetscFEGeom …
|
| /petsc/doc/changes/ |
| H A D | 316.md | 254 - Add `PetscFEGeomGetPoint()` and `PetscFEGeomGetCellPoint` to package up geometry handling
|
| /petsc/src/dm/dt/fe/impls/basic/ |
| H A D | febasic.c | 563 PetscCall(PetscFEGeomGetCellPoint(fgeom, e, q, &cgeom)); in PetscFEIntegrateBdResidual_Basic()
|