MCPcopy Create free account
hub / github.com/FEniCS/dolfinx / Table

Method Table

cpp/dolfinx/common/Table.cpp:33–37  ·  view source on GitHub ↗

-----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

31
32//-----------------------------------------------------------------------------
33Table::Table(std::string title, bool right_justify)
34 : name(std::move(title)), _right_justify(right_justify)
35{
36 // Do nothing
37}
38//-----------------------------------------------------------------------------
39void Table::set(const std::string& row, const std::string& col,
40 std::variant<std::string, int, double> value)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected