|
World Builder
1.1.0-pre
A geodynamic initial conditions generator
|
Data Types | |
| interface | 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 | 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 | create_world |
| This contains the interface to the world builder for fortran. More... | |
| interface | 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... | |
| interface | 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 | 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... | |
Variables | |
| type(c_ptr) | cworld |
| The C pointer to the World Builder world. It is generated by the create_world function. More... | |
| type(c_ptr) worldbuilder::cworld |
The C pointer to the World Builder world. It is generated by the create_world function.
Definition at line 114 of file wrapper_fortran.f90.