Home
last modified time | relevance | path

Searched refs:nrepl (Results 1 – 2 of 2) sorted by relevance

/petsc/src/dm/dt/fv/interface/
H A Dfv.c1638 PetscErrorCode PetscFVCreateTabulation(PetscFV fvm, PetscInt nrepl, PetscInt npoints, const PetscRe… in PetscFVCreateTabulation() argument
1658 (*T)->Nr = nrepl; in PetscFVCreateTabulation()
1664 …for (k = 0; k <= (*T)->K; ++k) PetscCall(PetscMalloc1(nrepl * npoints * pdim * Nc * PetscPowInt(cd… in PetscFVCreateTabulation()
1666 for (p = 0; p < nrepl * npoints; ++p) in PetscFVCreateTabulation()
1671 for (p = 0; p < nrepl * npoints; ++p) in PetscFVCreateTabulation()
1677 for (p = 0; p < nrepl * npoints; ++p) in PetscFVCreateTabulation()
/petsc/src/dm/dt/fe/interface/
H A Dfe.c978 PetscErrorCode PetscFECreateTabulation(PetscFE fem, PetscInt nrepl, PetscInt npoints, const PetscRe… in PetscFECreateTabulation() argument
1002 (*T)->Nr = nrepl; in PetscFECreateTabulation()
1008 …for (k = 0; k <= (*T)->K; ++k) PetscCall(PetscCalloc1(nrepl * npoints * Nb * Nc * PetscPowInt(cdim… in PetscFECreateTabulation()
1009 PetscUseTypeMethod(fem, computetabulation, nrepl * npoints, points, K, *T); in PetscFECreateTabulation()