Nektar++
|
#include <utility>
#include <vector>
#include <boost/lexical_cast.hpp>
#include <boost/format.hpp>
#include <SolverUtils/Core/Misc.h>
Go to the source code of this file.
Namespaces | |
Nektar | |
< | |
Nektar::SolverUtils | |
Functions | |
void | Nektar::SolverUtils::AddSummaryItem (SummaryList &l, const std::string &name, const std::string &value) |
Adds a summary item to the summary info list. More... | |
void | Nektar::SolverUtils::AddSummaryItem (SummaryList &l, const std::string &name, const int &value) |
Adds a summary item to the summary info list. More... | |
void | Nektar::SolverUtils::AddSummaryItem (SummaryList &l, const std::string &name, const NekDouble &value) |
Adds a summary item to the summary info list. More... | |