|
| | 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>
References binary, madness::f, function_name, NDIM, npt, output_filename, output_format, plot_cell, madness::plotdx(), madness::plotvtk_begin(), madness::plotvtk_data(), and world.
◆ dovolumeplot() [2/2]
template<typename
T , std::size_t NDIM>
References binary, madness::f, function_name, madness::g, MADNESS_EXCEPTION, NDIM, npt, output_filename, output_format, plot_cell, madness::plotvtk_begin(), madness::plotvtk_data(), and world.
◆ plot()
◆ read()
| void Plotter::read |
( |
std::istream & |
input | ) |
|
|
inline |
References binary, cell, madness::copy(), data_type, madness::BaseTensor::dim(), finished, formula, function_name, input_filename, MADNESS_ASSERT, MADNESS_EXCEPTION, ndim, npt, output_filename, output_format, plot_cell, plot_type, madness::print(), read_cell(), read_npt(), and madness::BaseTensor::size().
Referenced by main().
◆ 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 |
References binary, cell, data_type, finished, function_name, input_filename, ndim, npt, output_filename, output_format, plot_cell, and plot_type.
◆ 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: