Searched refs:lM (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/dm/dt/fe/tests/ ! |
| H A D | ex4.c | 54 Vec llM, lM, ones, work; in main() local 81 PetscCall(DMCreateMassMatrixLumped(dm, &llM, &lM)); in main() 83 PetscCall(VecViewFromOptions(lM, NULL, "-lumped_mass_view")); in main() 92 PetscCall(VecSum(lM, &vals[5])); in main() 99 PetscCall(VecDestroy(&lM)); in main()
|
| /petsc/src/ksp/pc/impls/bddc/ ! |
| H A D | bddc.c | 2606 Mat lM; in PCBDDCCreateFETIDPOperators_BDDC() local 2609 PetscCall(MatISGetLocalMat(M, &lM)); in PCBDDCCreateFETIDPOperators_BDDC() 2610 PetscCall(MatGetSize(lM, &n, NULL)); in PCBDDCCreateFETIDPOperators_BDDC() 2613 PetscCall(MatISRestoreLocalMat(M, &lM)); in PCBDDCCreateFETIDPOperators_BDDC()
|