kkmund146
kkmund146
There should be no issue with the order, as it does attempt to solve without encountering this error for other models. I am also able to successfully do the AMGX...
@marsaev I believe this is what you were looking for, see attached. [amgx.cxx.pdf](https://github.com/user-attachments/files/16150266/amgx.cxx.pdf)
@marsaev: Here is what I am seeing: The first: if (!partial_setup_allowed) { // Initialise resources and matrices if (!amgx->rsrc_init) { // Read configuration file PetscCallAmgX(AMGX_config_create(&amgx->cfg, amgx->cfg_contents.c_str())); PetscCallAmgX(AMGX_resources_create(&amgx->rsrc, amgx->cfg, &amgx->comm, 1,...
@marsaev I am attempting to do this by adding a print statement, as in the following example: if (!partial_setup_allowed) { // Initialise resources and matrices if (!amgx->rsrc_init) { // Read...
@marsaev A few other things I noticed while looking at the error message and outlog that may help: - Some of the error messages in my toolkit attached above point...