Home
last modified time | relevance | path

Searched defs:numSubelements (Results 1 – 5 of 5) sorted by relevance

/petsc/src/dm/dt/fe/impls/composite/
H A Dfecomposite.c256 PetscErrorCode PetscFECompositeGetMapping(PetscFE fem, PeOp PetscInt *numSubelements, PeOp const Pe… in PetscFECompositeGetMapping()
/petsc/include/petsc/private/
H A Dpetscfeimpl.h269 PetscInt numSubelements; /* The number of subelements */ member
/petsc/src/dm/dt/fv/interface/
H A Dfv.c1805 PetscInt numComp, numSubelements, s; in PetscFVRefine() local
/petsc/src/dm/dt/fe/interface/
H A Dfe.c1811 PetscInt numComp, numSubelements; in PetscFERefine() local
/petsc/src/dm/dt/interface/
H A Ddt.c664 PetscErrorCode PetscQuadratureExpandComposite(PetscQuadrature q, PetscInt numSubelements, const Pet… in PetscQuadratureExpandComposite()