GEQ.h file
Greater-than-or-equal comparison operator for functions.
This file defines the GEQ class, which implements the greater-than-or-equal comparison operation between functions. This operator creates a boolean function indicating where one function is at least as large as another.
Mathematical Foundation
For functions , the GEQ operator:
Applications
- Non-negative region indicators:
- Constraint satisfaction checking
- Admissible set definitions
- Complementarity conditions
Usage Example
auto non_negative = (u >= 0.0); // Boolean: true where u is non-negative
Namespaces
- namespace Rodin
- The Rodin library for Shape and Topology Optimization.
- namespace Rodin::Variational
- Module which provides the necessary tools for constructing variational problems.