OGS
CreateLookupTable.cpp File Reference

Detailed Description

Definition in file CreateLookupTable.cpp.

#include "CreateLookupTable.h"
#include <algorithm>
#include <boost/algorithm/string.hpp>
#include <fstream>
#include <map>
#include "BaseLib/Algorithm.h"
#include "BaseLib/Error.h"
#include "BaseLib/FileTools.h"
#include "LookupTable.h"
#include "ProcessLib/ProcessVariable.h"
Include dependency graph for CreateLookupTable.cpp:

Go to the source code of this file.

Namespaces

 anonymous_namespace{CreateLookupTable.cpp}
 
 ProcessLib
 
 ProcessLib::ComponentTransport
 

Functions

std::vector< std::size_t > anonymous_namespace{CreateLookupTable.cpp}::getIndexVector (std::vector< double > const &data, double const value)
 
std::unique_ptr< LookupTable > ProcessLib::ComponentTransport::createLookupTable (std::optional< std::string > const tabular_file, std::vector< std::vector< std::reference_wrapper< ProcessVariable >>> const &process_variables)