subroutine to initialize an equation of type advection equation as defined in the configuration file
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(atl_advection_1d_type), | intent(out) | :: | adv | Resulting description of the advection equation parameters. |
||
type(flu_State) | :: | conf | Handle to the configuration script, to load the parameters from. |
|||
integer, | intent(in) | :: | eq_table | Handle to the table containing the description for the equation system. |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | iError |