ply_subres_import_color Subroutine

public subroutine ply_subres_import_color(me, tree, coloring, iColor, target_degree, target_space, target_dim, subresdat)

Get the subresolution data for all elements for a given color and in the requested format.

Arguments

Type IntentOptional Attributes Name
type(ply_subresolution_type), intent(in) :: me
type(treelmesh_type), intent(in) :: tree
type(tem_color_prop_type), intent(in) :: coloring
integer, intent(in) :: iColor
integer, intent(in) :: target_degree
integer, intent(in) :: target_space
integer, intent(in) :: target_dim
real(kind=rk), intent(out), allocatable :: subresdat(:,:)

Calls

proc~~ply_subres_import_color~~CallsGraph proc~ply_subres_import_color ply_subres_import_color nelems nelems proc~ply_subres_import_color->nelems newunit newunit proc~ply_subres_import_color->newunit offset offset proc~ply_subres_import_color->offset ply_transfer_dofs ply_transfer_dofs proc~ply_subres_import_color->ply_transfer_dofs ply_transfer_p_dim ply_transfer_p_dim proc~ply_subres_import_color->ply_transfer_p_dim tem_abort tem_abort proc~ply_subres_import_color->tem_abort

Called by

proc~~ply_subres_import_color~~CalledByGraph proc~ply_subres_import_color ply_subres_import_color proc~sdr_hvs_props_import_dofs sdr_hvs_props_import_dofs proc~sdr_hvs_props_import_dofs->proc~ply_subres_import_color program~sdr_harvesting sdr_harvesting program~sdr_harvesting->proc~sdr_hvs_props_import_dofs