27#include "neml2/models/Model.h"
42 void set_value(
bool out,
bool dout_din,
bool d2out_din2)
override;
const Scalar & _cell_values
Cell-centered values.
Definition LinearlyInterpolateToCellEdges.h:45
const Scalar & _cell_centers
Cell center positions.
Definition LinearlyInterpolateToCellEdges.h:48
Variable< Scalar > & _edge_values
Cell-edge interpolated values.
Definition LinearlyInterpolateToCellEdges.h:54
LinearlyInterpolateToCellEdges(const OptionSet &options)
const Scalar & _cell_edges
Cell edge positions.
Definition LinearlyInterpolateToCellEdges.h:51
static OptionSet expected_options()
void set_value(bool out, bool dout_din, bool d2out_din2) override
The map between input -> output, and optionally its derivatives.
Model(const OptionSet &options)
Construct a new Model object.
A custom map-like data structure. The keys are strings, and the values can be nonhomogeneously typed.
Definition OptionSet.h:52
Scalar.
Definition Scalar.h:38
Concrete definition of a variable.
Definition Variable.h:37
Definition DiagnosticsInterface.h:31