output_number_of_nodes Interface

public interface output_number_of_nodes

Get the number of gmsh_msh1_node_types.

Calls

interface~~output_number_of_nodes~~CallsGraph interface~output_number_of_nodes output_number_of_nodes 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

Called by

interface~~output_number_of_nodes~~CalledByGraph interface~output_number_of_nodes output_number_of_nodes proc~lookup_node_by_loc_gmsh_msh1_file lookup_node_by_loc_gmsh_msh1_file proc~lookup_node_by_loc_gmsh_msh1_file->interface~output_number_of_nodes proc~lookup_node_by_num_gmsh_msh1_file lookup_node_by_num_gmsh_msh1_file proc~lookup_node_by_num_gmsh_msh1_file->interface~output_number_of_nodes proc~output_node_number_gmsh_msh1_element output_node_number_gmsh_msh1_element proc~output_node_number_gmsh_msh1_element->interface~output_number_of_nodes interface~lookup_node lookup_node interface~lookup_node->proc~lookup_node_by_loc_gmsh_msh1_file interface~lookup_node->proc~lookup_node_by_num_gmsh_msh1_file interface~output_node_number output_node_number interface~output_node_number->proc~output_node_number_gmsh_msh1_element

Module Procedures

private elemental function output_number_of_nodes_gmsh_msh1_element(element) result(number_of_nodes)

License
MIT
Version
experimental

Get the number of gmsh_msh1_node_types in the gmsh_msh1_element_type.

Arguments

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

Return Value integer

private elemental function output_number_of_nodes_gmsh_msh1_file(mesh_data) result(number_of_nodes)

License
MIT
Version
experimental

Get the number of gmsh_msh1_node_types in the gmsh_msh1_data_type.

Arguments

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

Return Value integer