Go to the source code of this file.
|
| interface | worldbuilder::create_world |
| | This contains the interface to the world builder for fortran. More...
|
| |
| interface | worldbuilder::temperature_2d |
| | Create an interface with the 2d temperature C function of the World builder. This function return the temperature at a specific location given x, z and depth. More...
|
| |
| interface | worldbuilder::temperature_3d |
| | Create an interface with the 3d temperature function of the World builder. This function return the temperature at a specific location given x, y, z and depth. More...
|
| |
| interface | worldbuilder::composition_2d |
| | Create an interface with the 2d composition function of the World builder. This function return the composition at a specific location given x, z, depth and composition number. More...
|
| |
| interface | worldbuilder::composition_3d |
| | Create an interface with the 3d composition function of the World builder. This function return the composition at a specific location given x, y, z, depth and composition number. More...
|
| |
| interface | worldbuilder::release_world |
| | Create an interface with the release world function. This is the destructor for the world builder class. Call this function when done with the world builder. More...
|
| |