Searched refs:amgx (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/ksp/pc/impls/amgx/ |
| H A D | amgx.cxx | 173 static PetscErrorCode amgx_output_messages(PC_AMGX *amgx) in amgx_output_messages() argument 177 if (amgx->verbose && !amgx_output.empty()) { in amgx_output_messages() 179 PetscCall(PetscPrintf(amgx->comm, "AMGX: %s", amgx_output.c_str())); in amgx_output_messages() 198 SETERRQ(amgx->comm, PETSC_ERR_LIB, "%s", msg); \ 217 PC_AMGX *amgx = (PC_AMGX *)pc->data; in PCSetUp_AMGX() local 227 if (amgx->nranks > 1) { in PCSetUp_AMGX() 229 PetscCall(MatMPIAIJGetLocalMat(Pmat, MAT_REUSE_MATRIX, &amgx->localA)); in PCSetUp_AMGX() 231 PetscCall(MatMPIAIJGetLocalMat(Pmat, MAT_INITIAL_MATRIX, &amgx->localA)); in PCSetUp_AMGX() 234 …if (is_dev_ptrs) PetscCall(MatConvert(amgx->localA, MATSEQAIJCUSPARSE, MAT_INPLACE_MATRIX, &amgx->… in PCSetUp_AMGX() 236 amgx->localA = Pmat; in PCSetUp_AMGX() [all …]
|
| /petsc/doc/overview/ |
| H A D | linear_solve_table.md | 173 …e.readthedocs.io/en/latest/solvers-boomeramg.html>`__, `AmgX <https://developer.nvidia.com/amgx>`__
|