Feel++
0.91.4
|
#include <cstdlib>
#include <locale>
#include <iostream>
#include <fstream>
#include <iomanip>
#include <sstream>
#include <boost/assign/list_of.hpp>
#include <boost/foreach.hpp>
#include <boost/format.hpp>
#include <boost/property_tree/ptree.hpp>
#include <boost/property_tree/xml_parser.hpp>
#include <boost/program_options/parsers.hpp>
#include <boost/program_options/variables_map.hpp>
#include <boost/tokenizer.hpp>
#include <boost/token_functions.hpp>
#include <boost/algorithm/string/split.hpp>
#include <boost/algorithm/string/classification.hpp>
#include <boost/filesystem/operations.hpp>
#include <boost/filesystem/fstream.hpp>
#include <feel/feelcore/feel.hpp>
#include <feel/feelcore/environment.hpp>
#include <feel/feelcore/application.hpp>
#include <feel/feelcore/feelpetsc.hpp>
#include <feel/feelcore/mpicompat.hpp>
Namespaces | |
namespace | Feel |
Functions | |
FEELPP_NO_EXPORT std::pair < std::string, std::string > | Feel::at_option_parser (std::string const &s) |
po::options_description | Feel::benchmark_options (std::string const &prefix="") |
add benchmark options to feel++ applications | |
void | Feel::printErrors (std::ostream &out, std::vector< ptree::ptree > const &stats, std::string const &key) |
void | Feel::printNumbers (std::ostream &out, std::vector< ptree::ptree > const &stats, std::string const &key) |
void | Feel::printData (std::ostream &out, std::vector< ptree::ptree > const &stats, std::string const &key) |
void | Feel::printTime (std::ostream &out, std::vector< ptree::ptree > const &stats, std::string const &key) |