I implemented a Hadrons module for the MixedPrecisionRBPrecBiCGSTAB solver. For now I am explicitly using NonHermitianSchurDiagTwoOperator and NonHermitianSchurRedBlackDiagTwoSolve. I can add corresponding macros in the spirit of HADRONS_DEFAULT_SCHUR_OP if that is the preferred way.
I implemented a Hadrons module for the
MixedPrecisionRBPrecBiCGSTAB
solver. For now I am explicitly usingNonHermitianSchurDiagTwoOperator
andNonHermitianSchurRedBlackDiagTwoSolve
. I can add corresponding macros in the spirit ofHADRONS_DEFAULT_SCHUR_OP
if that is the preferred way.