locator with refinement tree implemented, to test

This commit is contained in:
Vasco C. B. Ferreira
2026-07-30 21:01:47 +02:00
parent e90b43d506
commit 2143e7a31f
4 changed files with 117 additions and 78 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ constexpr double DV = std::abs(V_DOMAIN_RIGHT - V_DOMAIN_LEFT) / NV;
// 1 -> landau-damping
// 2 -> maxwellian
// 3 -> bump-on-tail
constexpr size_t f0_TYPE = 3;
constexpr size_t f0_TYPE = 0;
// deal.ii options
constexpr unsigned int GLOBAL_REFINEMENT = 7;