dump_tem_global Subroutine

public subroutine dump_tem_global(me, root_only)

A routine to dump global informations into the mesh header in lua format

Provide a version string, for the file format

Arguments

TypeIntentOptionalAttributesName
type(tem_global_type), intent(in) :: me

global type to be dumped

logical, intent(in), optional :: root_only

root dump global mesh when true and all process dump its own mesh when false


Calls

proc~~dump_tem_global~~CallsGraph proc~dump_tem_global dump_tem_global proc~aot_out_open_table aot_out_open_table proc~dump_tem_global->proc~aot_out_open_table proc~aot_out_close aot_out_close proc~dump_tem_global->proc~aot_out_close proc~aot_out_open aot_out_open proc~dump_tem_global->proc~aot_out_open interface~aot_out_val aot_out_val proc~dump_tem_global->interface~aot_out_val proc~dump_tem_prophead dump_tem_prophead proc~dump_tem_global->proc~dump_tem_prophead proc~aot_out_close_table aot_out_close_table proc~dump_tem_global->proc~aot_out_close_table proc~dump_tem_prophead->proc~aot_out_open_table proc~dump_tem_prophead->interface~aot_out_val proc~dump_tem_prophead->proc~aot_out_close_table

Called by

proc~~dump_tem_global~~CalledByGraph proc~dump_tem_global dump_tem_global proc~dump_treelmesh dump_treelmesh proc~dump_treelmesh->proc~dump_tem_global proc~tem_restart_openwrite tem_restart_openWrite proc~tem_restart_openwrite->proc~dump_treelmesh proc~tem_dump_subtree tem_dump_subTree proc~tem_restart_openwrite->proc~tem_dump_subtree proc~tem_adapt_dump_newmesh tem_adapt_dump_newMesh proc~tem_adapt_dump_newmesh->proc~dump_treelmesh proc~tem_dump_subtree->proc~dump_treelmesh proc~hvs_output_init hvs_output_init proc~hvs_output_init->proc~tem_dump_subtree proc~hvs_output_open hvs_output_open proc~hvs_output_open->proc~tem_restart_openwrite proc~tem_write_debugmesh tem_write_debugMesh proc~tem_write_debugmesh->proc~tem_dump_subtree proc~tem_tracker tem_tracker proc~tem_tracker->proc~hvs_output_open proc~tem_init_tracker tem_init_tracker proc~tem_init_tracker->proc~hvs_output_init

Contents


Variables

TypeVisibilityAttributesNameInitial
character(len=300), private :: headname
integer, private :: version
integer, private :: i
type(aot_out_type), private :: conf
integer, private :: locroot
logical, private :: root_out