Go to the source code of this file.
Functions/Subroutines | |
subroutine | zn_sswsb (G_ZN, P, qr, To, rhoc, rb, Ts, Tf, fr, Tn) |
subroutine | newton (x, J, e) |
subroutine zn_sswsb::newton | ( | real(dbl), dimension(2) | x, |
real(dbl), dimension(2,2) | J, | ||
real(dbl), dimension(2) | e | ||
) |
Definition at line 377 of file ZN_ssWSB.f90.
References i, j, StopWatch::stop(), and x.
subroutine zn_sswsb | ( | type(g_burn_1d), pointer | G_ZN, |
real(dbl), intent(in) | P, | ||
real(dbl), intent(in) | qr, | ||
real(dbl), intent(in) | To, | ||
real(dbl), intent(in) | rhoc, | ||
real(dbl), intent(out) | rb, | ||
real(dbl), intent(out) | Ts, | ||
real(dbl), intent(out) | Tf, | ||
real(dbl), intent(out) | fr, | ||
real(dbl), dimension(:), intent(out) | Tn | ||
) |
Definition at line 56 of file ZN_ssWSB.f90.
References i, j, newton(), Aff_transformation_repS2< FT >::print(), and StopWatch::stop().
Referenced by m_rocburn_1d_zn::get_burning_rate_1d(), and m_rocburn_1d_zn::initialize_1d().