DOLFIN-X
DOLFIN-X C++ interface
|
37 std::tuple<
int, std::string, std::shared_ptr<function::Function>>>&
46 std::vector<int>
offsets()
const;
49 void set(
int i, std::shared_ptr<const function::Function> coefficient);
52 void set(std::string name,
53 std::shared_ptr<const function::Function> coefficient);
56 std::shared_ptr<const function::Function>
get(
int i)
const;
69 std::string
get_name(
int index)
const;
73 std::vector<std::shared_ptr<const function::Function>> _coefficients;
76 std::vector<int> _original_pos;
79 std::vector<std::string> _names;