IGModel-SW 1.0
|
Go to the source code of this file.
Modules | |
module | continious_equation |
This module provides some subroutines which calculate the rate of change of surface height over time (i.e solve the continious equation). | |
Functions/Subroutines | |
subroutine, public | continious_equation::continious_equation_Init (icgrid) |
Initializes the continious_equation module. | |
subroutine, public | continious_equation::calc_continious_eq_dhdt (DHeightDtN, xy_VelN, xy_HeightN, xy_Htopo, diff_eval) |
Evaluates the right-hand side of the semi-discrete continious equation, and calculates the rate of change of surface height at time level n for all grid points. | |
Variables | |
type(Field_IcGrid2D), save | continious_equation::mass_flux |
The variable of derived type Field_IcGrid2D to manage the field data of mass flux. |