ValidationFunctions.hpp File Reference
#include <functional>
#include <string>
#include <unordered_map>
#include <vector>
#include <opm/simulators/flow/KeywordValidation.hpp>
Include dependency graph for ValidationFunctions.hpp:

Go to the source code of this file.

Namespaces

namespace  Opm
 
namespace  Opm::KeywordValidation
 

Functions

void Opm::KeywordValidation::validateBRINE (const DeckKeyword &keyword, std::vector< ValidationError > &errors)
 
std::unordered_map< std::string, std::function< void(const DeckKeyword &keyword, std::vector< KeywordValidation::ValidationError > &errors)> > Opm::KeywordValidation::specialValidation ()