CIBC:Documentation:SCIRun:Reference:SCIRun:MapFieldDataOntoNodes
From SCIRun Documentation Wiki
Contents |
MapFieldDataOntoNodes
Information
- Package: SCIRun
- Catagory: ChangeFieldData
- Author(s): Jeroen Stinstra
- Status: Supported in latest version
- Version: 4.0
Description
Summary
Maps data from one mesh or point cloud to another mesh or point cloud. The output mesh will have the data located at the nodes.
Detailed Description
This modules can interpolate a scalar field, or calculate and interpolate the gradient, gradientnorm, or flux.
The first input is the source field. The second input allows you to specify the weights of the interpolation. The third function is the target field
The output is the target field containing the interpolated data on the nodes.
Frequently Asked Questions
How is this different from "MapFieldDataFromSourceToDestination"? It is not all that different, but it is considered to be more thread safe for parallel processing.
Known Bugs
Recent Changes
Go back to Documentation:SCIRun:Reference:SCIRun