output_node_number Interface

public interface output_node_number

Get the gmsh_msh1_node_number_type from the gmsh_msh1_node_type (as derived type).

Calls

interface~~output_node_number~~CallsGraph interface~output_node_number output_node_number proc~output_node_number_gmsh_msh1_element output_node_number_gmsh_msh1_element interface~output_node_number->proc~output_node_number_gmsh_msh1_element proc~output_node_number_gmsh_msh1_node output_node_number_gmsh_msh1_node interface~output_node_number->proc~output_node_number_gmsh_msh1_node interface~output_number_of_nodes output_number_of_nodes proc~output_node_number_gmsh_msh1_element->interface~output_number_of_nodes proc~initialize_gmsh_msh1_node_number initialize_gmsh_msh1_node_number proc~output_node_number_gmsh_msh1_element->proc~initialize_gmsh_msh1_node_number 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

Module Procedures

private elemental function output_node_number_gmsh_msh1_element(element, location) result(node_number)

License
MIT
Version
experimental

Get the gmsh_msh1_node_number_type from the gmsh_msh1_node_type (as derived type).

Read more…

Arguments

Type IntentOptional Attributes Name
type(gmsh_msh1_element_type), intent(in) :: element
integer, intent(in) :: location

location in node_number_list

Return Value type(gmsh_msh1_node_number_type)

private elemental function output_node_number_gmsh_msh1_node(node) result(node_number)

License
MIT
Version
experimental

Get the gmsh_msh1_node_number_type from the gmsh_msh1_node_type (as derived type).

Arguments

Type IntentOptional Attributes Name
type(gmsh_msh1_node_type), intent(in) :: node

Return Value type(gmsh_msh1_node_number_type)