Rodin/Variational/Minus.h file

Subtraction operations for functions, shape functions, and integrators.

Provides operator- overloads for computing differences between functions, shape functions, and integrators. All subtraction operations are implemented as Sum(lhs, UnaryMinus(rhs)) to reuse addition and negation logic.

Namespaces

namespace Rodin
The Rodin library for Shape and Topology Optimization.
namespace Rodin::Variational
Module which provides the necessary tools for constructing variational problems.