Searched refs:PetscFVGetCellTabulation (Results 1 – 3 of 3) sorted by relevance
96 PETSC_EXTERN PetscErrorCode PetscFVGetCellTabulation(PetscFV, PetscTabulation *);
1598 PetscErrorCode PetscFVGetCellTabulation(PetscFV fvm, PetscTabulation *T) in PetscFVGetCellTabulation() function
489 PetscCall(PetscFVGetCellTabulation(fv, &prob->T[f])); in PetscDSSetUp()