Template Class NormalWeakTerm

Class Documentation

template<typename Quantity, typename Surface, typename TargetField>
class NormalWeakTerm

A weak term for a quantity paired with a geometry-provided normal.

Public Functions

inline NormalWeakTerm(NormalQuantity<Quantity, Surface> load, TargetField target)
template<typename VectorType, typename MatrixType>
inline FieldId add(SemidiscreteBuilder<VectorType, MatrixType> &builder) const
template<typename VectorType, typename MatrixType>
inline FieldId operator()(SemidiscreteBuilder<VectorType, MatrixType> &builder) const
inline const NormalQuantity<Quantity, Surface> &load() const
inline const TargetField &target() const