GiDInterface
GiDInterface copied to clipboard
Add tabs to condition's parameters
trafficstars
CustomLib allows the use of 1 level of tabs inside Conditions, so instead of
condtion
- param 1
- param 2
- param 3
- ...
- param n
We could have
condition
- Tab 1
- param 1
- param 2
- Tab 2
- param 3
- param 4
...
Pros:
- Conditions with a large number of parameters will not make their window to grow
- Parameters can be grouped by 'families' or 'categories'
Cons:
- Conditions with multiple parameter's origin (Like Parts -some from element, some from constitutive law-) will have a difficult implementation
- Condition with generic parameters (Like intervals) will need to have a strict structure
(@KratosMultiphysics/dem )