#include <ProblemFormulation.h>
Inheritance diagram for ProblemFormulation:
Public Member Functions | |
virtual Residuals * | makeResiduals (Data *prob_in)=0 |
virtual LinearSystem * | makeLinsys (Data *prob_in)=0 |
virtual Variables * | makeVariables (Data *prob_in)=0 |
|
creates the LinearSystem class for the relevant formulation |
|
create the Residuals class for the relevant formulation |
|
creates the Variables class for the relevant formulation |