|
World Builder
1.1.0-pre
A geodynamic initial conditions generator
|
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...
Public Member Functions | |
| subroutine | composition_2d (cworld, x, z, depth, composition_number, composition) |
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.
Definition at line 74 of file wrapper_fortran.f90.
| subroutine worldbuilder::composition_2d::composition_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, | ||
| integer(c_int), intent(in), value | composition_number, | ||
| real(c_double), intent(out) | composition | ||
| ) |
Definition at line 75 of file wrapper_fortran.f90.