Home
last modified time | relevance | path

Searched refs:PetscFESetNumComponents (Results 1 – 8 of 8) sorted by relevance

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscfe.pxi24 PetscErrorCode PetscFESetNumComponents(PetscFE, PetscInt)
H A DFE.pyx281 getNumComponents, petsc.PetscFESetNumComponents
285 CHKERR(PetscFESetNumComponents(self.fe, ccomp))
/petsc/include/
H A Dpetscfe.h122 PETSC_EXTERN PetscErrorCode PetscFESetNumComponents(PetscFE, PetscInt);
/petsc/src/dm/dt/fe/impls/vector/
H A Dfevector.c319 PetscCall(PetscFESetNumComponents(fe_vec, scalar_Nc * num_copies)); in PetscFECreateVector()
/petsc/src/dm/impls/swarm/
H A Dswarmpic_plex.c62 PetscCall(PetscFESetNumComponents(*fem, Nc)); in private_PetscFECreateDefault_scalar_pk1()
/petsc/src/dm/dt/fe/interface/
H A Dfe.c414 PetscErrorCode PetscFESetNumComponents(PetscFE fem, PetscInt comp) in PetscFESetNumComponents() function
1131 PetscCall(PetscFESetNumComponents(*trFE, numComp)); in PetscFECreatePointTraceDefault_Internal()
1843 PetscCall(PetscFESetNumComponents(*feRef, numComp)); in PetscFERefine()
1980 PetscCall(PetscFESetNumComponents(*fem, Nc)); in PetscFECreateFromSpaces()
/petsc/src/dm/impls/plex/
H A Dplexglvis.c375 PetscCall(PetscFESetNumComponents(*fem, dof)); in GLVisCreateFE()
H A Dplexgmsh.c1451 PetscCall(PetscFESetNumComponents(*fem, Nc)); in GmshCreateFE()