12 type (hecmwST_local_mesh) :: hecMESHnew
13 type (hecmwST_result_data):: adapRES
15 if(adapres%nn_component .gt.0)
then
16 do i=1, adapres%nn_component
17 in=in+adapres%nn_dof(i)
19 allocate (adapres%node_val_item(in*hecmeshnew%n_node))
20 call hecmw_dlb_get_result_node(adapres%node_val_item)
22 if(adapres%ne_component .gt.0)
then
23 do i=1, adapres%ne_component
24 in=in+adapres%ne_dof(i)
26 allocate (adapres%elem_val_item(in*hecmeshnew%n_elem))
27 call hecmw_dlb_get_result_elem(adapres%elem_val_item)