27#include "neml2/models/Model.h"
42 void set_value(
bool out,
bool dout_din,
bool d2out_din2)
override;
Variable< Scalar > & _J
Cell-edge advective fluxes.
Definition FiniteVolumeUpwindedAdvectiveFlux.h:51
FiniteVolumeUpwindedAdvectiveFlux(const OptionSet &options)
const Variable< Scalar > & _v_edge
Cell-edge advection velocity values.
Definition FiniteVolumeUpwindedAdvectiveFlux.h:48
static OptionSet expected_options()
const Variable< Scalar > & _u
Cell-averaged field values.
Definition FiniteVolumeUpwindedAdvectiveFlux.h:45
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
Concrete definition of a variable.
Definition Variable.h:37
Definition DiagnosticsInterface.h:31