wip: Branch init

Main changes done,
eval_rho + eval_ftilda_batch need to be checked to work correcly together
This commit is contained in:
VCB Ferreira
2026-08-03 00:26:15 +02:00
parent cab3af2004
commit eeb26d31c1
3 changed files with 95 additions and 89 deletions
+6 -3
View File
@@ -23,10 +23,13 @@ public:
const std::vector<GridStructure<1>> &grid_struct,
const std::vector<SolutionSnapshot<1>> &phi_history,
const unsigned int Nv = Parameters::NV) const;
std::vector<double>
eval_ftilda(unsigned int n, std::vector<double> x, double u,
const std::vector<GridStructure<1>> &grid_struct,
const std::vector<SolutionSnapshot<1>> &phi_history) const;
eval_ftilda_batch(unsigned int n, std::vector<double> X,
std::vector<double> U,
const std::vector<GridStructure<1>> &grid_struct,
const std::vector<SolutionSnapshot<1>> &phi_history) const;
std::vector<double>
eval_f(unsigned int n, std::vector<double> x, double u,
const std::vector<GridStructure<1>> &grid_struct,