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

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

Public Member Functions

subroutine composition_3d (cworld, x, y, z, depth, composition_number, composition)
 

Detailed Description

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.

Definition at line 89 of file wrapper_fortran.f90.

Constructor & Destructor Documentation

◆ composition_3d()

subroutine worldbuilder::composition_3d::composition_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,
integer(c_int), intent(in), value  composition_number,
real(c_double), intent(out)  composition 
)

Definition at line 90 of file wrapper_fortran.f90.


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