|
World Builder
1.1.0-pre
A geodynamic initial conditions generator
|
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...
Public Member Functions | |
| subroutine | temperature_3d (cworld, x, y, z, depth, temperature) |
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.
Definition at line 59 of file wrapper_fortran.f90.
| subroutine worldbuilder::temperature_3d::temperature_3d | ( | type(c_ptr), intent(in), value | cworld, |
| real(c_double), intent(in), value | x, | ||
| real(c_double), intent(in), value | y, | ||
| real(c_double), intent(in), value | z, | ||
| real(c_double), intent(in), value | depth, | ||
| real(c_double), intent(out) | temperature | ||
| ) |
Definition at line 60 of file wrapper_fortran.f90.