MOAB: Mesh Oriented datABase  (version 5.5.0)
test_case Struct Reference
+ Collaboration diagram for test_case:

Public Attributes

const char * testname
 
EntityType etype
 
QualityType function [MAX_TESTS_PER_ELEMENT]
 
int num_nodes
 
double coords [MAX_NODES_PER_ELEMENT *3]
 
double answer [MAX_TESTS_PER_ELEMENT]
 

Detailed Description

Definition at line 92 of file verdict_test.cpp.

Member Data Documentation

◆ answer

double test_case::answer[MAX_TESTS_PER_ELEMENT]

Definition at line 103 of file verdict_test.cpp.

Referenced by verdict_unit_tests().

◆ coords

double test_case::coords[MAX_NODES_PER_ELEMENT *3]

Definition at line 102 of file verdict_test.cpp.

◆ etype

EntityType test_case::etype

Definition at line 95 of file verdict_test.cpp.

◆ function

QualityType test_case::function[MAX_TESTS_PER_ELEMENT]

Definition at line 97 of file verdict_test.cpp.

Referenced by verdict_unit_tests().

◆ num_nodes

int test_case::num_nodes

Definition at line 98 of file verdict_test.cpp.

◆ testname

const char* test_case::testname

Definition at line 94 of file verdict_test.cpp.

Referenced by verdict_unit_tests().


The documentation for this struct was generated from the following file: