Home
last modified time | relevance | path

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

/petsc/src/dm/dt/fe/interface/
H A Dfe.c1920 …_is_uniform_sum = PETSC_FALSE, p_interleave_basis = PETSC_FALSE, p_interleave_components = PETSC_F… in PetscFECreateFromSpaces() local
1931 PetscCall(PetscSpaceSumGetInterleave(P, &p_interleave_basis, &p_interleave_components)); in PetscFECreateFromSpaces()
1961 …is_uniform_sum && (p_interleave_basis == q_interleave_basis) && (p_interleave_components == q_inte… in PetscFECreateFromSpaces()
1973 … PetscCall(PetscFECreateVector(scalar_fe, p_Ns, p_interleave_basis, p_interleave_components, fem)); in PetscFECreateFromSpaces()