Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscfv.h97 PETSC_EXTERN PetscErrorCode PetscFVCreateTabulation(PetscFV, PetscInt, PetscInt, const PetscReal[],…
/petsc/src/dm/dt/fv/interface/
H A Dfv.c1607 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 Dswarm.c609 else PetscCall(PetscFVCreateTabulation((PetscFV)obj, 1, numCIndices, xi, 0, &Tcoarse)); in DMSwarmComputeMassMatrix_Private()