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