Data Types | |
| type | origen_exception |
Functions/Subroutines | |
| subroutine | rstop (message, code) |
| subroutine | origen_dumperrors (options, msg) |
| logical function | origen_loadlibrary (lib, full_name, options) |
| logical function | origen_savelibrary (lib, full_name) |
| logical function | origen_appendlibrary (trx, full_name) |
| logical function | origen_savestateset_options (state_set, full_name, options) |
| logical function | origen_savestateset (state_set, full_name, file_format) |
| logical function | origen_loadstateset (state_set, full_name) |
| logical function | origen_appendstateset (state_set, full_name, file_format, appended) |
| logical function | origen_loadstate (state, full_name, pos) |
Function/Subroutine Documentation
| subroutine origen_iofunctions_m::rstop | ( | character(*), intent(in) | message, |
| integer, intent(in) | code | ||
| ) |
Referenced by kernel_matrex::decay(), depletion::deplete(), depletion::depletion_step(), kernel_matrex::equil(), origen_casewrapper_m::flip_time(), kernel_matrex::get_precision(), kernel_matrex::matrex(), origen_particleemitter_api::pe_get_particle_source(), origen_particleemitter_api::pe_load_data(), origen_particleemitter_api::pe_set_energy_bounds(), depletion::powerflux(), kernel_radau5::radau5_solve(), kernel_rksuite::rksuite_solve(), and origen_librarywrapper::set_legacy_mass().
| subroutine origen_iofunctions_m::origen_dumperrors | ( | type(datacontainer), intent(in) | options, |
| character(*), intent(in) | msg | ||
| ) |
| logical function origen_iofunctions_m::origen_loadlibrary | ( | type(origen_library), intent(inout) | lib, |
| character(*), intent(in) | full_name, | ||
| type(datacontainer), intent(inout), optional | options | ||
| ) |
References origen_dumperrors().
Referenced by origen_librarywrapper::set_legacy_mass(), and tstneutron_api().
| logical function origen_iofunctions_m::origen_savelibrary | ( | type(origen_library), intent(in) | lib, |
| character(*), intent(in) | full_name | ||
| ) |
References origen_dumperrors().
| logical function origen_iofunctions_m::origen_appendlibrary | ( | type(origen_transitionmatrixp), intent(in) | trx, |
| character(*), intent(in) | full_name | ||
| ) |
References origen_dumperrors().
| logical function origen_iofunctions_m::origen_savestateset_options | ( | type(origen_stateset), intent(in) | state_set, |
| character(*), intent(in) | full_name, | ||
| type(datacontainer), intent(inout) | options | ||
| ) |
References origen_dumperrors().
Referenced by origen_appendstateset(), and origen_savestateset().
| logical function origen_iofunctions_m::origen_savestateset | ( | type(origen_stateset), intent(in) | state_set, |
| character(*), intent(in) | full_name, | ||
| character(*), intent(in), optional | file_format | ||
| ) |
References origen_savestateset_options().
| logical function origen_iofunctions_m::origen_loadstateset | ( | type(origen_stateset), intent(inout) | state_set, |
| character(*), intent(in) | full_name | ||
| ) |
References origen_dumperrors().
Referenced by origen_casewrapper_m::flip_time(), test_append_file(), and tstmassconservation().
| logical function origen_iofunctions_m::origen_appendstateset | ( | type(origen_stateset), intent(in) | state_set, |
| character(*), intent(in) | full_name, | ||
| character(*), intent(in), optional | file_format, | ||
| logical, intent(out), optional | appended | ||
| ) |
References origen_savestateset_options().
Referenced by origen_casewrapper_m::flip_time().
| logical function origen_iofunctions_m::origen_loadstate | ( | type(origen_state), intent(inout) | state, |
| character(*), intent(in) | full_name, | ||
| integer, intent(in) | pos | ||
| ) |
References origen_dumperrors().

1.8.10