Home
last modified time | relevance | path

Searched refs:localEqns (Results 1 – 2 of 2) sorted by relevance

/dports/science/hypre/hypre-2.23.0/src/FEI_mv/fei-hypre/
H A DHYPRE_LSI_ml.c449 int *row_partition, localEqns, length; in HYPRE_LSI_MLSetup() local
476 localEqns = row_partition[my_id+1] - row_partition[my_id]; in HYPRE_LSI_MLSetup()
504 ML_Init_Amatrix(ml, nlevels-1, localEqns, localEqns, (void *) context); in HYPRE_LSI_MLSetup()
506 length = localEqns; in HYPRE_LSI_MLSetup()
986 int rowLeng, *colInd, startRow, endRow, localEqns; in HYPRE_LSI_MLConstructMHMatrix() local
1011 localEqns = endRow - startRow + 1; in HYPRE_LSI_MLConstructMHMatrix()
1045 for ( i = 0; i < localEqns; i++ ) externLeng += offdiagSize[i]; in HYPRE_LSI_MLConstructMHMatrix()
1082 for ( i = 1; i <= localEqns; i++ ) in HYPRE_LSI_MLConstructMHMatrix()
1105 columns[ncnt] += localEqns; in HYPRE_LSI_MLConstructMHMatrix()
1124 mh_mat->Nrows = localEqns; in HYPRE_LSI_MLConstructMHMatrix()
[all …]
H A DHYPRE_LSI_mlmaxwell.c711 int rowLeng, *colInd, startRow, endRow, localEqns; in HYPRE_LSI_MLConstructMLMatrix() local
736 localEqns = endRow - startRow + 1; in HYPRE_LSI_MLConstructMLMatrix()
743 diagSize = hypre_TAlloc(int, localEqns, HYPRE_MEMORY_HOST); in HYPRE_LSI_MLConstructMLMatrix()
744 offdiagSize = hypre_TAlloc(int, localEqns, HYPRE_MEMORY_HOST); in HYPRE_LSI_MLConstructMLMatrix()
772 for (i = 0; i < localEqns; i++) externLeng += offdiagSize[i]; in HYPRE_LSI_MLConstructMLMatrix()
804 for (i = 0; i < localEqns; i++) nnz += diagSize[i] + offdiagSize[i]; in HYPRE_LSI_MLConstructMLMatrix()
805 rowptr = hypre_TAlloc(int, (localEqns + 1) , HYPRE_MEMORY_HOST); in HYPRE_LSI_MLConstructMLMatrix()
809 for (i = 1; i <= localEqns; i++) in HYPRE_LSI_MLConstructMLMatrix()
832 columns[ncnt] += localEqns; in HYPRE_LSI_MLConstructMLMatrix()
851 ml_mat->Nrows = localEqns; in HYPRE_LSI_MLConstructMLMatrix()
[all …]