domain.min
Syntax
- v = domain.min( )
- domain.min( ) = v
Get/set the lower domain corner.
Returns: v - lower domain corner vector Accepts: v - lower domain corner vector
Component Access
f = domain.min
( )->x
domain.min
( )->x
= f
- f = domain.min.x( )
- domain.min.x( ) = f
Get/set the \(x\)-component of the lower domain corner.
Returns: f - \(x\)-component of the lower domain corner vector Accepts: f - \(x\)-component of the lower domain corner vector
Access other vector components (\(y\), \(z\) (3D ONLY)) by substituting the component name where \(x\) appears above. See Member Access Operator for information about accessing members from data types using ->
.
Deprecated Component Access
Component access by adding an optional integer in the function arguments (e.g., f = domain.min(3)
) is deprecated. It remains available but will not be supported in future versions. See Component Access with Integers in FISH on the Deprecated Commands and FISH page for details.
Was this helpful? ... | PFC © 2021, Itasca | Updated: Feb 25, 2024 |