nufi, still need to marry with deal.ii s poisson

This commit is contained in:
Vasco C. B. Ferreira
2026-03-08 02:26:43 +01:00
parent dbb3b21a67
commit 20fcb2848a
5 changed files with 151 additions and 6 deletions
+2
View File
@@ -1,12 +1,14 @@
#ifndef PARAMETERS_HPP
#define PARAMETERS_HPP
#include <cstdlib>
namespace Parameters
{
constexpr unsigned int DIMENSION = 1;
constexpr double X_DOMAIN_LEFT = 0.0;
constexpr double X_DOMAIN_RIGHT = 12.0;
constexpr double LX = std::abs(X_DOMAIN_RIGHT- X_DOMAIN_LEFT);
constexpr double V_DOMAIN_LEFT = -6.0;
constexpr double V_DOMAIN_RIGHT = 6.0;