Home
last modified time | relevance | path

Searched refs:dble_buf (Results 1 – 4 of 4) sorted by relevance

/dports/science/hypre/hypre-2.23.0/src/FEI_mv/fei-hypre/
H A DHYPRE_LSI_ddilut.c315 dble_buf = NULL; in HYPRE_LSI_DDIlutSetup()
974 dble_buf[j] = ddata; in HYPRE_LSI_DDIlutDecompose()
976 else dble_buf[j] = 0.0; in HYPRE_LSI_DDIlutDecompose()
1028 diagonal[i] = dble_buf[i]; in HYPRE_LSI_DDIlutDecompose()
1078 dble_buf[i] = 0.0; in HYPRE_LSI_DDIlutDecompose()
1148 dble_buf[j] = ddata; in HYPRE_LSI_DDIlutDecompose()
1150 else dble_buf[j] = 0.0; in HYPRE_LSI_DDIlutDecompose()
1210 dble_buf[i+Nrows] = 0.0; in HYPRE_LSI_DDIlutDecompose()
1617 dble_buf[i+Nrows] = 0.0; in HYPRE_LSI_DDIlutDecompose2()
1922 dble_buf[i] = 0.0; in HYPRE_LSI_DDIlutDecompose3()
[all …]
H A DHYPRE_LSI_ddict.c57 double **dble_buf);
241 double *dble_buf=NULL; in HYPRE_LSI_DDICTSetup() local
283 dble_buf = NULL; in HYPRE_LSI_DDICTSetup()
973 dble_buf[j] = ddata; in HYPRE_LSI_DDICTFactorize()
1004 ddata = dble_buf[i] - (dble_buf[index] * dble_buf[index]); in HYPRE_LSI_DDICTFactorize()
1024 ddata = dble_buf[i] - (dble_buf[index] * dble_buf[index]); in HYPRE_LSI_DDICTFactorize()
1048 ddata = dble_buf[i] - (dble_buf[index] * dble_buf[index]); in HYPRE_LSI_DDICTFactorize()
1068 ddata = dble_buf[i] - (dble_buf[index] * dble_buf[index]); in HYPRE_LSI_DDICTFactorize()
1085 if ( dble_buf[i] > 0 ) in HYPRE_LSI_DDICTFactorize()
1093 dble_buf[i] = 0.0; in HYPRE_LSI_DDICTFactorize()
[all …]
H A DHYPRE_LSI_schwarz.c458 double *dble_buf=NULL; in HYPRE_LSI_SchwarzSetup() local
504 dble_buf = NULL; in HYPRE_LSI_SchwarzSetup()
902 dble_buf[cols[j]] = vals[j]; in HYPRE_LSI_ILUTDecompose()
910 if ( dble_buf[index] != 0 ) in HYPRE_LSI_ILUTDecompose()
941 dble_buf[j] = ddata; in HYPRE_LSI_ILUTDecompose()
943 else dble_buf[j] = 0.0; in HYPRE_LSI_ILUTDecompose()
947 vals[j] = dble_buf[cols[j]]; in HYPRE_LSI_ILUTDecompose()
985 dble_buf[index] = 0.0; in HYPRE_LSI_ILUTDecompose()
988 diagonal[i] = dble_buf[i]; in HYPRE_LSI_ILUTDecompose()
1027 dble_buf[index] = 0.0; in HYPRE_LSI_ILUTDecompose()
[all …]
H A DHYPRE_FEI.h70 double **dble_buf, MPI_Comm mpi_comm);
73 double **dble_buf, int **sindex_array, int **sindex_array2,