[][src]Module kalast::base::world

The simulation world

Structs

CustomNewtonMethodArguments

Struct that holds the parameters to be use for the Newton's method to compute the temperature at the surface of the celestial body.

World

The world simulation

Functions

newton_method_derivative

Implementation of the derivative of the function of the Newton's method to compute the temperature at the surface of the celestial body.

newton_method_function

Implementation of the function of the Newton's method ton compute the temperatures at the surface of the celestial body.