Go to the source code of this file.
|
subroutine | scalar_ic::set_scalar_ic_int (s, coef, gs, type, params) |
| Set scalar initial condition (builtin) More...
|
|
subroutine | scalar_ic::set_scalar_ic_usr (s, coef, gs, usr_ic, params) |
| Set scalar intial condition (user defined) More...
|
|
subroutine | scalar_ic::set_scalar_ic_common (s, coef, gs) |
| Set scalar initial condition (common) More...
|
|
subroutine | scalar_ic::set_scalar_ic_uniform (s, ic_value) |
| Uniform initial condition. More...
|
|
subroutine | scalar_ic::set_scalar_ic_point_zone (s, base_value, zone_name, zone_value) |
| Point zone initial condition. More...
|
|
subroutine | scalar_ic::set_scalar_ic_fld (s, file_name, interpolate, tolerance, mesh_file_name) |
| Set the initial condition of the scalar based on a field. @detail The field is read from an fld file. If enabled, interpolation is also possible. In that case, the mesh coordinates can be read from another file in the fld field series. More...
|
|