problem identified, ready to converge all branches

This commit is contained in:
Vasco C. B. Ferreira
2026-03-21 10:20:08 +01:00
parent 986e5e19fb
commit d87058f9b5
6 changed files with 31 additions and 21 deletions
+4
View File
@@ -1,6 +1,7 @@
#ifndef NUFI_SOLVER_H
#define NUFI_SOLVER_H
#include <boost/qvm/mat_access.hpp>
#include <vector>
#include <cmath>
#include <deal.II/base/point.h>
@@ -30,6 +31,9 @@ private:
double Lx = Parameters::LX;
double x_min = Parameters::X_DOMAIN_LEFT;
double x_max = Parameters::X_DOMAIN_RIGHT;
std::vector<double> rho;
unsigned int order;