#include "MonteCarlo/constants.h"#include "3D_finite_elements_P1/theta.h"#include "3D_finite_elements_P1/d_theta.h"#include "3D_finite_elements_P1/def_base_all.h"#include "3D_finite_elements_P1/detJ.h"#include "3D_finite_elements_P1/def_d_base_all.h"#include "3D_finite_elements_P1/def_global_weights_all.h"#include "3D_finite_elements_P1/define_inverse_jacobian.h"#include "3D_finite_elements_P1/define_d_base_K.h"#include "3D_finite_elements_P1/initialize_GAUSS.h"#include "read_write/load_mesh.h"#include "read_write/load_mshV1.h"#include "read_write/save_BB.h"#include "read_write/save_VTK.h"#include "read_write/save_particles_mesh_format.h"#include "read_write/save_particles_Point3D_format.h"#include "read_write/read_input_file.h"#include "linear_solver/dsprsax.h"#include "linear_solver/dsprstx.h"#include "linear_solver/atimes.h"#include "linear_solver/asolve.h"#include "linear_solver/snrm.h"#include "linear_solver/linbcg.h"#include "Poisson_3D/finite_element_3D_poisson.h"#include "Poisson_3D/assemble_matrix_A.h"#include "Poisson_3D/assemble_rhs_B.h"#include "Poisson_3D/electric_field.h"#include "meshes/neighbourhood_table.h"#include "meshes/read_neighbourhood_table.h"#include "MonteCarlo/rnd.h"#include "MonteCarlo/montecarlo_setup.h"#include "MonteCarlo/device_setup.h"#include "MonteCarlo/scat.h"#include "MonteCarlo/drift.h"#include "MonteCarlo/creation.h"#include "MonteCarlo/ensemble_montecarlo.h"#include "MonteCarlo/electron_density.h"#include "MonteCarlo/electron_velocity.h"#include "services/initial_usefull_calculations.h"#include "quantum/Bohm_potential.h"Go to the source code of this file.