Nektar++
|
#include <string>
#include <LibUtilities/BasicConst/NektarUnivTypeDefs.hpp>
#include <SolverUtils/SolverUtilsDeclspec.h>
Go to the source code of this file.
Namespaces | |
namespace | Nektar |
namespace | Nektar::SolverUtils |
Typedefs | |
typedef std::vector< std::pair< std::string, std::string > > | Nektar::SolverUtils::SummaryList |
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... | |