MADNESS 0.10.1
|
Public Member Functions | |
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) |
Public Attributes | |
bool | binary |
Tensor< double > | cell |
std::string | data_type |
bool | finished |
std::string | formula |
std::string | function_name |
std::string | input_filename |
int | ndim |
std::vector< long > | npt |
std::string | output_filename |
std::string | output_format |
Tensor< double > | plot_cell |
std::string | plot_type |
World & | world |
|
inline |
References madness::f, lo, NDIM, npt, output_filename, plot_cell, and madness::plot_line().
References madness::f, madness::g, lo, NDIM, npt, output_filename, plot_cell, and madness::plot_line().
References MADNESS_EXCEPTION, ndim, and madness::nonlinear_vector_solver().
|
inline |
References data_type, MADNESS_EXCEPTION, and madness::nonlinear_vector_solver().
|
inline |
References binary, cell, madness::copy(), data_type, madness::BaseTensor::dim(), finished, formula, function_name, input_filename, MADNESS_ASSERT, MADNESS_EXCEPTION, ndim, madness::nonlinear_vector_solver(), npt, output_filename, output_format, plot_cell, plot_type, madness::print(), read_cell(), read_npt(), and madness::BaseTensor::size().
References cell, MADNESS_ASSERT, ndim, read_to_end_of_line(), and v.
Referenced by read().
|
inline |
References npt, and read_to_end_of_line().
Referenced by read().
|
inline |
References c.
Referenced by read_cell(), and read_npt().
References binary, cell, data_type, finished, function_name, input_filename, ndim, npt, output_filename, output_format, plot_cell, and plot_type.
bool Plotter::binary |
Referenced by dovolumeplot(), dovolumeplot(), read(), and serialize().
Referenced by doplot1(), read(), read_cell(), and serialize().
std::string Plotter::data_type |
Referenced by plot(), read(), and serialize().
bool Plotter::finished |
Referenced by read(), and serialize().
std::string Plotter::function_name |
Referenced by dovolumeplot(), dovolumeplot(), read(), and serialize().
std::string Plotter::input_filename |
Referenced by doplot1(), read(), and serialize().
int Plotter::ndim |
Referenced by doplot(), read(), read_cell(), and serialize().
std::vector<long> Plotter::npt |
Referenced by dolineplot(), dolineplot(), dovolumeplot(), dovolumeplot(), read(), read_npt(), and serialize().
std::string Plotter::output_filename |
Referenced by dolineplot(), dolineplot(), dovolumeplot(), dovolumeplot(), read(), and serialize().
std::string Plotter::output_format |
Referenced by dovolumeplot(), dovolumeplot(), read(), and serialize().
Referenced by dolineplot(), dolineplot(), dovolumeplot(), dovolumeplot(), read(), and serialize().
std::string Plotter::plot_type |
Referenced by doplot1(), read(), and serialize().
World& Plotter::world |
Referenced by doplot1(), dovolumeplot(), and dovolumeplot().