Home
last modified time | relevance | path

Searched defs:nCopies (Results 1 – 4 of 4) sorted by relevance

/petsc/src/dm/dt/space/impls/ptrimmed/tests/
H A Dex1.c5 static PetscErrorCode test(PetscInt dim, PetscInt formDegree, PetscInt degree, PetscInt nCopies) in test()
64 …for (PetscInt nCopies = 1; nCopies <= PetscMax(2, dim); nCopies++) PetscCall(test(dim, formDegree,… in main() local
/petsc/src/dm/dt/dualspace/impls/lagrange/tests/
H A Dex1.c29 …Int order, PetscInt formDegree, PetscBool trimmed, PetscInt tensor, PetscInt nCopies, PetscInt *nD… in ExpectedNumDofs_Total()
87 …Int order, PetscInt formDegree, PetscBool trimmed, PetscInt tensor, PetscInt nCopies, PetscInt *nD… in ExpectedNumDofs_Interior()
160 …etscInt formDegree, PetscBool trimmed, PetscInt tensorCell, PetscBool continuous, PetscInt nCopies) in testLagrange()
334 PetscInt nCopies; in main() local
/petsc/src/dm/dt/space/impls/ptrimmed/
H A Dspaceptrimmed.c68 PetscInt nCopies = sp->Nc / Nf; in PetscSpaceSetUp_Ptrimmed() local
/petsc/src/dm/dt/dualspace/impls/lagrange/
H A Ddspacelagrange.c2705 PetscInt nCopies = Nc / lag->intNodeIndices->nodeVecDim; in PetscDualSpaceGetSymmetries_Lagrange() local