Public Member Functions | |
subroutine | func (env_state, aero_data, init, x, f, df, aero_particle) |
subroutine pmc_condensation::cond_newt__interface::func | ( | type(env_state_t),intent(in) | env_state, | |
type(aero_data_t),intent(in) | aero_data, | |||
logical,intent(in) | init, | |||
real*8,intent(in) | x, | |||
real*8,intent(out) | f, | |||
real*8,intent(out) | df, | |||
type(aero_particle_t),intent(in) | aero_particle | |||
) |
env_state | Environment state. |
aero_data | Aerosol data. |
init | True if first Newton loop. |
x | Independent variable to solve for. |
f | Function to solve. |
df | Derivative df/dx. |
aero_particle | Particle. |