FE-Project
|
Public Member Functions | |
procedure | init (this, model_mesh) |
procedure | final (this) |
procedure | history (this) |
Public Attributes | |
type(meshfield3d), dimension(:), allocatable | tends |
type(modelvarmanager) | tends_manager |
type(meshfield3d), dimension(:), allocatable | auxvars |
type(modelvarmanager) | auxvars_manager |
integer | auxvars_commid |
type(meshfield3d), dimension(:), allocatable | diagvars |
type(modelvarmanager) | diagvars_manager |
integer | tends_num_tot |
Definition at line 63 of file mod_atmos_phy_tb_vars.F90.
procedure mod_atmos_phy_tb_vars::atmosphytbvars::init | ( | class(atmosphytbvars), intent(inout), target | this, |
class(modelmeshbase), intent(in), target | model_mesh ) |
Definition at line 76 of file mod_atmos_phy_tb_vars.F90.
procedure mod_atmos_phy_tb_vars::atmosphytbvars::final | ( | class(atmosphytbvars), intent(inout) | this | ) |
Definition at line 77 of file mod_atmos_phy_tb_vars.F90.
procedure mod_atmos_phy_tb_vars::atmosphytbvars::history | ( | class(atmosphytbvars), intent(inout) | this | ) |
Definition at line 78 of file mod_atmos_phy_tb_vars.F90.
References mod_atmos_phy_tb_vars::atmosphytbvars_getlocalmeshfields_tend().
type(meshfield3d), dimension(:), allocatable mod_atmos_phy_tb_vars::atmosphytbvars::tends |
Definition at line 64 of file mod_atmos_phy_tb_vars.F90.
type(modelvarmanager) mod_atmos_phy_tb_vars::atmosphytbvars::tends_manager |
Definition at line 65 of file mod_atmos_phy_tb_vars.F90.
type(meshfield3d), dimension(:), allocatable mod_atmos_phy_tb_vars::atmosphytbvars::auxvars |
Definition at line 67 of file mod_atmos_phy_tb_vars.F90.
type(modelvarmanager) mod_atmos_phy_tb_vars::atmosphytbvars::auxvars_manager |
Definition at line 68 of file mod_atmos_phy_tb_vars.F90.
integer mod_atmos_phy_tb_vars::atmosphytbvars::auxvars_commid |
Definition at line 69 of file mod_atmos_phy_tb_vars.F90.
type(meshfield3d), dimension(:), allocatable mod_atmos_phy_tb_vars::atmosphytbvars::diagvars |
Definition at line 71 of file mod_atmos_phy_tb_vars.F90.
type(modelvarmanager) mod_atmos_phy_tb_vars::atmosphytbvars::diagvars_manager |
Definition at line 72 of file mod_atmos_phy_tb_vars.F90.
integer mod_atmos_phy_tb_vars::atmosphytbvars::tends_num_tot |
Definition at line 74 of file mod_atmos_phy_tb_vars.F90.