Dot Template Specializations module

Template specializations of the Dot class.

Classes

template<class LHSDerived, class RHSDerived, class FES, ShapeFunctionSpaceType Space>
class Rodin::Variational::Dot<FunctionBase<LHSDerived>, ShapeFunctionBase<RHSDerived, FES, Space>>
Dot product between a FunctionBase and a ShapeFunctionBase.
template<class LHSDerived, class TrialFES, class RHSDerived, class TestFES>
class Rodin::Variational::Dot<ShapeFunctionBase<LHSDerived, TrialFES, TrialSpace>, ShapeFunctionBase<RHSDerived, TestFES, TestSpace>>
Represents the dot product of trial and test operators.