|
World Builder
1.1.0-pre
A geodynamic initial conditions generator
|
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) |
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.
| 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.