|
| Plotter (World &world) |
|
template<typename T , std::size_t NDIM> |
void | dolineplot (const Function< T, NDIM > &f) |
|
template<typename T , std::size_t NDIM> |
void | dolineplot (const Function< T, NDIM > &f, const Function< T, NDIM > &g) |
|
template<typename T > |
void | doplot () |
|
template<typename T , std::size_t NDIM> |
void | doplot1 () |
|
template<typename T , std::size_t NDIM> |
void | dovolumeplot (const Function< T, NDIM > &f) |
|
template<typename T , std::size_t NDIM> |
void | dovolumeplot (const Function< T, NDIM > &f, const Function< T, NDIM > &g) |
|
void | plot () |
|
void | read (std::istream &input) |
|
Tensor< double > | read_cell (std::istream &input) |
|
std::vector< long > | read_npt (std::istream &input) |
|
std::string | read_to_end_of_line (std::istream &input) |
|
template<typename Archive > |
void | serialize (Archive &ar) |
|
◆ Plotter()
Plotter::Plotter |
( |
World & |
world | ) |
|
|
inline |
◆ dolineplot() [1/2]
template<typename T , std::size_t NDIM>
◆ dolineplot() [2/2]
template<typename T , std::size_t NDIM>
◆ doplot()
◆ doplot1()
template<typename T , std::size_t NDIM>
void Plotter::doplot1 |
( |
| ) |
|
|
inline |
◆ dovolumeplot() [1/2]
template<typename T , std::size_t NDIM>
◆ dovolumeplot() [2/2]
template<typename T , std::size_t NDIM>
◆ plot()
◆ read()
void Plotter::read |
( |
std::istream & |
input | ) |
|
|
inline |
◆ read_cell()
Tensor<double> Plotter::read_cell |
( |
std::istream & |
input | ) |
|
|
inline |
◆ read_npt()
std::vector<long> Plotter::read_npt |
( |
std::istream & |
input | ) |
|
|
inline |
◆ read_to_end_of_line()
std::string Plotter::read_to_end_of_line |
( |
std::istream & |
input | ) |
|
|
inline |
◆ serialize()
template<typename Archive >
void Plotter::serialize |
( |
Archive & |
ar | ) |
|
|
inline |
◆ binary
◆ cell
◆ data_type
std::string Plotter::data_type |
◆ finished
◆ formula
std::string Plotter::formula |
◆ function_name
std::string Plotter::function_name |
◆ input_filename
std::string Plotter::input_filename |
◆ ndim
◆ npt
std::vector<long> Plotter::npt |
◆ output_filename
std::string Plotter::output_filename |
◆ output_format
std::string Plotter::output_format |
◆ plot_cell
Tensor<double> Plotter::plot_cell |
◆ plot_type
std::string Plotter::plot_type |
◆ world
The documentation for this class was generated from the following file: