Flow123d
JS_before_hm-1822-gbb48b12e9
|
Go to the documentation of this file.
18 #ifndef FIELD_DIVIDE_HH_
19 #define FIELD_DIVIDE_HH_
32 template <
int spacedim,
class Value>
Armor::ArmaVec< double, spacedim > Point
unsigned int n_comp() const
bool set_time(const TimeStep &time) override
FieldDivide(std::shared_ptr< FieldAlgorithmBase< spacedim, Value > > inner_dividend, Field< 3, FieldValue< 3 >::Scalar > inner_divisor, unsigned int n_comp=0)
Space< spacedim >::Point Point
Space< spacedim >::Point Point
Representation of one time step..
Field< 3, FieldValue< 3 >::Scalar > inner_divisor_
Field to which we add linear potential.
virtual const Value::return_type & value(const Point &p, const ElementAccessor< spacedim > &elm)
virtual void value_list(const Armor::array &point_list, const ElementAccessor< spacedim > &elm, std::vector< typename Value::return_type > &value_list)
Field< spacedim, Value >::FactoryBase FactoryBaseType
Class template representing a field with values dependent on: point, element, and region.
std::shared_ptr< FieldAlgorithmBase< spacedim, Value > > inner_dividend_
Field to which we add linear potential.