38#ifndef ReducedLaplacian_H
39#define ReducedLaplacian_H
78 PtrList<volScalarField>
Trec;
92 void reconstruct(fileName folder =
"./ITHACAOutput/online_rec",
Header file of the reducedProblem class.
Class to implement a full order laplacian parametrized problem.
Class to solve the online reduced problem associated with a Laplace problem.
void reconstruct(fileName folder="./ITHACAOutput/online_rec", int printevery=1)
Function to recover the solution given the online solution.
PtrList< volScalarField > Trec
Reduced reconstructed Solution.
laplacianProblem * problem
Problem object.
reducedLaplacian()
Construct Null.
int count_online_solve
Counter for online sol.
Eigen::MatrixXd online_solution
Online solution.
Base class for the implementation of a reduced problem.
virtual void solveOnline()
Virtual Method to perform and online Solve.
Header file of the laplacianProblem class.