#include <deal2lkit/parameter_acceptor.h>
#include <deal2lkit/utilities.h>
#include <deal.II/base/point.h>
#include <deal.II/base/revision.h>
#include <deal2lkit/revision.h>
#include <fstream>
Go to the source code of this file.
Macros | |
#define | MYP(dim) |
point More... | |
#define | MYV(type, sep) |
vector More... | |
Functions | |
template<> | |
std_cxx11::shared_ptr< Patterns::PatternBase > | ParameterAcceptor::to_pattern< std::string > (const std::string &) |
Conversion specializations. More... | |
template<> | |
std::string | ParameterAcceptor::to_string< std::string > (const std::string &entry) |
template<> | |
std::string | ParameterAcceptor::to_type< std::string > (const std::string ¶meter) |
#define MYP | ( | dim | ) |
point
Definition at line 306 of file parameter_acceptor.cc.
#define MYV | ( | type, | |
sep | |||
) |
vector
Definition at line 334 of file parameter_acceptor.cc.
std_cxx11::shared_ptr<Patterns::PatternBase> ParameterAcceptor::to_pattern< std::string > | ( | const std::string & | ) |
std::string ParameterAcceptor::to_string< std::string > | ( | const std::string & | entry | ) |
Definition at line 214 of file parameter_acceptor.cc.
std::string ParameterAcceptor::to_type< std::string > | ( | const std::string & | parameter | ) |
Definition at line 220 of file parameter_acceptor.cc.