Template:Users:Structural Optimization/Optimization Algorithms/Common Parameters

From Carat++ Public Wiki
(Difference between revisions)
Jump to: navigation, search
(Created page with '<!-- {| border="1" cellpadding="3" cellspacing="0" --> |colspan="3" style="background:#efefef;"| Common Compulsory Parameters, valid for all optimization algorithms |- !FILTFUNC…')
 
 
(3 intermediate revisions by one user not shown)
Line 3: Line 3:
 
|colspan="3" style="background:#efefef;"| Common Compulsory Parameters, valid for all optimization algorithms
 
|colspan="3" style="background:#efefef;"| Common Compulsory Parameters, valid for all optimization algorithms
 
|-
 
|-
!FILTFUNC
+
!FILTER
|OPT-LINKFUNC ''int'', ''int'', ....
+
|OPT-FILTER ''int'', ''int'', ....
 
|One or more filter function IDs.
 
|One or more filter function IDs.
 
|-
 
|-
Line 13: Line 13:
 
!OUTPUT
 
!OUTPUT
 
|PC-OUT ''int''
 
|PC-OUT ''int''
|The output object.
+
|The [[Users:General FEM Analysis/Data Output|Output object]].
 
|-
 
|-
 
!DOMAIN
 
!DOMAIN
Line 37: Line 37:
 
|One or more node set IDs that define the boundary of the design space.
 
|One or more node set IDs that define the boundary of the design space.
 
|-
 
|-
!FILTERING_CONCEPT
+
!RESTART_DATA_FREQ
|GLOB or TOP*
+
|''int''
|Mode for gradient filter. The global mode (GLOB) is more efficient for large filter radii but it does not consider the topology. The topological mode (TOP) is faster for small filter radii and considers the topology. This is the default variable.
+
|Frequency of restart output,
|-
+
!FILTERING_CONCEPT_BOUND_FILTERING
+
|GLOB or TOP*
+
|Mode for gradient filter in parallel computation. The meaning of this parameter is similar to the parameter 'FILTERING_CONCEPT'.
+
 
|-
 
|-
 
<!--
 
<!--
 
|}
 
|}
 
-->
 
-->

Latest revision as of 12:38, 21 April 2011

|colspan="3" style="background:#efefef;"| Common Compulsory Parameters, valid for all optimization algorithms |- !FILTER |OPT-FILTER int, int, .... |One or more filter function IDs. |- !OBJ |OPT-RESPONSE_FCT int, int, ... |One or more response functions that are considered as objective. |- !OUTPUT |PC-OUT int |The Output object. |- !DOMAIN |EL-DOMAIN int |The respective domain on which the optimization problem is defined. |- !REGULARIZATION |EL-REGULARIZATION int |The regularization object. |- !LINE_SEARCH |OPT-LINE_SEARCH int |The line search object. |- !CONVERGENCE_CONTROL |OPT-CONVERGENCE int |The convergence checker. |- |colspan="3" style="background:#efefef;"| Common Optional Parameters, valid for all optimization algorithms |- !DESIGN_SPACE_BOUNDS |ND-SET int, int, ... |One or more node set IDs that define the boundary of the design space. |- !RESTART_DATA_FREQ |int |Frequency of restart output, |-





Whos here now:   Members 0   Guests 0   Bots & Crawlers 1
 
Personal tools
Content for Developers