World Builder  1.1.0-pre
A geodynamic initial conditions generator
worldbuilder::temperature_2d Interface Reference

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

Public Member Functions

subroutine temperature_2d (cworld, x, z, depth, temperature)
 

Detailed Description

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.

Definition at line 46 of file wrapper_fortran.f90.

Constructor & Destructor Documentation

◆ temperature_2d()

subroutine worldbuilder::temperature_2d::temperature_2d ( type(c_ptr), intent(in), value  cworld,
real(c_double), intent(in), value  x,
real(c_double), intent(in), value  z,
real(c_double), intent(in), value  depth,
real(c_double), intent(out)  temperature 
)

Definition at line 47 of file wrapper_fortran.f90.


The documentation for this interface was generated from the following file: