Neko  0.9.0
A portable framework for high-order spectral element flow simulations
scalar_ic.f90 File Reference

Go to the source code of this file.

Data Types

interface  scalar_ic::set_scalar_ic
 

Modules

module  scalar_ic
 Scalar initial condition.
 

Functions/Subroutines

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...