Alsvinn  0.5.3
The fast FVM simulator with UQ support
Public Member Functions | List of all members
MyParameters Class Reference

Simple example parameter class that can be used. More...

#include </home/docs/checkouts/readthedocs.org/user_builds/alsvinn/checkouts/stable/library_examples/dlls/writer/include/parameters.hpp>

Public Member Functions

void setParameter (const std::string &key, const std::string &value)
 
std::string getParameter (const std::string &key) const
 
void setMPIComm (MPI_Comm comm)
 
MPI_Comm getMPIComm (MPI_Comm comm)
 

Detailed Description

Simple example parameter class that can be used.

Member Function Documentation

◆ getMPIComm()

MPI_Comm MyParameters::getMPIComm ( MPI_Comm  comm)
inline

◆ getParameter()

std::string MyParameters::getParameter ( const std::string &  key) const
inline

◆ setMPIComm()

void MyParameters::setMPIComm ( MPI_Comm  comm)
inline

◆ setParameter()

void MyParameters::setParameter ( const std::string &  key,
const std::string &  value 
)
inline

The documentation for this class was generated from the following file: