Afivo
0.3
|
To set cell-centered variables based on a user-defined function. This can be useful to avoid recomputing values. The values should also be set in ghost cells. More...
Public Member Functions | |
subroutine | af_subr_funcval (box, iv) |
To set cell-centered variables based on a user-defined function. This can be useful to avoid recomputing values. The values should also be set in ghost cells.
Definition at line 491 of file m_af_types.f90.
subroutine m_af_types::af_subr_funcval::af_subr_funcval | ( | type(box_t), intent(inout) | box, |
integer, intent(in) | iv | ||
) |
[in,out] | box | Box to fill values in |
[in] | iv | Index of variable |
Definition at line 491 of file m_af_types.f90.