40 UDT(
const std::vector<double>& x_vals,
41 const std::vector<double>& y_vals,
44 static UDT serializationTestObject();
46 double operator()(
const double x)
const;
48 bool operator==(
const UDT& data)
const;
50 template <
class Serializer>
55 serializer(interp_type_);
59 std::vector<double> xvals_;
60 std::vector<double> yvals_;
InterpolationType
Definition: UDT.hpp:32
Corresponds to 'LC'.
This class implements a small container which holds the transmissibility mulitpliers for all the face...
Definition: Exceptions.hpp:30
Corresponds to 'LL'.
Corresponds to 'NV'.
Class for (de-)serializing.
Definition: Serializer.hpp:94