Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/utils/lmvm/
H A Dlmvm.h67 LMBASIS_END enumerator
87 LMBasis basis[LMBASIS_END];
88 LMProducts products[LMBLOCK_END][LMBASIS_END][LMBASIS_END];
H A Dlmvmimpl.c62 for (PetscInt i = 0; i < LMBASIS_END; i++) PetscCall(LMBasisDestroy(&lmvm->basis[i])); in MatReset_LMVM()
64 for (PetscInt i = 0; i < LMBASIS_END; i++) { in MatReset_LMVM()
65 … for (PetscInt j = 0; j < LMBASIS_END; j++) PetscCall(LMProductsDestroy(&lmvm->products[k][i][j])); in MatReset_LMVM()
70 for (PetscInt i = 0; i < LMBASIS_END; i++) PetscCall(LMBasisReset(lmvm->basis[i])); in MatReset_LMVM()
72 for (PetscInt i = 0; i < LMBASIS_END; i++) { in MatReset_LMVM()
73 … for (PetscInt j = 0; j < LMBASIS_END; j++) PetscCall(LMProductsReset(lmvm->products[k][i][j])); in MatReset_LMVM()