mirror of
https://codeberg.org/vcbferreira/NuFI_deal.ii
synced 2026-08-12 22:43:17 +02:00
problem identified, ready to converge all branches
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -23,4 +23,7 @@ void save_Efield(unsigned int n,
|
||||
unsigned int Nx_out,
|
||||
const std::string &filename);
|
||||
|
||||
|
||||
void save_space_vector(const std::vector<double>& vals, const std::string& filename, size_t it);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user