Searched refs:PetscFVCreateTabulation (Results 1 – 3 of 3) sorted by relevance
| /petsc/include/ |
| H A D | petscfv.h | 97 PETSC_EXTERN PetscErrorCode PetscFVCreateTabulation(PetscFV, PetscInt, PetscInt, const PetscReal[],…
|
| /petsc/src/dm/dt/fv/interface/ |
| H A D | fv.c | 1607 if (!fvm->T) PetscCall(PetscFVCreateTabulation(fvm, 1, npoints, points, 1, &fvm->T)); in PetscFVGetCellTabulation() 1638 PetscErrorCode PetscFVCreateTabulation(PetscFV fvm, PetscInt nrepl, PetscInt npoints, const PetscRe… in PetscFVCreateTabulation() function
|
| /petsc/src/dm/impls/swarm/ |
| H A D | swarm.c | 609 else PetscCall(PetscFVCreateTabulation((PetscFV)obj, 1, numCIndices, xi, 0, &Tcoarse)); in DMSwarmComputeMassMatrix_Private()
|