libsim  Versione7.2.1

◆ shoppinglist()

recursive logical function, public alchimia::shoppinglist ( character(len=*), dimension(:), intent(in)  mybout,
type(fndsv), intent(in)  vfn,
type(fndsv), intent(inout)  myvfn,
logical, intent(in), optional  copy,
logical, intent(in), optional  recurse 
)

This function try to suggest you some road to obtain the variable you want.

Starting from desciption of output and a vector of available functions provide to you some possible starting points.

Parametri
[in]vfnvector function object available
[in]myboutstandard table B description of output
[in,out]myvfnvector function object that solve the problem
[in]copyif .true. the copy functions are localy added to vfn (you can have input variable copyed to output)
[in]recurseset to .true. when called in recurse

Definizione alla linea 688 del file alchimia.F03.


Generated with Doxygen.