22 _cached_flux_elem_id(
libMesh::invalid_uint),
23 _cached_flux_side_id(
libMesh::invalid_uint)
49const std::vector<ADReal> &
52 const std::vector<ADReal> & uvec1,
53 const RealVectorValue & dwave)
const
unsigned int _cached_flux_side_id
side ID of the cached flux values
static InputParameters validParams()
virtual void finalize() override
virtual const std::vector< ADReal > & getFlux(unsigned int iside, dof_id_type ielem, const std::vector< ADReal > &uvec1, const RealVectorValue &dwave) const
Get the boundary flux vector.
virtual void threadJoin(const UserObject &) override
virtual void execute() override
virtual void calcFlux(unsigned int iside, dof_id_type ielem, const std::vector< ADReal > &uvec1, const RealVectorValue &dwave, std::vector< ADReal > &flux) const =0
Solve the Riemann problem on the boundary face.
ADBoundaryFluxBase(const InputParameters ¶meters)
std::vector< ADReal > _flux
Cached flux.
unsigned int _cached_flux_elem_id
element ID of the cached flux values
virtual void initialize() override
static InputParameters validParams()
The following methods are specializations for using the Parallel::packed_range_* routines for a vecto...
const unsigned int invalid_uint