Searched refs:LMBASIS_END (Results 1 – 2 of 2) sorted by relevance
67 LMBASIS_END enumerator87 LMBasis basis[LMBASIS_END];88 LMProducts products[LMBLOCK_END][LMBASIS_END][LMBASIS_END];
62 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()