problem_descriptor_records Derived Type

type, public :: problem_descriptor_records


Inherits

type~~problem_descriptor_records~~InheritsGraph type~problem_descriptor_records problem_descriptor_records type~problem_descriptor_strings problem_descriptor_strings type~problem_descriptor_records->type~problem_descriptor_strings str type~dist_record dist_record type~problem_descriptor_strings->type~dist_record Dfiles type~grid_record grid_record type~problem_descriptor_strings->type~grid_record Gfiles type~memory_config memory_config type~problem_descriptor_strings->type~memory_config DstMem, SrcMem type~process_record process_record type~problem_descriptor_strings->type~process_record process type~sized_char_array sized_char_array type~problem_descriptor_strings->type~sized_char_array classfile type~test_record test_record type~problem_descriptor_strings->type~test_record test_record type~dist_specification_record dist_specification_record type~dist_record->type~dist_specification_record src_dist, dst_dist type~grid_specification_record grid_specification_record type~grid_record->type~grid_specification_record src_grid, dst_grid type~test_function_record test_function_record type~grid_record->type~test_function_record testfunction type~character_array character_array type~memory_config->type~character_array DistType, GridType type~sized_char_array->type~character_array tag type~test_record->type~character_array test_string type~grid_specification_record->type~character_array gtype, gunits

Inherited by

type~~problem_descriptor_records~~InheritedByGraph type~problem_descriptor_records problem_descriptor_records type~harness_descriptor harness_descriptor type~harness_descriptor->type~problem_descriptor_records rcrd

Components

Type Visibility Attributes Name Initial
character(len=THARN_MAXSTR), public :: filename
integer, public :: numStrings
type(problem_descriptor_strings), public, pointer :: str(:)

Source Code

  type problem_descriptor_records
     character(THARN_MAXSTR) :: filename   ! filename of problem descriptor record
     integer :: numStrings                ! # of problem descriptor strings in record
     type(problem_descriptor_strings), pointer :: str(:)  ! problem descriptor strngs
  end type problem_descriptor_records