|  |  |  |  |  |  |  |  |  | 
|  | ||||||||
|  |  |  |  | |||||
|  |  |  |  |  |  | |||
Category
Function
"Refines" a grid or changes its element type.
Syntax
refined = Refine(input, level);
Inputs
| Name | Type | Default | Description | 
|---|---|---|---|
| input | field | none | field to be "refined" | 
| level | integer or string | 1 | level of refinement | 
Outputs
| Name | Type | Description | 
|---|---|---|
| refined | field | "refined" input | 
Functional Details
This module resamples a grid at a finer resolution or changes the element type.
| input | is the object to be refined. It must have "connections" or "faces." | 
| level | specifies either the level or the type of refinement: 
 | 
Components
All components in the input are propagated to the output. The "connections" component is modified.
Example Visual Programs
ManipulateGroups.net SIMPLE/Refine.net
See Also
[ OpenDX Home at IBM | OpenDX.org ]