validate Interface

public interface validate

Checks if the derived type is valid.

Calls

interface~~validate~~CallsGraph interface~validate validate proc~validate_gmsh_msh1_file validate_gmsh_msh1_file interface~validate->proc~validate_gmsh_msh1_file proc~validate_gmsh_msh1_node validate_gmsh_msh1_node interface~validate->proc~validate_gmsh_msh1_node proc~validate_gmsh_msh1_number validate_gmsh_msh1_number interface~validate->proc~validate_gmsh_msh1_number proc~all_flag all_flag proc~validate_gmsh_msh1_file->proc~all_flag proc~is_iostat_failure is_iostat_failure proc~validate_gmsh_msh1_file->proc~is_iostat_failure proc~is_stat_failure is_stat_failure proc~validate_gmsh_msh1_file->proc~is_stat_failure proc~validate_gmsh_msh1_node->interface~validate

Called by

interface~~validate~~CalledByGraph interface~validate validate proc~validate_gmsh_msh1_node validate_gmsh_msh1_node interface~validate->proc~validate_gmsh_msh1_node proc~validate_gmsh_msh1_node->interface~validate

Module Procedures

private elemental function validate_gmsh_msh1_file(mesh_data) result(is_valid)

License
MIT
Version
experimental

Checks if the derived type is valid.

Arguments

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

Return Value logical

private elemental function validate_gmsh_msh1_node(node) result(is_valid)

License
MIT
Version
experimental

Checks if the derived type is valid.

Read more…

Arguments

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

Return Value logical

private elemental function validate_gmsh_msh1_number(number) result(is_valid)

License
MIT
Version
experimental

Checks if the derived type is valid.

Read more…

Arguments

Type IntentOptional Attributes Name
class(gmsh_msh1_number_type), intent(in) :: number

Return Value logical