/home/runner/work/DiFfRG_current/DiFfRG_current/DiFfRG/include/DiFfRG/discretization/data/fe_output.hh Source File#
|
DiFfRG
|
fe_output.hh
Go to the documentation of this file.
42 FEOutput(std::string top_folder, std::string output_name, std::string output_folder, const JSONValue &json);
56 void attach(const DoFHandler<dim> &dof_handler, const VectorType &solution, const std::string &name);
65 void attach(const DoFHandler<dim> &dof_handler, const VectorType &solution, const std::vector<std::string> &names);
88 // the main thread can clear() the corresponding DataOut once the worker has been joined. Clearing
122 FEOutput(std::string top_folder, std::string output_name, std::string output_folder, const JSONValue &json);
FEOutput(std::string top_folder, std::string output_name, std::string output_folder, const JSONValue &json)
Construct a new FEOutput object.
A class to output finite element data to disk as .vtu files and .pvd time series.
Definition fe_output.hh:31
void attach(const DoFHandler< dim > &dof_handler, const VectorType &solution, const std::vector< std::string > &names)
Attach a solution to the output.
void update_buffers()
FEOutput(std::string top_folder, std::string output_name, std::string output_folder, const JSONValue &json)
Construct a new FEOutput object.
std::vector< std::pair< double, std::string > > time_series
Definition fe_output.hh:82
~FEOutput()
std::list< std::list< typename VectorMemory< VectorType >::Pointer > > attached_solutions
Definition fe_output.hh:92
void attach(const DoFHandler< dim > &dof_handler, const VectorType &solution, const std::string &name)
Attach a solution to the output.
std::list< uint > output_thread_series
Definition fe_output.hh:91
FEOutput()
void set_hdf5_output(HDF5Output *output)
Definition complex_math.hh:10
Generated by