convergence.hpp
Go to the documentation of this file.
void add_epot(const MeshScalarField &epot)
Add a reference to electric potential to be followed.
Definition: convergence.cpp:216
void add_scharge(const MeshScalarField &scharge)
Add a reference to space charge density to be followed.
Definition: convergence.cpp:222
Convergence()
Constructor for convergence class.
Definition: convergence.cpp:142
void add_emittance(uint32_t i, const Emittance &emit)
Add a reference to emittance to be followed.
Definition: convergence.cpp:228
void print_history(std::ostream &os) const
Print the history of convergence to stream os.
Definition: convergence.cpp:185
~Convergence()
Destructor for convergence class.
Definition: convergence.cpp:148
void evaluate_iteration(void)
Evaluate convergence of iteration round.
Definition: convergence.cpp:153
Mesh based scalar fields.
Trajectory diagnostics.