Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/amgx/
H A Damgx.cxx150 PetscInt dense_lu_num_rows; member
505 …u_num_rows", "AmgX Dense LU Number of Rows", "", amgx->dense_lu_num_rows, &amgx->dense_lu_num_rows in PCSetFromOptions_AMGX()
506 amgx->cfg_contents += "amg:dense_lu_num_rows=" + std::to_string(amgx->dense_lu_num_rows) + ","; in PCSetFromOptions_AMGX()
607 amgx->dense_lu_num_rows = 1; in PCCreate_AMGX()