About the IOM_plugin_grid class
The WaveBlocks Project
@author: R. Bourquin
@copyright: Copyright (C) 2010, 2011, 2012 R. Bourquin
@license: Modified BSD License
 
Class documentation
The WaveBlocks Project
IOM plugin providing functions for handling grid data.
@author: R. Bourquin
@copyright: Copyright (C) 2010, 2011 R. Bourquin
@license: Modified BSD License
- 
IOM_plugin_grid.add_grid(self, parameters, blockid=0)[source]
 
Add storage for a grid.
- 
IOM_plugin_grid.delete_grid(self, blockid=0)[source]
 
Remove the stored grid.
- 
IOM_plugin_grid.has_grid(self, blockid=0)[source]
 
Ask if the specified data block has the desired data tensor.
- 
IOM_plugin_grid.load_grid(self, blockid=0)[source]
 
Load the grid nodes.
- 
IOM_plugin_grid.save_grid(self, grid, blockid=0)[source]
 
Save the grid nodes.