Home
last modified time | relevance | path

Searched defs:MatSetValues (Results 1 – 3 of 3) sorted by relevance

/dports/science/dalton/dalton-66052b3af5ea7225e31178bf9a8b031913c72190/DALTON/gen1int/
H A Dgen1int_matrix.F90223 subroutine MatSetValues(A, min_row_idx, max_row_idx, & subroutine
226 type(matrix), intent(inout) :: A local
227 integer, intent(in) :: min_row_idx
228 integer, intent(in) :: max_row_idx
229 integer, intent(in) :: min_col_idx
230 integer, intent(in) :: max_col_idx
232 logical, optional, intent(in) :: trans
233 logical p_trans !indicates if transposing the values (private)
234 integer irow, icol !incremental recorders over rows and columns
235 integer base_row !base address of a specific row
[all …]
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/misc/petsc/
H A Dpetsccommon.hh318 …inline static void MatSetValues ( Mat mat, PetscInt m, const PetscInt idxm[], PetscInt n, const Pe… in MatSetValues() function
/dports/science/PETSc/petsc-3.14.1/src/mat/interface/
H A Dmatrix.c1355 PetscErrorCode MatSetValues(Mat mat,PetscInt m,const PetscInt idxm[],PetscInt n,const PetscInt idxn… in MatSetValues() function