19#ifndef UDQ_KEYWORD_HANDLERS_HPP
20#define UDQ_KEYWORD_HANDLERS_HPP
22#include "../KeywordHandlers.hpp"
31std::vector<std::pair<std::string,KeywordHandlers::handler_function>>
getUDQHandlers();
This class implements a small container which holds the transmissibility mulitpliers for all the face...
Definition Exceptions.hpp:30
std::vector< std::pair< std::string, KeywordHandlers::handler_function > > getUDQHandlers()
Obtain a list of UDQ keyword handlers.
Definition UDQKeywordHandlers.cpp:118