34class Solution :
public std::map<std::string, data::CellData>
36 using Base = std::map<std::string, data::CellData>;
44 bool has(
const std::string& )
const;
50 std::vector< double >& data(
const std::string& );
51 const std::vector< double >& data(
const std::string& )
const;
53 std::pair< iterator, bool > insert( std::string name,
55 std::vector< double >,
61 template<
class Serializer>
64 serializer(
static_cast<Base&
>(*
this));
68 static Solution serializationTestObject()
72 sol.insert({
"test_data", CellData::serializationTestObject()});
This class implements a small container which holds the transmissibility mulitpliers for all the face...
Definition Exceptions.hpp:30