Classes |
class | Feel::OpusApp< ModelType > |
| Certified Reduced Basis application. More...
|
Namespaces |
namespace | Feel |
Defines |
#define | prec 4 |
#define | Pdim 7 |
#define | fill ' ' |
#define | dmanip std::scientific << std::setprecision( prec ) |
#define | hdrmanip(N) std::setw(N) << std::setfill(fill) << std::right |
#define | tabmanip(N) std::setw(N) << std::setfill(fill) << std::right << dmanip |
Enumerations |
enum | SamplingMode { RANDOM = 0,
EQUIDISTRIBUTED = 1
} |
Functions |
po::options_description | Feel::opusapp_options (std::string const &prefix) |
std::string | Feel::_o (std::string const &prefix, std::string const &opt) |