Searched refs:LMProductsDestroy (Results 1 – 7 of 7) sorted by relevance
36 PETSC_INTERN PetscErrorCode LMProductsDestroy(LMProducts *);
65 … for (PetscInt j = 0; j < LMBASIS_END; j++) PetscCall(LMProductsDestroy(&lmvm->products[k][i][j])); in MatReset_LMVM()
42 PETSC_INTERN PetscErrorCode LMProductsDestroy(LMProducts *dots_p) in LMProductsDestroy() function
107 …&& lsb->products[M_t[i]]->block_type != LMBLOCK_DIAGONAL) PetscCall(LMProductsDestroy(&lsb->produc… in SymBroydenRecursiveBasisUpdate()363 …i]] && lsb->products[M_t[i]]->block_type != LMBLOCK_FULL) PetscCall(LMProductsDestroy(&lsb->produc… in SymBroydenCompactProductsUpdate()752 …for (PetscInt i = 0; i < SYMBROYDEN_PRODUCTS_COUNT; i++) PetscCall(LMProductsDestroy(&lsb->product… in MatReset_LMVMSymBrdn_Internal()
129 …0_t] && lsb->products[M00_t]->block_type != LMBLOCK_FULL) PetscCall(LMProductsDestroy(&lsb->produc… in BFGSCompactDenseProductsUpdate()
376 …for (PetscInt i = 0; i < SR1_PRODUCTS_COUNT; i++) PetscCall(LMProductsDestroy(&lsr1->products[i])); in MatReset_LMVMSR1()
400 …for (PetscInt i = 0; i < BROYDEN_PRODUCTS_COUNT; i++) PetscCall(LMProductsDestroy(&lbrdn->products… in MatReset_LMVMBrdn()