Searched refs:ins (Results 1 – 6 of 6) sorted by relevance
| /petsc/doc/ |
| H A D | build_c2html_file.py | 33 ins = re.search('#include [ ]*<',line) 34 if ins: 35 includename = line[ins.end():re.search('>[a-zA-Z0-9/<>#*"=. ]*',line).start()]
|
| H A D | petsc.bib | 5715 @InProceedings{ mohsen-straatman-ins,
|
| /petsc/src/mat/tests/ |
| H A D | ex201f.F90 | 114 subroutine mymatdiagonalset(A, x, ins, ierr) argument 117 InsertMode ins
|
| /petsc/src/mat/impls/shell/ftn-custom/ |
| H A D | zshellf.c | 133 static PetscErrorCode ourdiagonalset(Mat mat, Vec x, InsertMode ins) in ourdiagonalset() argument 135 …))(((PetscObject)mat)->fortran_func_pointers[FORTRAN_MATOP_DIAGONAL_SET]))(&mat, &x, &ins, &ierr)); in ourdiagonalset()
|
| /petsc/src/mat/impls/hypre/ |
| H A D | mhypre.c | 31 …(Mat, PetscInt, const PetscInt[], PetscInt, const PetscInt[], const PetscScalar[], InsertMode ins); 1535 …, const PetscInt rows[], PetscInt nc, const PetscInt cols[], const PetscScalar v[], InsertMode ins) argument 1570 if (ins == ADD_VALUES) {
|
| /petsc/src/mat/impls/shell/ |
| H A D | shell.c | 1252 static PetscErrorCode MatDiagonalSet_Shell(Mat A, Vec D, InsertMode ins) in MatDiagonalSet_Shell() argument 1261 if (ins == INSERT_VALUES) { in MatDiagonalSet_Shell()
|