CIBC:Documentation:SCIRun:Reference:SCIRun:BuildMappingMatrix
Contents |
BuildMappingMatrix
Information
- Package: SCIRun
- Catagory: MiscField
- Author(s): Peter-Pike Sloan, David Weinstein, Michael Callahan
- Status: Supported in latest version
- Version: 3.0
Description
Summary
Build a mapping matrix -- a matrix that says how to project the data from one field onto the data of a second field.
Detailed Description
This module builds a mapping matrix which contains information about how to interpolate the data from the source field onto the geometry of the destination field. The resulting mapping matrix can then be used by the MODULE REFERENCE module to map the values from a field similar to the source field onto the destination field.
The source field for BuildMappingMatrix and ApplyMappingMatrix must contain the same geometry and data locations. However they do not have to contain the same data values or value types. For instance, a TetVolField of doubles with data at the nodes can be passed into the Source port of BuildMappingMatrix, and a TetVolField of Vectors with data also at the nodes and with the same mesh can be passed into the source port of MODULE REFERENCE.
MODULE REFERENCE should be used instead of BuildMappingMatrix and MODULE REFERENCE if the mapping is not to be reused, as it does the same interpolation without building the intermediate mapping matrix. This should be used if the source field changes much more often than the destination field.
Frequently Asked Questions
Known Bugs
Recent Changes
Go back to Documentation:SCIRun:Reference:SCIRun