atl_dump_materialFun Subroutine

public subroutine atl_dump_materialFun(conf, material, key, varSys)

Dump material description to lua file

Arguments

Type IntentOptional Attributes Name
type(aot_out_type) :: conf
type(atl_materialFun_type), intent(in) :: material
character(len=*), intent(in) :: key
type(tem_varSys_type), intent(in) :: varSys

The variable system that contains the material variables


Calls

proc~~atl_dump_materialfun~~CallsGraph proc~atl_dump_materialfun atl_dump_materialFun proc~aot_out_open_table aot_out_open_table proc~atl_dump_materialfun->proc~aot_out_open_table proc~aot_out_val aot_out_val proc~atl_dump_materialfun->proc~aot_out_val proc~stripmatprefix stripMatPrefix proc~atl_dump_materialfun->proc~stripmatprefix proc~aot_out_close_table aot_out_close_table proc~atl_dump_materialfun->proc~aot_out_close_table

Called by

proc~~atl_dump_materialfun~~CalledByGraph proc~atl_dump_materialfun atl_dump_materialFun proc~atl_eqn_write atl_eqn_write proc~atl_eqn_write->proc~atl_dump_materialfun

Contents