World Builder  1.1.0-pre
A geodynamic initial conditions generator
wrapper_fortran.f90 File Reference

Go to the source code of this file.

Data Types

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...
 

Modules

module  worldbuilder
 

Variables

type(c_ptr) worldbuilder::cworld
 The C pointer to the World Builder world. It is generated by the create_world function. More...