append_arrayga2d_real Subroutine

public subroutine append_arrayga2d_real(me, val, length, pos)

append an array of values to the growing 2d array.

Arguments

TypeIntentOptionalAttributesName
type(grw_real2darray_type) :: me

array to append the value to

real(kind=rk), intent(in) :: val(:)

array of values to append

integer, intent(in), optional :: length

optional length to expand the array

integer, intent(out), optional :: pos

the position in second dimension the elements were added to


Calls

proc~~append_arrayga2d_real~~CallsGraph proc~append_arrayga2d_real append_arrayga2d_real interface~expand~14 expand proc~append_arrayga2d_real->interface~expand~14 proc~expand_ga2d_real expand_ga2d_real interface~expand~14->proc~expand_ga2d_real

Called by

proc~~append_arrayga2d_real~~CalledByGraph proc~append_arrayga2d_real append_arrayga2d_real interface~append~16 append interface~append~16->proc~append_arrayga2d_real proc~tem_refine_global_subtree tem_refine_global_subtree proc~tem_refine_global_subtree->interface~append~16 proc~tem_opvar_setupindices tem_opVar_setupIndices proc~tem_opvar_setupindices->interface~append~16 proc~tem_opvar_fill_inputindex tem_opVar_fill_inputIndex proc~tem_opvar_setupindices->proc~tem_opvar_fill_inputindex proc~tem_addface tem_addFace proc~tem_addface->interface~append~16 proc~tem_shape_findelembybclabels tem_shape_findElemByBCLabels proc~tem_shape_findelembybclabels->interface~append~16 proc~tem_opvar_fill_inputindex->interface~append~16 proc~tem_build_facerecvbuffers tem_build_faceRecvBuffers proc~tem_build_facerecvbuffers->interface~append~16 proc~tem_shape_initbylevels tem_shape_initByLevels proc~tem_shape_initbylevels->interface~append~16 proc~check_grw_array check_grw_array proc~check_grw_array->interface~append~16 proc~tem_unify_surfacedata tem_unify_surfaceData proc~tem_unify_surfacedata->interface~append~16 proc~append_intpmatrixlsf append_intpMatrixLSF proc~append_intpmatrixlsf->interface~append~16 proc~tem_build_facesendbuffers tem_build_faceSendBuffers proc~tem_build_facesendbuffers->interface~append~16 proc~tem_spatial_scalar_storeval tem_spatial_scalar_storeVal proc~tem_spatial_scalar_storeval->interface~append~16 proc~tem_opvar_reduction_transient_init tem_opVar_reduction_transient_init proc~tem_opvar_reduction_transient_init->interface~append~16 proc~tem_shape_initpropelements tem_shape_initPropElements proc~tem_shape_initpropelements->interface~append~16 program~tem_varsys_stfunvar_test tem_varSys_stfunVar_test program~tem_varsys_stfunvar_test->interface~append~16 proc~load_datafile load_datafile proc~load_datafile->interface~append~16 proc~tem_dump_stlb tem_dump_stlb proc~tem_dump_stlb->interface~append~16 proc~tem_init_surfdata tem_init_surfData proc~tem_init_surfdata->interface~append~16 proc~tem_spatial_vector_storeval tem_spatial_vector_storeVal proc~tem_spatial_vector_storeval->interface~append~16 interface~tem_spatial_storeval tem_spatial_storeVal interface~tem_spatial_storeval->proc~tem_spatial_scalar_storeval interface~tem_spatial_storeval->proc~tem_spatial_vector_storeval proc~tem_update_surfpos tem_update_surfPos proc~tem_update_surfpos->proc~tem_init_surfdata proc~tem_get_faces tem_get_faces proc~tem_get_faces->proc~tem_addface interface~append~38 append interface~append~38->proc~append_intpmatrixlsf proc~tem_readandunify_surfdata tem_readAndUnify_surfData proc~tem_readandunify_surfdata->proc~tem_unify_surfacedata program~tem_growarray_test tem_growArray_test program~tem_growarray_test->proc~check_grw_array proc~load_temporal_from_file load_temporal_from_file proc~load_temporal_from_file->proc~load_datafile proc~tem_build_facebuffers tem_build_faceBuffers proc~tem_build_facebuffers->proc~tem_build_facerecvbuffers proc~tem_build_facebuffers->proc~tem_build_facesendbuffers proc~tem_create_subtree_of tem_create_subTree_of proc~tem_create_subtree_of->proc~tem_shape_findelembybclabels proc~tem_create_subtree_of->proc~tem_shape_initbylevels proc~tem_create_subtree_of->proc~tem_shape_initpropelements

Contents


Variables

TypeVisibilityAttributesNameInitial
integer, public :: newpos