Dear PETSc developers, I have my own linear solver and am trying to put it with PETSc as an external solver. I wish to know following details
1. How to let PETSc configure to download (from github) the source code and compile, install it afterwards. 2. How to let PETSc call the solver. I think it may be accomplished by calling PCFactorSetMatSolverPackage. Is this correct? Many thanks, Yuan