template<class Operand>
Rodin::Variational::Re class

Extracts the real part of a complex-valued function.

Template parameters
Operand Type of the operand function

For a complex function $ f: \Omega \to \mathbb{C} $ with $ f(x) = u(x) + iv(x) $ , this operator extracts the real part:

\[ \text{Re}(f)(x) = u(x) \in \mathbb{R} \]