started infrastructure for f0 choice

This commit is contained in:
Vasco C. B. Ferreira
2026-07-25 16:51:50 +02:00
parent c731d0111c
commit 10a776e2a9
3 changed files with 26 additions and 16 deletions
+3
View File
@@ -2,6 +2,7 @@
#define PARAMETERS_H
#include <cmath>
#include <cstddef>
#include <cstdlib>
#include <string>
@@ -22,6 +23,8 @@ constexpr double V_DOMAIN_RIGHT = 10.;
constexpr unsigned int NV = 128;
constexpr double DV = std::abs(V_DOMAIN_RIGHT - V_DOMAIN_LEFT) / NV;
constexpr size_t f0_TYPE = 0; // for switch case
// deal.ii options
constexpr unsigned int GLOBAL_REFINEMENT = 6;
constexpr unsigned int FE_DEGREE = 3;