Searched refs:petsc_nshl (Results 1 – 1 of 1) sorted by relevance
| /phasta/phSolver/common/ |
| H A D | fillsparse.c | 38 PetscInt petsc_nshl; in fillsparsecpetscs() local 39 petsc_nshl = (PetscInt) nshl; in fillsparsecpetscs() 40 MatSetValues(*lhsP, petsc_nshl , locat, petsc_nshl, locat, mb, ADD_VALUES); in fillsparsecpetscs() 64 PetscInt petsc_nshl; in fillsparsecpetscc() local 65 petsc_nshl = (PetscInt) nshl; in fillsparsecpetscc() 66 MatSetValuesBlocked(*lhsP, petsc_nshl , locat, petsc_nshl, locat, mb, ADD_VALUES); in fillsparsecpetscc()
|