LT.h file
Less-than comparison operator for functions.
This file defines the LT class, which implements the less-than comparison operation between functions. This operator creates a boolean function indicating where one function is less than another.
Mathematical Foundation
For functions , the less-than operator:
Applications
- Negative region indicators:
- Subdomain identification
- Constraint violation detection
- Thresholding operations
Usage Example
auto negative_region = (u < 0.0); // Boolean: true where u is 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.