IOSS 2.0
Loading...
Searching...
No Matches
UnitTestTextMesh.C File Reference
#include <string>
#include <vector>
#include "gtest/gtest.h"
#include "UnitTestIotmTextMeshFixture.h"
Include dependency graph for UnitTestTextMesh.C:

Namespaces

namespace  anonymous_namespace{UnitTestTextMesh.C}
 

Functions

std::string anonymous_namespace{UnitTestTextMesh.C}::add_coords_to_connectivity (const std::string &textMeshConnectivityDesc, const std::vector< double > &coordVec)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, singleHex)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, singleHexWithCoordinates)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, singleHexWithCoordinates_separatedNodeIds)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, twoHexesSerial)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, twoTet10Serial)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, twoHexDisconnectedWithCoordinatesAndParts)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, twoHexDisconnectedWithDefaultParts)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, threeTriShellsWithCoordinatesAndParts)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, threeTriShellsWithDefaultParts)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, partIds_oneDefaultPartOneElem)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, partIds_oneDefaultPartTwoElems)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, partIds_twoDefaultParts)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, partIds_oneDefaultPartOneUserSpecifiedPart)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, partIds_samePartTwice)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, partIds_orderingIsByLine)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, partIds_respectExodusNamingConvention_onePart)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, partIds_respectExodusNamingConvention_twoParts)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, partIds_respectExodusNamingConvention_withDefaultPartFirst)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, partIds_respectExodusNamingConvention_withDefaultPartSecond)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, partIds_respectExodusNamingConvention_withDefaultPartIdCollision)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, partIds_userSpecifiedPartId_onePart)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, partIds_userSpecifiedPartId_twoParts)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, partIds_userSpecifiedPartId_twoPartsSameId)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, partIds_userSpecifiedPartId_samePartDifferentIds)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, partIds_userSpecifiedPartId_withDefaultPartIdCollision)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, partIds_userSpecifiedPartId_withDefaultPart)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, partIds_userSpecifiedPartId_withExodusPart)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, partIds_userSpecifiedPartId_collidesWithExodusPart)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, partIds_userSpecifiedPartId_collidesWithPreviousSpec)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, partIds_userSpecifiedPartId_forExodusPart)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, partIds_shortPartNamesAreValid)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, partIds_integerPartNamesAreInvalid)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, twoHexesParallel)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, twoQuadShellsWithCoordinatesParallel)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, threeTriShellsWithCoordinatesParallel)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, singleHexWithSpaces)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, singleHexWithCoordinatesAndSpaces)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, singleHexWithLowerCase)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, singleHexWithCoordinatesAndLowerCase)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, tooFewNodes)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, tooFewNodesWithCoordinates)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, tooFewCoordinates)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, tooManyNodes)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, tooManyNodesWithCoordinates)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, tooManyCoordinates)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, tooLittleData_empty)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, tooLittleData_startsWithString)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, tooLittleData_noGlobalId)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, tooLittleData_noTopology)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, tooLittleData_noNodes)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, tooLittleDataWithCoordinates)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, invalidTopology)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, invalidTopologyWithCoordinates)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, mixedSpatialDim)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, mixedSpatialDimWithCoordinates)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, spatialDimInconsistentWithMetaData)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, spatialDimInconsistentWithMetaDataWithCoordinates)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, endingWithNewlineIsOk)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, stringAfterPartNameIsError)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, incompatibleParsedAndEnforcedDimensions)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, multipleDimensionSpecification)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, invalidDimensionOptionSyntax)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, particleWithCoordinates)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, particleWithCoordinatesAlreadyProvided)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, particleHex)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, particleHexWithCoordinates)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, hexWithSideset_standardName)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, hexWithSideset_nonStandardName)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, hexWithSideset_noName)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, hexWithSideset_noData)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, hexWithSideset_noDataMixedCase)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, hexWithSideset_onlyName)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, hexWithSideset_invalidPairs)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, hexWithSideset_invalidName)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, hexWithSideset_nameCollisionWithElementBlock)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, hexWithSideset_nameCollisionWithSideset)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, hexWithSideset_nameCollisionWithSideset_MixedCase)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, hexWithSideset_standardNameWithInvalidId)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, hexWithSideset_nonStandardNamesPreserveIdOrder)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, hexWithSideset_nonStandardNameDoesNotAffectAssignedId)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, hexWithSideset_standardNameHasPrecedenceForIdAssignment)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, hexWithSideset_standardNamesPreserveIds)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, hexWithSideset_idAssignmentOrderIsStandardThenEmptyThenNonStandardName)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, hexWithSideset_referenceToInvalidElement)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, hexWithSideset_referenceToInvalidOrdinal)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, twoHexesWithSpanningSideset)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, twoHexesWithSpanningSidesetAndStandardName_splitByBlock)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, twoHexesWithSpanningSidesetAndStandardName_splitByTopology)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, twoHexesWithSpanningSidesetAndNonStandardName_splitByBlock)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, twoHexesWithSpanningSidesetAndNonStandardName_splitByTopology)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, twoHexesWithSpanningSideset_invalidSplitType)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, pyramidWithStandardName_splitByBlock)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, pyramidWithStandardName_splitByTopology)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, twoHexesWithSpanningSidesetAndPartiallyOverlayedSideset)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, twoHexesWithSpanningSideset_Parallel)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, hexWithNodeset_standardName)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, hexWithNodeset_nonStandardName)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, hexWithNodeset_noName)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, hexWithNodeset_noData)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, hexWithNodeset_noDataMixedCase)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, hexWithNodeset_onlyName)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, hexWithNodeset_invalidName)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, hexWithNodeset_invalidName2)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, hexWithNodeset_nameCollisionWithElementBlock)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, hexWithNodeset_nameCollisionWithSideset)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, hexWithNodeset_nameCollisionWithNodeset_MixedCase)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, hexWithNodeset_standardNameWithInvalidId)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, hexWithNodeset_nonStandardNamesPreserveIdOrder)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, hexWithNodeset_nonStandardNameDoesNotAffectAssignedId)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, hexWithNodeset_standardNameHasPrecedenceForIdAssignment)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, hexWithNodeset_standardNamesPreserveIds)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, hexWithNodeset_idAssignmentOrderIsStandardThenEmptyThenNonStandardName)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, hexWithNodeset_referenceToInvalidNode)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, twoHexesWithSpanningNodeset)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, twoHexesWithSpanningNodeset_Parallel)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, hexWithBlockAssembly_standardName)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, hexWithBlockAssembly_nonStandardName)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, hexWithBlockAssembly_noName)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, hexWithBlockAssembly_noData)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, hexWithBlockAssembly_noDataMixedCase)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, hexWithBlockAssembly_mustSpecifyTypeWithName)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, hexWithBlockAssembly_invalidName)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, hexWithBlockAssembly_invalidName2)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, hexWithBlockAssembly_invalidName3)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, hexWithBlockAssembly_nameCollisionWithElementBlock)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, hexWithBlockAssembly_nameCollisionWithSideset)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, hexWithBlockAssembly_nameCollisionWithNodeset)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, hexWithBlockAssembly_nameCollisionWithNodeset_MixedCase)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, hexWithBlockAssembly_standardNameWithInvalidId)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, hexWithBlockAssembly_nonStandardNamesPreserveIdOrder)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, hexWithBlockAssembly_nonStandardNameDoesNotAffectAssignedId)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, hexWithBlockAssembly_standardNameHasPrecedenceForIdAssignment)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, hexWithBlockAssembly_standardNamesPreserveIds)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, hexWithBlockAssembly_idAssignmentOrderIsStandardThenEmptyThenNonStandardName)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, hexWithBlockAssembly_referenceToInvalidBlock)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, hexWithBlockAssembly_deeplyNestedHomogeneous)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh, hexWithBlockAssembly_deeplyNestedNonHomogeneous)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh2d, singleQuad)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh2d, twoSprings)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh2d, threeQuadsWithCoordinates)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh2d, twoQuadsWithCoordinatesParallel)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh2d, twoQuadOneShellParallel)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh2d, singleQuadWithSideset_noName)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh2d, singleQuadWithSideset_standardName)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh2d, singleQuadWithSideset_nonStandardName)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMesh1d, oneDimensionNotSupported)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMeshGraph, singleHex)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMeshGraph, singleHexConnectedShell)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMeshGraph, hexShellShell)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMeshGraph, hexShellShellHex)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMeshGraph, hexShellShellHex_splitCoincidentShells)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMeshGraph, hexShellShellHex_parallelWithLocalGraph)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMeshGraph, singleHexConnectedShell_highOrder)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMeshGraph, singleHexConnectedShell_highOrderWithRotation)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMeshGraph, twoHexConnected)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMeshGraph, twoHexConnected_parallelWithLocalGraph)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMeshGraph, twoHexConnected_parallelGlobal)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMeshGraph, threeHexConnected)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMeshGraph, threeHexConnected_parallelWithLocalGraph)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMeshGraph, threeHexConnected_parallelGlobal)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMeshGraph, twoHexConnected_separateBlocks)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMeshGraph, twoHexConnected_separateBlocksWithInvalidAdjacency)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMeshGraph, twoHexDisconnected)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMeshGraph, twoHexConnectedAndShellDisconnected)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMeshGraph, twoHexConnectedAndShellExternallyConnected)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMeshGraph, twoHexConnectedAndShellExternallyConnected_shellInSeparateBlock)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMeshGraph, twoHexConnectedAndShellInternallyConnected)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMeshGraph, twoHexConnectedAndShellInternallyConnected_reorderShell)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMeshGraph, twoHexConnectedAndShellInternallyConnected_shellInSeperateBlock)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMeshGraph, connectedPyramidAndHexAndTet)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMeshGraph, connectedPyramidAndHexAndTet_parallel)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMeshGraph, connectedPyramidAndHexAndTet_graphPyramidAndHexBlocks)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMeshGraph, connectedPyramidAndHexAndTet_graphHexAndTetBlocks)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMeshSkin, singleHex_skin)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMeshSkin, singleHex_invalidComboSkinAndData)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMeshSkin, pyramidWithStandardName_skinAndSplitByBlock)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMeshSkin, pyramidWithStandardName_skinAndSplitByTopology)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMeshSkin, twoHexConnected_separateBlocks_skinOneBlock)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMeshSkin, connectedPyramidAndHexAndTet_skinAll)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMeshSkin, singleHexAndConnectedShell_skinAll)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMeshSkin, twoHexConnectedTwoBlocks_skinIntoTwoSideSets)
 
 anonymous_namespace{UnitTestTextMesh.C}::TEST_F (TestTextMeshSkin, threeHexConnectedThreeBlocks_skinTwoEndBlocks)