lookup_node Interface

public interface lookup_node

Look up a gmsh_msh1_node_type in the gmsh_msh1_data_type.

Calls

interface~~lookup_node~~CallsGraph interface~lookup_node lookup_node proc~lookup_node_by_loc_gmsh_msh1_file lookup_node_by_loc_gmsh_msh1_file interface~lookup_node->proc~lookup_node_by_loc_gmsh_msh1_file proc~lookup_node_by_num_gmsh_msh1_file lookup_node_by_num_gmsh_msh1_file interface~lookup_node->proc~lookup_node_by_num_gmsh_msh1_file interface~output_number_of_nodes output_number_of_nodes proc~lookup_node_by_loc_gmsh_msh1_file->interface~output_number_of_nodes proc~initialize_gmsh_msh1_node initialize_gmsh_msh1_node proc~lookup_node_by_loc_gmsh_msh1_file->proc~initialize_gmsh_msh1_node proc~lookup_node_by_num_gmsh_msh1_file->interface~output_number_of_nodes proc~lookup_node_by_num_gmsh_msh1_file->proc~initialize_gmsh_msh1_node proc~output_number_of_nodes_gmsh_msh1_element output_number_of_nodes_gmsh_msh1_element interface~output_number_of_nodes->proc~output_number_of_nodes_gmsh_msh1_element proc~output_number_of_nodes_gmsh_msh1_file output_number_of_nodes_gmsh_msh1_file interface~output_number_of_nodes->proc~output_number_of_nodes_gmsh_msh1_file proc~initialize_gmsh_msh1_node_number initialize_gmsh_msh1_node_number proc~initialize_gmsh_msh1_node->proc~initialize_gmsh_msh1_node_number

Module Procedures

private elemental function lookup_node_by_loc_gmsh_msh1_file(mesh_data, location) result(node)

License
MIT
Version
experimental

Look up a gmsh_msh1_node_type in the gmsh_msh1_data_type.

Read more…

Arguments

Type IntentOptional Attributes Name
type(gmsh_msh1_data_type), intent(in) :: mesh_data
integer, intent(in) :: location

location in node

Return Value type(gmsh_msh1_node_type)

private elemental function lookup_node_by_num_gmsh_msh1_file(mesh_data, node_number) result(node)

License
MIT
Version
experimental

Look up a gmsh_msh1_node_type in the gmsh_msh1_data_type.

Read more…

Arguments

Type IntentOptional Attributes Name
type(gmsh_msh1_data_type), intent(in) :: mesh_data
type(gmsh_msh1_node_number_type), intent(in) :: node_number

Return Value type(gmsh_msh1_node_type)