LEQ.h file
Less-than-or-equal comparison operator for functions.
This file defines the LEQ class, which implements the less-than-or-equal comparison operation between functions. This operator creates a boolean function indicating where one function does not exceed another.
Mathematical Foundation
For functions , the LEQ operator:
Applications
- Bounded region indicators:
- Feasibility checking for optimization problems
- Level set definitions:
- Truncation and clipping operations
Usage Example
auto bounded_region = (u <= 1.0); // Boolean: true where u ≤ 1
Namespaces
- namespace Rodin
- The Rodin library for Shape and Topology Optimization.
- namespace Rodin::Variational
- Module which provides the necessary tools for constructing variational problems.