|
gridlock is a three dimensional unstructured grid representation
library that captures all the grid information in modular and
extensible objects. It provides an object-oriented library of data
structures needed for 3D modeling and solving PDEs, including APIs
for visualizing grids in Gnuplot and Tecplot.
It also has a file reader for exporting grids generted using Pro
Engineer software for populating the grid data structures. It
provides an API for writing additional file readers for different
input file formats. The default file reader caters to the default
format of input / output (domain object serialization format).
This documentation describes all the APIs, data structures, and
the steps needed to get started using this library for your grids.
|