Scrambler
1
|
Module for setting up stencil pieces and defining dependencies for sweep scheme. More...
Go to the source code of this file.
Data Types | |
module | SchemeDeclarations |
Functions/Subroutines | |
subroutine | BeforeSweepStep_ |
subroutine | AfterSweepStep_ () |
subroutine | Init_prims_ () |
subroutine | Reconstruct_ |
subroutine | calc_limiters_ () |
LOGICAL function | request_eigens_ () |
subroutine | MHD_Source_Terms_ () |
subroutine | calc_fluxes_ () |
subroutine | calc_fluxes_noctu () |
subroutine | calc_emf_ () |
subroutine | updateB_ () |
subroutine | updatew2_ () |
subroutine | update_fluxes_ () |
subroutine | CTU_ () |
subroutine | calc_tracer_fluxes_ () |
subroutine | HVisc_ () |
subroutine | calc_final_fluxes_ () |
subroutine | calc_final_emf_ () |
subroutine | store_fixup_fluxes_ () |
subroutine | update_final_fluxes_ () |
subroutine | updateB_final_ () |
subroutine | update_final_ () |
subroutine | update_final_noctu_ () |
Module for setting up stencil pieces and defining dependencies for sweep scheme.
ghost module to set up dependencies
Definition in file sweep_declarations.f90.
subroutine sweep_::BeforeSweepStep_ | ( | ) |
Definition at line 393 of file sweep_declarations.f90.
Referenced by SchemeDeclarations::sweep_().
subroutine sweep_::AfterSweepStep_ | ( | ) |
Definition at line 397 of file sweep_declarations.f90.
Referenced by SchemeDeclarations::sweep_().
subroutine sweep_::Init_prims_ | ( | ) |
Definition at line 401 of file sweep_declarations.f90.
Referenced by SchemeDeclarations::sweep_().
subroutine sweep_::Reconstruct_ | ( | ) |
Definition at line 406 of file sweep_declarations.f90.
References calc_limiters_(), MHD_Source_Terms_(), and request_eigens_().
Referenced by SchemeDeclarations::sweep_().
subroutine sweep_::calc_limiters_ | ( | ) |
Definition at line 538 of file sweep_declarations.f90.
Referenced by Reconstruct_().
LOGICAL function sweep_::request_eigens_ | ( | ) |
Definition at line 563 of file sweep_declarations.f90.
Referenced by Reconstruct_().
subroutine sweep_::MHD_Source_Terms_ | ( | ) |
Definition at line 583 of file sweep_declarations.f90.
Referenced by Reconstruct_().
subroutine sweep_::calc_fluxes_ | ( | ) |
Definition at line 620 of file sweep_declarations.f90.
Referenced by SchemeDeclarations::sweep_().
subroutine sweep_::calc_fluxes_noctu | ( | ) |
Definition at line 634 of file sweep_declarations.f90.
Referenced by SchemeDeclarations::sweep_(), and SweepScheme::sweepAdvance().
subroutine sweep_::calc_emf_ | ( | ) |
Definition at line 647 of file sweep_declarations.f90.
Referenced by SchemeDeclarations::sweep_().
subroutine sweep_::updateB_ | ( | ) |
Definition at line 669 of file sweep_declarations.f90.
Referenced by SchemeDeclarations::sweep_().
subroutine sweep_::updatew2_ | ( | ) |
Definition at line 685 of file sweep_declarations.f90.
Referenced by SchemeDeclarations::sweep_().
subroutine sweep_::update_fluxes_ | ( | ) |
Definition at line 712 of file sweep_declarations.f90.
Referenced by SchemeDeclarations::sweep_().
subroutine sweep_::CTU_ | ( | ) |
Definition at line 724 of file sweep_declarations.f90.
Referenced by SchemeDeclarations::sweep_().
subroutine sweep_::calc_tracer_fluxes_ | ( | ) |
Definition at line 814 of file sweep_declarations.f90.
Referenced by SchemeDeclarations::sweep_().
subroutine sweep_::HVisc_ | ( | ) |
Definition at line 830 of file sweep_declarations.f90.
Referenced by SchemeDeclarations::sweep_().
subroutine sweep_::calc_final_fluxes_ | ( | ) |
Definition at line 855 of file sweep_declarations.f90.
Referenced by SchemeDeclarations::sweep_().
subroutine sweep_::calc_final_emf_ | ( | ) |
Definition at line 871 of file sweep_declarations.f90.
Referenced by SchemeDeclarations::sweep_().
subroutine sweep_::store_fixup_fluxes_ | ( | ) |
Definition at line 890 of file sweep_declarations.f90.
Referenced by SchemeDeclarations::sweep_().
subroutine sweep_::update_final_fluxes_ | ( | ) |
Definition at line 895 of file sweep_declarations.f90.
Referenced by SchemeDeclarations::sweep_().
subroutine sweep_::updateB_final_ | ( | ) |
Definition at line 954 of file sweep_declarations.f90.
Referenced by SchemeDeclarations::sweep_().
subroutine sweep_::update_final_ | ( | ) |
Definition at line 969 of file sweep_declarations.f90.
Referenced by SchemeDeclarations::sweep_().
subroutine sweep_::update_final_noctu_ | ( | ) |
Definition at line 985 of file sweep_declarations.f90.