Nektar++
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Static Public Member Functions | Static Public Attributes | Protected Member Functions | Private Member Functions | Private Attributes | List of all members
Nektar::Utilities::InputStar Class Reference

Converter for VTK files. More...

#include <InputStar.h>

Inheritance diagram for Nektar::Utilities::InputStar:
Inheritance graph
[legend]
Collaboration diagram for Nektar::Utilities::InputStar:
Collaboration graph
[legend]

Public Member Functions

 InputStar (MeshSharedPtr m)
 
virtual ~InputStar ()
 
virtual void Process ()
 Populate and validate required data structures. More...
 
void ReadZone (int &nComposite)
 
- Public Member Functions inherited from Nektar::Utilities::InputModule
 InputModule (FieldSharedPtr p_m)
 
void AddFile (string fileType, string fileName)
 
 InputModule (MeshSharedPtr p_m)
 
void OpenStream ()
 Open a file for input. More...
 
- Public Member Functions inherited from Nektar::Utilities::Module
 Module (FieldSharedPtr p_f)
 
virtual void Process (po::variables_map &vm)=0
 
void RegisterConfig (string key, string value)
 Register a configuration option with a module. More...
 
void PrintConfig ()
 Print out all configuration options for a module. More...
 
void SetDefaults ()
 Sets default configuration options for those which have not been set. More...
 
bool GetRequireEquiSpaced (void)
 
void SetRequireEquiSpaced (bool pVal)
 
void EvaluateTriFieldAtEquiSpacedPts (LocalRegions::ExpansionSharedPtr &exp, const Array< OneD, const NekDouble > &infield, Array< OneD, NekDouble > &outfield)
 
 Module (MeshSharedPtr p_m)
 
void RegisterConfig (string key, string value)
 
void PrintConfig ()
 
void SetDefaults ()
 
MeshSharedPtr GetMesh ()
 
virtual void ProcessVertices ()
 Extract element vertices. More...
 
virtual void ProcessEdges (bool ReprocessEdges=true)
 Extract element edges. More...
 
virtual void ProcessFaces (bool ReprocessFaces=true)
 Extract element faces. More...
 
virtual void ProcessElements ()
 Generate element IDs. More...
 
virtual void ProcessComposites ()
 Generate composites. More...
 
virtual void ClearElementLinks ()
 

Static Public Member Functions

static ModuleSharedPtr create (MeshSharedPtr m)
 Creates an instance of this class. More...
 

Static Public Attributes

static ModuleKey className
 

Protected Member Functions

void GenElement3D (vector< NodeSharedPtr > &Nodes, int i, vector< int > &ElementFaces, map< int, vector< int > > &FaceNodes, int ncomposite, bool DoOrient)
 
void GenElement2D (vector< NodeSharedPtr > &Nodes, int i, vector< int > &FaceNodes, int ncomposite)
 
Array< OneD, int > SortEdgeNodes (vector< NodeSharedPtr > &Nodes, vector< int > &FaceNodes)
 
Array< OneD, int > SortFaceNodes (vector< NodeSharedPtr > &Nodes, vector< int > &ElementFaces, map< int, vector< int > > &FaceNodes)
 
void ResetNodes (vector< NodeSharedPtr > &Nodes, Array< OneD, vector< int > > &ElementFaces, map< int, vector< int > > &FaceNodes)
 
- Protected Member Functions inherited from Nektar::Utilities::InputModule
void PrintSummary ()
 Print summary of elements. More...
 
void PrintSummary ()
 Print summary of elements. More...
 
- Protected Member Functions inherited from Nektar::Utilities::Module
 Module ()
 
void ReorderPrisms (PerMap &perFaces)
 Reorder node IDs so that prisms and tetrahedra are aligned correctly. More...
 
void PrismLines (int prism, PerMap &perFaces, set< int > &prismsDone, vector< ElementSharedPtr > &line)
 

Private Member Functions

void InitCCM (void)
 
void ReadNodes (std::vector< NodeSharedPtr > &Nodes)
 
void ReadInternalFaces (map< int, vector< int > > &FacesNodes, Array< OneD, vector< int > > &ElementFaces)
 
void ReadBoundaryFaces (vector< vector< int > > &BndElementFaces, map< int, vector< int > > &FacesNodes, Array< OneD, vector< int > > &ElementFaces, vector< string > &facelabels)
 
void SetupElements (void)
 

Private Attributes

CCMIOError m_ccmErr
 
CCMIOID m_ccmTopology
 
CCMIOID m_ccmProcessor
 
map< int, string > m_faceLabels
 

Additional Inherited Members

- Protected Attributes inherited from Nektar::Utilities::InputModule
set< string > m_allowedFiles
 
std::ifstream m_mshFile
 Input stream. More...
 
- Protected Attributes inherited from Nektar::Utilities::Module
FieldSharedPtr m_f
 Field object. More...
 
map< string, ConfigOptionm_config
 List of configuration values. More...
 
bool m_requireEquiSpaced
 
MeshSharedPtr m_mesh
 Mesh object. More...
 

Detailed Description

Converter for VTK files.

Definition at line 48 of file InputStar.h.

Constructor & Destructor Documentation

Nektar::Utilities::InputStar::InputStar ( MeshSharedPtr  m)

Definition at line 56 of file InputStar.cpp.

References Nektar::Utilities::Module::m_config.

56  : InputModule(m)
57 {
58  m_config["writelabelsonly"] = ConfigOption(
59  true,
60  "0",
61  "Just write out tags from star file for each surface/composite");
62 }
map< string, ConfigOption > m_config
List of configuration values.
Nektar::Utilities::InputStar::~InputStar ( )
virtual

Definition at line 64 of file InputStar.cpp.

65 {
66 }

Member Function Documentation

static ModuleSharedPtr Nektar::Utilities::InputStar::create ( MeshSharedPtr  m)
inlinestatic

Creates an instance of this class.

Definition at line 52 of file InputStar.h.

References Nektar::MemoryManager< DataType >::AllocateSharedPtr().

53  {
55  }
static boost::shared_ptr< DataType > AllocateSharedPtr()
Allocate a shared pointer from the memory pool.
void Nektar::Utilities::InputStar::GenElement2D ( vector< NodeSharedPtr > &  Nodes,
int  i,
vector< int > &  FaceNodes,
int  ncomposite 
)
protected

Definition at line 458 of file InputStar.cpp.

References ASSERTL0, Nektar::LibUtilities::NekFactory< tKey, tBase, >::CreateInstance(), Nektar::LibUtilities::eQuadrilateral, Nektar::LibUtilities::eTriangle, Nektar::NekMeshUtils::GetElementFactory(), Nektar::Utilities::Module::m_mesh, and SortEdgeNodes().

Referenced by SetupElements().

462 {
464 
465  if (FaceNodes.size() == 3)
466  {
467  elType = LibUtilities::eTriangle;
468  }
469  else if (FaceNodes.size() == 4)
470  {
472  }
473  else
474  {
475  ASSERTL0(false, "Not set up for elements which are not Tets or Prism");
476  }
477 
478  // Create element tags
479  vector<int> tags;
480  tags.push_back(nComposite);
481 
482  // make unique node list
483  vector<NodeSharedPtr> nodeList;
484  Array<OneD, int> Nodes = SortEdgeNodes(VertNodes, FaceNodes);
485  for (int j = 0; j < Nodes.num_elements(); ++j)
486  {
487  nodeList.push_back(VertNodes[Nodes[j]]);
488  }
489 
490  // Create element
491  ElmtConfig conf(elType, 1, true, true);
492  ElementSharedPtr E =
493  GetElementFactory().CreateInstance(elType, conf, nodeList, tags);
494 
495  m_mesh->m_element[E->GetDim()].push_back(E);
496 }
#define ASSERTL0(condition, msg)
Definition: ErrorUtil.hpp:161
Basic information about an element.
Definition: Element.h:58
tBaseSharedPtr CreateInstance(tKey idKey BOOST_PP_COMMA_IF(MAX_PARAM) BOOST_PP_ENUM_BINARY_PARAMS(MAX_PARAM, tParam, x))
Create an instance of the class referred to by idKey.
Definition: NekFactory.hpp:162
MeshSharedPtr m_mesh
Mesh object.
ElementFactory & GetElementFactory()
Definition: Element.cpp:47
Array< OneD, int > SortEdgeNodes(vector< NodeSharedPtr > &Nodes, vector< int > &FaceNodes)
Definition: InputStar.cpp:559
boost::shared_ptr< Element > ElementSharedPtr
Definition: Edge.h:52
void Nektar::Utilities::InputStar::GenElement3D ( vector< NodeSharedPtr > &  Nodes,
int  i,
vector< int > &  ElementFaces,
map< int, vector< int > > &  FaceNodes,
int  ncomposite,
bool  DoOrient 
)
protected

Definition at line 498 of file InputStar.cpp.

References ASSERTL0, Nektar::LibUtilities::NekFactory< tKey, tBase, >::CreateInstance(), Nektar::LibUtilities::ePrism, Nektar::LibUtilities::ePyramid, Nektar::LibUtilities::eTetrahedron, Nektar::NekMeshUtils::GetElementFactory(), Nektar::Utilities::Module::m_mesh, and SortFaceNodes().

Referenced by SetupElements().

504 {
506  // set up Node list
507  Array<OneD, int> Nodes = SortFaceNodes(VertNodes, ElementFaces, FaceNodes);
508  int nnodes = Nodes.num_elements();
509  map<LibUtilities::ShapeType, int> domainComposite;
510 
511  // Set Nodes -- Not sure we need this so could
512  // m_mesh->m_node = VertNodes;
513 
514  // element type
515  if (nnodes == 4)
516  {
518  }
519  else if (nnodes == 5)
520  {
521  elType = LibUtilities::ePyramid;
522  }
523  else if (nnodes == 6)
524  {
525  elType = LibUtilities::ePrism;
526  }
527  else
528  {
529 
530  ASSERTL0(false, "Not set up for elements which are not Tets or Prism");
531  }
532 
533  // Create element tags
534  vector<int> tags;
535  tags.push_back(nComposite);
536 
537  // make unique node list
538  vector<NodeSharedPtr> nodeList;
539  for (int j = 0; j < Nodes.num_elements(); ++j)
540  {
541  nodeList.push_back(VertNodes[Nodes[j]]);
542  }
543 
544  // Create element
545  if (elType != LibUtilities::ePyramid)
546  {
547  ElmtConfig conf(elType, 1, true, true, DoOrient);
548  ElementSharedPtr E =
549  GetElementFactory().CreateInstance(elType, conf, nodeList, tags);
550 
551  m_mesh->m_element[E->GetDim()].push_back(E);
552  }
553  else
554  {
555  cout << "Warning: Pyramid detected " << endl;
556  }
557 }
#define ASSERTL0(condition, msg)
Definition: ErrorUtil.hpp:161
Basic information about an element.
Definition: Element.h:58
tBaseSharedPtr CreateInstance(tKey idKey BOOST_PP_COMMA_IF(MAX_PARAM) BOOST_PP_ENUM_BINARY_PARAMS(MAX_PARAM, tParam, x))
Create an instance of the class referred to by idKey.
Definition: NekFactory.hpp:162
Array< OneD, int > SortFaceNodes(vector< NodeSharedPtr > &Nodes, vector< int > &ElementFaces, map< int, vector< int > > &FaceNodes)
Definition: InputStar.cpp:613
MeshSharedPtr m_mesh
Mesh object.
ElementFactory & GetElementFactory()
Definition: Element.cpp:47
boost::shared_ptr< Element > ElementSharedPtr
Definition: Edge.h:52
void Nektar::Utilities::InputStar::InitCCM ( void  )
private

Definition at line 899 of file InputStar.cpp.

References m_ccmErr, m_ccmProcessor, and Nektar::Utilities::Module::m_config.

Referenced by Process().

900 {
901  // Open ccm file for reading.
902  CCMIOID root;
903  // Open the file. Because we did not initialize 'err' we
904  // need to pass in NULL (which always means kCCMIONoErr)
905  // and then assign the return value to 'err'.).
906  string fname = m_config["infile"].as<string>();
907  m_ccmErr = CCMIOOpenFile(NULL, fname.c_str(), kCCMIORead, &root);
908 
909  CCMIOSize_t i = CCMIOSIZEC(0);
910  CCMIOID state, problem;
911 
912  // We are going to assume that we have a state with a
913  // known name. We could instead use CCMIONextEntity() to
914  // walk through all the states in the file and present the
915  // list to the user for selection.
916  CCMIOGetState(&m_ccmErr, root, kDefaultState, &problem, &state);
917  if (m_ccmErr != kCCMIONoErr)
918  {
919  cout << "No state named '" << kDefaultState << "'" << endl;
920  exit(0);
921  }
922 
923  // Find the first processor (i has previously been
924  // initialized to 0) and read the mesh and solution
925  // information.
926  CCMIONextEntity(&m_ccmErr, state, kCCMIOProcessor, &i, &m_ccmProcessor);
927 }
map< string, ConfigOption > m_config
List of configuration values.
static char const kDefaultState[]
Definition: InputStar.cpp:47
void Nektar::Utilities::InputStar::Process ( )
virtual

Populate and validate required data structures.

Tecplot file Polyhedron format contains a list of nodes, a node count per face, the node ids, Element ids that are on the left of each face and Element ids which are on the right of each face. There are then a series of zone of each surface. In the case of a surface the number of nodes is not provided indicating it is a 2D zone.

Parameters
pFilenameFilename of Tecplot file to read.

Implements Nektar::Utilities::Module.

Definition at line 77 of file InputStar.cpp.

References InitCCM(), Nektar::Utilities::Module::m_mesh, Nektar::Utilities::InputModule::PrintSummary(), Nektar::Utilities::Module::ProcessComposites(), Nektar::Utilities::Module::ProcessEdges(), Nektar::Utilities::Module::ProcessElements(), Nektar::Utilities::Module::ProcessFaces(), and SetupElements().

78 {
79  m_mesh->m_expDim = 3;
80  m_mesh->m_spaceDim = 3;
81 
82  if (m_mesh->m_verbose)
83  {
84  cout << "InputStarTec: Start reading file..." << endl;
85  }
86 
87  InitCCM();
88 
89  SetupElements();
90 
91  PrintSummary();
92 
93  ProcessEdges();
94  ProcessFaces();
97 }
MeshSharedPtr m_mesh
Mesh object.
virtual void ProcessEdges(bool ReprocessEdges=true)
Extract element edges.
virtual void ProcessElements()
Generate element IDs.
virtual void ProcessComposites()
Generate composites.
void PrintSummary()
Print summary of elements.
virtual void ProcessFaces(bool ReprocessFaces=true)
Extract element faces.
void Nektar::Utilities::InputStar::ReadBoundaryFaces ( vector< vector< int > > &  BndElementFaces,
map< int, vector< int > > &  FacesNodes,
Array< OneD, vector< int > > &  ElementFaces,
vector< string > &  facelabels 
)
private

Definition at line 1063 of file InputStar.cpp.

References ASSERTL0, m_ccmErr, and m_ccmTopology.

Referenced by SetupElements().

1067 {
1068  // Read the boundary faces.
1069  CCMIOSize_t index = CCMIOSIZEC(0);
1070  CCMIOID mapID, id;
1071  CCMIOSize_t nFaces, size;
1072  vector<int> faces, faceCells, mapData;
1073  vector<string> facelabel;
1074 
1075  while (CCMIONextEntity(
1076  NULL, m_ccmTopology, kCCMIOBoundaryFaces, &index, &id) ==
1077  kCCMIONoErr)
1078  {
1079  int boundaryVal;
1080 
1081  CCMIOEntitySize(&m_ccmErr, id, &nFaces, NULL);
1082  int nf = TOINT64(nFaces);
1083  mapData.resize(nf);
1084  faceCells.resize(nf);
1085  CCMIOReadFaces(&m_ccmErr,
1086  id,
1087  kCCMIOBoundaryFaces,
1088  NULL,
1089  &size,
1090  NULL,
1091  CCMIOINDEXC(kCCMIOStart),
1092  CCMIOINDEXC(kCCMIOEnd));
1093 
1094  faces.resize(TOINT64(size));
1095  CCMIOReadFaces(&m_ccmErr,
1096  id,
1097  kCCMIOBoundaryFaces,
1098  &mapID,
1099  NULL,
1100  &faces[0],
1101  CCMIOINDEXC(kCCMIOStart),
1102  CCMIOINDEXC(kCCMIOEnd));
1103  CCMIOReadFaceCells(&m_ccmErr,
1104  id,
1105  kCCMIOBoundaryFaces,
1106  &faceCells[0],
1107  CCMIOINDEXC(kCCMIOStart),
1108  CCMIOINDEXC(kCCMIOEnd));
1109  CCMIOReadMap(&m_ccmErr,
1110  mapID,
1111  &mapData[0],
1112  CCMIOINDEXC(kCCMIOStart),
1113  CCMIOINDEXC(kCCMIOEnd));
1114 
1115  CCMIOGetEntityIndex(&m_ccmErr, id, &boundaryVal);
1116 
1117  // check to see if we have a label for this boundary faces
1118  int size;
1119  char *name;
1120  if (CCMIOReadOptstr(NULL, id, "Label", &size, NULL) == kCCMIONoErr)
1121  {
1122  name = new char[size + 1];
1123  CCMIOReadOptstr(NULL, id, "Label", NULL, name);
1124  Facelabels.push_back(string(name));
1125  }
1126  else
1127  {
1128  Facelabels.push_back("Not known");
1129  }
1130 
1131  // Add face nodes
1132  int cnt = 0;
1133  for (int i = 0; i < nf; ++i)
1134  {
1135  vector<int> Fnodes;
1136  int j;
1137  if (cnt < faces.size())
1138  {
1139  int nv = faces[cnt];
1140  ASSERTL0(nv <= 4,
1141  "Can only handle meshes with "
1142  "up to four nodes per face");
1143 
1144  for (j = 0; j < nv; ++j)
1145  {
1146  if (cnt + 1 + j < faces.size())
1147  {
1148  Fnodes.push_back(faces[cnt + 1 + j] - 1);
1149  }
1150  }
1151  cnt += nv + 1;
1152  }
1153  FacesNodes[mapData[i] - 1] = Fnodes;
1154  }
1155 
1156  vector<int> BndFaces;
1157  for (int i = 0; i < nf; ++i)
1158  {
1159  if (faceCells[i])
1160  {
1161  ElementFaces[faceCells[i] - 1].push_back(mapData[i] - 1);
1162  }
1163  BndFaces.push_back(mapData[i] - 1);
1164  }
1165  BndElementFaces.push_back(BndFaces);
1166  }
1167 }
#define ASSERTL0(condition, msg)
Definition: ErrorUtil.hpp:161
void Nektar::Utilities::InputStar::ReadInternalFaces ( map< int, vector< int > > &  FacesNodes,
Array< OneD, vector< int > > &  ElementFaces 
)
private

Definition at line 969 of file InputStar.cpp.

References ASSERTL0, m_ccmErr, and m_ccmTopology.

Referenced by SetupElements().

971 {
972 
973  CCMIOID mapID, id;
974  CCMIOSize_t nFaces, size;
975  vector<int> faces, faceCells, mapData;
976 
977  // Read the internal faces.
978  CCMIOGetEntity(&m_ccmErr, m_ccmTopology, kCCMIOInternalFaces, 0, &id);
979  CCMIOEntitySize(&m_ccmErr, id, &nFaces, NULL);
980 
981  int nf = TOINT64(nFaces);
982  mapData.resize(nf);
983  faceCells.resize(2 * nf);
984 
985  CCMIOReadFaces(&m_ccmErr,
986  id,
987  kCCMIOInternalFaces,
988  NULL,
989  &size,
990  NULL,
991  CCMIOINDEXC(kCCMIOStart),
992  CCMIOINDEXC(kCCMIOEnd));
993  faces.resize(TOINT64(size));
994  CCMIOReadFaces(&m_ccmErr,
995  id,
996  kCCMIOInternalFaces,
997  &mapID,
998  NULL,
999  &faces[0],
1000  CCMIOINDEXC(kCCMIOStart),
1001  CCMIOINDEXC(kCCMIOEnd));
1002  CCMIOReadFaceCells(&m_ccmErr,
1003  id,
1004  kCCMIOInternalFaces,
1005  &faceCells[0],
1006  CCMIOINDEXC(kCCMIOStart),
1007  CCMIOINDEXC(kCCMIOEnd));
1008  CCMIOReadMap(&m_ccmErr,
1009  mapID,
1010  &mapData[0],
1011  CCMIOINDEXC(kCCMIOStart),
1012  CCMIOINDEXC(kCCMIOEnd));
1013 
1014  // Add face nodes
1015  int cnt = 0;
1016  for (int i = 0; i < nf; ++i)
1017  {
1018  vector<int> Fnodes;
1019  int j;
1020  if (cnt < faces.size())
1021  {
1022  int nv = faces[cnt];
1023  ASSERTL0(nv <= 4,
1024  "Can only handle meshes with "
1025  "up to four nodes per face");
1026 
1027  for (j = 0; j < nv; ++j)
1028  {
1029  if (cnt + 1 + j < faces.size())
1030  {
1031  Fnodes.push_back(faces[cnt + 1 + j] - 1);
1032  }
1033  }
1034  cnt += nv + 1;
1035  }
1036  FacesNodes[mapData[i] - 1] = Fnodes;
1037  }
1038 
1039  // find number of elements;
1040  int nelmt = 0;
1041  for (int i = 0; i < faceCells.size(); ++i)
1042  {
1043  nelmt = max(nelmt, faceCells[i]);
1044  }
1045 
1046  ElementFaces = Array<OneD, vector<int> >(nelmt);
1047  for (int i = 0; i < nf; ++i)
1048  {
1049  // left element
1050  if (faceCells[2 * i])
1051  {
1052  ElementFaces[faceCells[2 * i] - 1].push_back(mapData[i] - 1);
1053  }
1054 
1055  // right element
1056  if (faceCells[2 * i + 1])
1057  {
1058  ElementFaces[faceCells[2 * i + 1] - 1].push_back(mapData[i] - 1);
1059  }
1060  }
1061 }
#define ASSERTL0(condition, msg)
Definition: ErrorUtil.hpp:161
void Nektar::Utilities::InputStar::ReadNodes ( std::vector< NodeSharedPtr > &  Nodes)
private

Definition at line 929 of file InputStar.cpp.

References m_ccmErr, m_ccmProcessor, and m_ccmTopology.

Referenced by SetupElements().

930 {
931  CCMIOID mapID, vertices;
932  CCMIOSize_t nVertices, size, dims = CCMIOSIZEC(1);
933 
934  CCMIOReadProcessor(
935  &m_ccmErr, m_ccmProcessor, &vertices, &m_ccmTopology, NULL, NULL);
936  CCMIOEntitySize(&m_ccmErr, vertices, &nVertices, NULL);
937 
938  // Read the vertices. This involves reading both the vertex data and
939  // the map, which maps the index into the data array with the ID number.
940  // As we process the vertices we need to be sure to scale them by the
941  // appropriate scaling factor. The offset is just to show you can read
942  // any chunk. Normally this would be in a for loop.
943  float scale;
944  int mapData[nVertices.getValue()];
945  float verts[3 * nVertices.getValue()];
946  for (int k = 0; k < nVertices; ++k)
947  {
948  verts[3 * k] = verts[3 * k + 1] = verts[3 * k + 2] = 0.0;
949  mapData[k] = 0;
950  }
951  CCMIOReadVerticesf(&m_ccmErr,
952  vertices,
953  &dims,
954  &scale,
955  &mapID,
956  verts,
957  CCMIOINDEXC(0),
958  CCMIOINDEXC(0 + nVertices));
959  CCMIOReadMap(
960  &m_ccmErr, mapID, mapData, CCMIOINDEXC(0), CCMIOINDEXC(0 + nVertices));
961 
962  for (int i = 0; i < nVertices; ++i)
963  {
964  Nodes.push_back(boost::shared_ptr<Node>(
965  new Node(i, verts[3 * i], verts[3 * i + 1], verts[3 * i + 2])));
966  }
967 }
Represents a point in the domain.
Definition: Node.h:60
void Nektar::Utilities::InputStar::ReadZone ( int &  nComposite)
void Nektar::Utilities::InputStar::ResetNodes ( vector< NodeSharedPtr > &  Nodes,
Array< OneD, vector< int > > &  ElementFaces,
map< int, vector< int > > &  FaceNodes 
)
protected

Definition at line 210 of file InputStar.cpp.

References ASSERTL1, Nektar::iterator, Nektar::Utilities::PrismLineFaces(), and SortFaceNodes().

Referenced by SetupElements().

213 {
214  int i, j;
215  Array<OneD, int> NodeReordering(Vnodes.size(), -1);
216  int face1_map[3] = {0, 1, 4};
217  int face3_map[3] = {3, 2, 5};
218  int nodeid = 0;
219  map<int, bool> FacesRenumbered;
220 
221  // Determine Prism triangular face connectivity.
222  vector<vector<int> > FaceToPrisms(FaceNodes.size());
223  vector<vector<int> > PrismToFaces(ElementFaces.num_elements());
224  map<int, int> Prisms;
225  map<int, int>::iterator PrismIt;
226 
227  // generate map of prism-faces to prisms and prism to
228  // triangular-faces as well as ids of each prism.
229  for (i = 0; i < ElementFaces.num_elements(); ++i)
230  {
231  // Find Prism (and pyramids!).
232  if (ElementFaces[i].size() == 5)
233  {
234  vector<int> LocTriFaces;
235  // Find triangular faces
236  for (j = 0; j < ElementFaces[i].size(); ++j)
237  {
238  if (FaceNodes[ElementFaces[i][j]].size() == 3)
239  {
240  LocTriFaces.push_back(j);
241  }
242  }
243 
244  if (LocTriFaces.size() == 2) // prism otherwise a pyramid
245  {
246  Prisms[i] = i;
247 
248  PrismToFaces[i].push_back(ElementFaces[i][LocTriFaces[0]]);
249  PrismToFaces[i].push_back(ElementFaces[i][LocTriFaces[1]]);
250 
251  FaceToPrisms[ElementFaces[i][LocTriFaces[0]]].push_back(i);
252  FaceToPrisms[ElementFaces[i][LocTriFaces[1]]].push_back(i);
253  }
254  }
255  }
256 
257  vector<bool> FacesDone(FaceNodes.size(), false);
258  vector<bool> PrismDone(ElementFaces.num_elements(), false);
259 
260  // For every prism find the list of prismatic elements
261  // that represent an aligned block of cells. Then renumber
262  // these blocks consecutativiesly
263  for (PrismIt = Prisms.begin(); PrismIt != Prisms.end(); ++PrismIt)
264  {
265  int elmtid = PrismIt->first;
266  map<int, int> facelist;
268 
269  if (PrismDone[elmtid])
270  {
271  continue;
272  }
273  else
274  {
275  // Generate list of faces in list
277  elmtid, facelist, FaceToPrisms, PrismToFaces, PrismDone);
278 
279  // loop over faces and number vertices of associated prisms.
280  for (faceIt = facelist.begin(); faceIt != facelist.end(); faceIt++)
281  {
282  int faceid = faceIt->second;
283 
284  for (i = 0; i < FaceToPrisms[faceid].size(); ++i)
285  {
286  int prismid = FaceToPrisms[faceid][i];
287 
288  if ((FacesDone[PrismToFaces[prismid][0]] == true) &&
289  (FacesDone[PrismToFaces[prismid][1]] == true))
290  {
291  continue;
292  }
293 
294  Array<OneD, int> Nodes =
295  SortFaceNodes(Vnodes, ElementFaces[prismid], FaceNodes);
296 
297  if ((FacesDone[PrismToFaces[prismid][0]] == false) &&
298  (FacesDone[PrismToFaces[prismid][1]] == false))
299  {
300  // number all nodes consecutive since
301  // already correctly re-arranged.
302  for (i = 0; i < 3; ++i)
303  {
304  if (NodeReordering[Nodes[face1_map[i]]] == -1)
305  {
306  NodeReordering[Nodes[face1_map[i]]] = nodeid++;
307  }
308  }
309 
310  for (i = 0; i < 3; ++i)
311  {
312  if (NodeReordering[Nodes[face3_map[i]]] == -1)
313  {
314  NodeReordering[Nodes[face3_map[i]]] = nodeid++;
315  }
316  }
317  }
318  else if ((FacesDone[PrismToFaces[prismid][0]] == false) &&
319  (FacesDone[PrismToFaces[prismid][1]] == true))
320  {
321  // find node of highest id
322  int max_id1, max_id2;
323 
324  max_id1 = (NodeReordering[Nodes[face3_map[0]]] <
325  NodeReordering[Nodes[face3_map[1]]])
326  ? 1
327  : 0;
328  max_id2 = (NodeReordering[Nodes[face3_map[max_id1]]] <
329  NodeReordering[Nodes[face3_map[2]]])
330  ? 2
331  : max_id1;
332 
333  // add numbering according to order of
334  int id0 = (max_id1 == 1) ? 0 : 1;
335 
336  if (NodeReordering[Nodes[face1_map[id0]]] == -1)
337  {
338  NodeReordering[Nodes[face1_map[id0]]] = nodeid++;
339  }
340 
341  if (NodeReordering[Nodes[face1_map[max_id1]]] == -1)
342  {
343  NodeReordering[Nodes[face1_map[max_id1]]] =
344  nodeid++;
345  }
346 
347  if (NodeReordering[Nodes[face1_map[max_id2]]] == -1)
348  {
349  NodeReordering[Nodes[face1_map[max_id2]]] =
350  nodeid++;
351  }
352  }
353  else if ((FacesDone[PrismToFaces[prismid][0]] == true) &&
354  (FacesDone[PrismToFaces[prismid][1]] == false))
355  {
356  // find node of highest id
357  int max_id1, max_id2;
358 
359  max_id1 = (NodeReordering[Nodes[face1_map[0]]] <
360  NodeReordering[Nodes[face1_map[1]]])
361  ? 1
362  : 0;
363  max_id2 = (NodeReordering[Nodes[face1_map[max_id1]]] <
364  NodeReordering[Nodes[face1_map[2]]])
365  ? 2
366  : max_id1;
367 
368  // add numbering according to order of
369  int id0 = (max_id1 == 1) ? 0 : 1;
370 
371  if (NodeReordering[Nodes[face3_map[id0]]] == -1)
372  {
373  NodeReordering[Nodes[face3_map[id0]]] = nodeid++;
374  }
375 
376  if (NodeReordering[Nodes[face3_map[max_id1]]] == -1)
377  {
378  NodeReordering[Nodes[face3_map[max_id1]]] =
379  nodeid++;
380  }
381 
382  if (NodeReordering[Nodes[face3_map[max_id2]]] == -1)
383  {
384  NodeReordering[Nodes[face3_map[max_id2]]] =
385  nodeid++;
386  }
387  }
388  }
389  }
390  }
391  }
392 
393  // fill in any unset nodes at from other shapes
394  for (i = 0; i < NodeReordering.num_elements(); ++i)
395  {
396  if (NodeReordering[i] == -1)
397  {
398  NodeReordering[i] = nodeid++;
399  }
400  }
401 
402  ASSERTL1(nodeid == NodeReordering.num_elements(),
403  "Have not renumbered all nodes");
404 
405  // Renumbering successfull so reset nodes and faceNodes;
406  for (i = 0; i < FaceNodes.size(); ++i)
407  {
408  for (j = 0; j < FaceNodes[i].size(); ++j)
409  {
410  FaceNodes[i][j] = NodeReordering[FaceNodes[i][j]];
411  }
412  }
413 
414  vector<NodeSharedPtr> save(Vnodes);
415  for (i = 0; i < Vnodes.size(); ++i)
416  {
417  Vnodes[NodeReordering[i]] = save[i];
418  Vnodes[NodeReordering[i]]->SetID(NodeReordering[i]);
419  }
420 }
Array< OneD, int > SortFaceNodes(vector< NodeSharedPtr > &Nodes, vector< int > &ElementFaces, map< int, vector< int > > &FaceNodes)
Definition: InputStar.cpp:613
StandardMatrixTag boost::call_traits< LhsDataType >::const_reference rhs typedef NekMatrix< LhsDataType, StandardMatrixTag >::iterator iterator
static void PrismLineFaces(int prismid, map< int, int > &facelist, vector< vector< int > > &FacesToPrisms, vector< vector< int > > &PrismsToFaces, vector< bool > &PrismDone)
Definition: InputStar.cpp:422
#define ASSERTL1(condition, msg)
Assert Level 1 – Debugging which is used whether in FULLDEBUG or DEBUG compilation mode...
Definition: ErrorUtil.hpp:191
void Nektar::Utilities::InputStar::SetupElements ( void  )
private

Definition at line 99 of file InputStar.cpp.

References ASSERTL0, GenElement2D(), GenElement3D(), Nektar::Utilities::Module::m_config, Nektar::Utilities::Module::m_mesh, Nektar::Utilities::Module::ProcessVertices(), ReadBoundaryFaces(), ReadInternalFaces(), ReadNodes(), and ResetNodes().

Referenced by Process().

100 {
101  int i;
102  string line, tag;
103  stringstream s;
104  streampos pos;
105  int nComposite = 0;
106 
107  // Read in Nodes
108  std::vector<NodeSharedPtr> Nodes;
109  ReadNodes(Nodes);
110 
111  // Get list of faces nodes and adjacents elements.
112  map<int, vector<int> > FaceNodes;
113  Array<OneD, vector<int> > ElementFaces;
114 
115  // Read interior faces and set up first part of Element
116  // Faces and FaceNodes
117  ReadInternalFaces(FaceNodes, ElementFaces);
118 
119  vector<vector<int> > BndElementFaces;
120  vector<string> Facelabels;
121  ReadBoundaryFaces(BndElementFaces, FaceNodes, ElementFaces, Facelabels);
122 
123  if (m_config["writelabelsonly"].beenSet)
124  {
125  nComposite = 2;
126  // write boundary zones/composites
127  for (i = 0; i < BndElementFaces.size(); ++i)
128  {
129  cout << " 2D Zone (composite = " << nComposite
130  << ", label = " << Facelabels[i] << ")" << endl;
131  nComposite++;
132  }
133  exit(1);
134  }
135 
136  // 3D Zone
137  // Reset node ordering so that all prism faces have
138  // consistent numbering for singular vertex re-ordering
139  ResetNodes(Nodes, ElementFaces, FaceNodes);
140 
141  m_mesh->m_node = Nodes;
142 
143  // create Prisms/Pyramids first
144  int nelements = ElementFaces.num_elements();
145  cout << " Generating 3D Zones: ";
146  int cnt = 0;
147  for (i = 0; i < nelements; ++i)
148  {
149 
150  if (ElementFaces[i].size() > 4)
151  {
152  GenElement3D(
153  Nodes, i, ElementFaces[i], FaceNodes, nComposite, true);
154  ++cnt;
155  }
156  }
157  cout << cnt << " Prisms,";
158 
159  nComposite++;
160 
161  // create Tets second
162  cnt = 0;
163  for (i = 0; i < nelements; ++i)
164  {
165  if (ElementFaces[i].size() == 4)
166  {
167  GenElement3D(
168  Nodes, i, ElementFaces[i], FaceNodes, nComposite, true);
169  ++cnt;
170  }
171  }
172  cout << cnt << " Tets" << endl;
173  nComposite++;
174 
175  ProcessVertices();
176 
177  // Add boundary zones/composites
178  for (i = 0; i < BndElementFaces.size(); ++i)
179  {
180  cout << " Generating 2D Zone (composite = " << nComposite
181  << ", label = " << Facelabels[i] << ")" << endl;
182 
183  for (int j = 0; j < BndElementFaces[i].size(); ++j)
184  {
185 
186  if (FaceNodes.count(BndElementFaces[i][j]))
187  {
188  GenElement2D(
189  Nodes, j, FaceNodes[BndElementFaces[i][j]], nComposite);
190  }
191  else
192  {
193  string msg = "Failed to find FaceNodes for Face ";
194  msg += boost::lexical_cast<string>(BndElementFaces[i][j]);
195  ASSERTL0(false, msg);
196  }
197  }
198 
199  m_mesh->m_faceLabels[nComposite] = Facelabels[i];
200  nComposite++;
201  }
202 }
#define ASSERTL0(condition, msg)
Definition: ErrorUtil.hpp:161
map< string, ConfigOption > m_config
List of configuration values.
MeshSharedPtr m_mesh
Mesh object.
void GenElement2D(vector< NodeSharedPtr > &Nodes, int i, vector< int > &FaceNodes, int ncomposite)
Definition: InputStar.cpp:458
void ReadNodes(std::vector< NodeSharedPtr > &Nodes)
Definition: InputStar.cpp:929
virtual void ProcessVertices()
Extract element vertices.
void ReadBoundaryFaces(vector< vector< int > > &BndElementFaces, map< int, vector< int > > &FacesNodes, Array< OneD, vector< int > > &ElementFaces, vector< string > &facelabels)
Definition: InputStar.cpp:1063
void GenElement3D(vector< NodeSharedPtr > &Nodes, int i, vector< int > &ElementFaces, map< int, vector< int > > &FaceNodes, int ncomposite, bool DoOrient)
Definition: InputStar.cpp:498
void ResetNodes(vector< NodeSharedPtr > &Nodes, Array< OneD, vector< int > > &ElementFaces, map< int, vector< int > > &FaceNodes)
Definition: InputStar.cpp:210
void ReadInternalFaces(map< int, vector< int > > &FacesNodes, Array< OneD, vector< int > > &ElementFaces)
Definition: InputStar.cpp:969
Array< OneD, int > Nektar::Utilities::InputStar::SortEdgeNodes ( vector< NodeSharedPtr > &  Nodes,
vector< int > &  FaceNodes 
)
protected

Definition at line 559 of file InputStar.cpp.

References Nektar::NekMeshUtils::Node::curl(), and Nektar::NekMeshUtils::Node::dot().

Referenced by GenElement2D().

561 {
562  Array<OneD, int> returnval;
563 
564  if (FaceNodes.size() == 3) // Triangle
565  {
566  returnval = Array<OneD, int>(3);
567 
568  returnval[0] = FaceNodes[0];
569  returnval[1] = FaceNodes[1];
570  returnval[2] = FaceNodes[2];
571  }
572  else if (FaceNodes.size() == 4) // quadrilateral
573  {
574  returnval = Array<OneD, int>(4);
575 
576  int indx0 = FaceNodes[0];
577  int indx1 = FaceNodes[1];
578  int indx2 = FaceNodes[2];
579  int indx3 = FaceNodes[3];
580 
581  // calculate 0-1,
582  Node a = *(Vnodes[indx1]) - *(Vnodes[indx0]);
583  // calculate 0-2,
584  Node b = *(Vnodes[indx2]) - *(Vnodes[indx0]);
585  Node acurlb = a.curl(b);
586 
587  // calculate 2-1,
588  Node c = *(Vnodes[indx1]) - *(Vnodes[indx2]);
589  // calculate 3-2,
590  Node d = *(Vnodes[indx3]) - *(Vnodes[indx2]);
591  Node acurld = a.curl(d);
592 
593  NekDouble acurlb_dot_acurld = acurlb.dot(acurld);
594  if (acurlb_dot_acurld > 0.0)
595  {
596  returnval[0] = indx0;
597  returnval[1] = indx1;
598  returnval[2] = indx2;
599  returnval[3] = indx3;
600  }
601  else
602  {
603  returnval[0] = indx0;
604  returnval[1] = indx1;
605  returnval[2] = indx3;
606  returnval[3] = indx2;
607  }
608  }
609 
610  return returnval;
611 }
NEKMESHUTILS_EXPORT NekDouble dot(const Node &pSrc) const
Definition: Node.h:153
Represents a point in the domain.
Definition: Node.h:60
NEKMESHUTILS_EXPORT Node curl(const Node &pSrc) const
Definition: Node.h:158
double NekDouble
Array< OneD, int > Nektar::Utilities::InputStar::SortFaceNodes ( vector< NodeSharedPtr > &  Nodes,
vector< int > &  ElementFaces,
map< int, vector< int > > &  FaceNodes 
)
protected

Definition at line 613 of file InputStar.cpp.

References ASSERTL0, ASSERTL1, Nektar::NekMeshUtils::Node::curl(), Nektar::NekMeshUtils::Node::dot(), and Nektar::iterator.

Referenced by GenElement3D(), and ResetNodes().

616 {
617 
618  int i, j;
619  Array<OneD, int> returnval;
620 
621  if (ElementFaces.size() == 4) // Tetrahedron
622  {
623  ASSERTL1(FaceNodes[ElementFaces[0]].size() == 3,
624  "Face is not triangular");
625 
626  returnval = Array<OneD, int>(4);
627 
628  int indx0 = FaceNodes[ElementFaces[0]][0];
629  int indx1 = FaceNodes[ElementFaces[0]][1];
630  int indx2 = FaceNodes[ElementFaces[0]][2];
631  int indx3 = -1;
632 
633  // calculate 0-1,
634  Node a = *(Vnodes[indx1]) - *(Vnodes[indx0]);
635  // calculate 0-2,
636  Node b = *(Vnodes[indx2]) - *(Vnodes[indx0]);
637 
638  // Find fourth node index;
639  ASSERTL1(FaceNodes[ElementFaces[1]].size() == 3,
640  "Face is not triangular");
641  for (i = 0; i < 3; ++i)
642  {
643 
644  if ((FaceNodes[ElementFaces[1]][i] != indx0) &&
645  (FaceNodes[ElementFaces[1]][i] != indx1) &&
646  (FaceNodes[ElementFaces[1]][i] != indx2))
647  {
648  indx3 = FaceNodes[ElementFaces[1]][i];
649  break;
650  }
651  }
652 
653  // calculate 0-3,
654  Node c = *(Vnodes[indx3]) - *(Vnodes[indx0]);
655  Node acurlb = a.curl(b);
656 
657  NekDouble acurlb_dotc = acurlb.dot(c);
658  if (acurlb_dotc < 0.0)
659  {
660  returnval[0] = indx0;
661  returnval[1] = indx1;
662  returnval[2] = indx2;
663  returnval[3] = indx3;
664  }
665  else
666  {
667  returnval[0] = indx1;
668  returnval[1] = indx0;
669  returnval[2] = indx2;
670  returnval[3] = indx3;
671  }
672  }
673  else if (ElementFaces.size() == 5) // prism or pyramid
674  {
675  int triface0, triface1;
676  int quadface0, quadface1, quadface2;
677  bool isPrism = true;
678 
679  // find ids of tri faces and first quad face
680  triface0 = triface1 = -1;
681  quadface0 = quadface1 = quadface2 = -1;
682  for (i = 0; i < 5; ++i)
683  {
684  if (FaceNodes[ElementFaces[i]].size() == 3)
685  {
686  if (triface0 == -1)
687  {
688  triface0 = i;
689  }
690  else if (triface1 == -1)
691  {
692  triface1 = i;
693  }
694  else
695  {
696  isPrism = false;
697  }
698  }
699 
700  if (FaceNodes[ElementFaces[i]].size() == 4)
701  {
702  if (quadface0 == -1)
703  {
704  quadface0 = i;
705  }
706  else if (quadface1 == -1)
707  {
708  quadface1 = i;
709  }
710  else if (quadface2 == -1)
711  {
712  quadface2 = i;
713  }
714  }
715  }
716 
717  if (isPrism) // Prism
718  {
719  returnval = Array<OneD, int>(6);
720  ASSERTL1(quadface0 != -1, "Quad face 0 not found");
721  ASSERTL1(quadface1 != -1, "Quad face 1 not found");
722  ASSERTL1(quadface2 != -1, "Quad face 2 not found");
723  ASSERTL1(triface0 != -1, "Tri face 0 not found");
724  ASSERTL1(triface1 != -1, "Tri face 1 not found");
725  }
726  else // Pyramid
727  {
728  set<int> vertids;
730  // get list of vert ids
731  cout << "Pyramid found with vertices: " << endl;
732  for (i = 0; i < 5; ++i)
733  {
734  for (j = 0; j < FaceNodes[ElementFaces[i]].size(); ++j)
735  {
736  vertids.insert(FaceNodes[ElementFaces[i]][j]);
737  }
738  }
739  for (it = vertids.begin(); it != vertids.end(); ++it)
740  {
741  cout << Vnodes[*it] << endl;
742  }
743 
744  ASSERTL0(false, "Not yet set up for pyramids");
745  returnval = Array<OneD, int>(5);
746  }
747 
748  // find matching nodes between triface0 and triquad0
749  int indx0, indx1, indx2, indx3, indx4;
750 
751  indx0 = indx1 = indx2 = indx3 = indx4 = -1;
752  // Loop over all quad nodes and if they match any
753  // triangular nodes If they do set these to indx0 and
754  // indx1 and if not set it to indx2, indx3
755 
756  for (i = 0; i < 4; ++i)
757  {
758  for (j = 0; j < 3; ++j)
759  {
760  if (FaceNodes[ElementFaces[triface0]][j] ==
761  FaceNodes[ElementFaces[quadface0]][i])
762  {
763  break; // same node break
764  }
765  }
766 
767  if (j == 3) // Vertex not in quad face
768  {
769  if (indx2 == -1)
770  {
771  indx2 = FaceNodes[ElementFaces[quadface0]][i];
772  }
773  else if (indx3 == -1)
774  {
775  indx3 = FaceNodes[ElementFaces[quadface0]][i];
776  }
777  else
778  {
779  ASSERTL0(
780  false,
781  "More than two vertices do not match triangular face");
782  }
783  }
784  else // if found match then set indx0,indx1;
785  {
786  if (indx0 == -1)
787  {
788  indx0 = FaceNodes[ElementFaces[quadface0]][i];
789  }
790  else
791  {
792  indx1 = FaceNodes[ElementFaces[quadface0]][i];
793  }
794  }
795  }
796 
797  // Finally check for top vertex
798  for (int i = 0; i < 3; ++i)
799  {
800  if ((FaceNodes[ElementFaces[triface0]][i] != indx0) &&
801  (FaceNodes[ElementFaces[triface0]][i] != indx1) &&
802  (FaceNodes[ElementFaces[triface0]][i] != indx2))
803  {
804  indx4 = FaceNodes[ElementFaces[triface0]][i];
805  break;
806  }
807  }
808 
809  // calculate 0-1,
810  Node a = *(Vnodes[indx1]) - *(Vnodes[indx0]);
811  // calculate 0-4,
812  Node b = *(Vnodes[indx4]) - *(Vnodes[indx0]);
813  // calculate 0-2,
814  Node c = *(Vnodes[indx2]) - *(Vnodes[indx0]);
815  Node acurlb = a.curl(b);
816 
817  NekDouble acurlb_dotc = acurlb.dot(c);
818  if (acurlb_dotc < 0.0)
819  {
820  returnval[0] = indx0;
821  returnval[1] = indx1;
822  returnval[4] = indx4;
823  }
824  else
825  {
826  returnval[0] = indx1;
827  returnval[1] = indx0;
828  returnval[4] = indx4;
829  }
830 
831  // check to see if two vertices are shared between one of the other
832  // faces
833  // to define which is indx2 and indx3
834 
835  int cnt = 0;
836  for (int i = 0; i < 4; ++i)
837  {
838  if ((FaceNodes[ElementFaces[quadface1]][i] == returnval[1]) ||
839  (FaceNodes[ElementFaces[quadface1]][i] == indx2))
840  {
841  cnt++;
842  }
843  }
844 
845  if (cnt == 2) // have two matching vertices
846  {
847  returnval[2] = indx2;
848  returnval[3] = indx3;
849  }
850  else
851  {
852  cnt = 0;
853  for (int i = 0; i < 4; ++i)
854  {
855  if ((FaceNodes[ElementFaces[quadface2]][i] == returnval[1]) ||
856  (FaceNodes[ElementFaces[quadface2]][i] == indx2))
857  {
858  cnt++;
859  }
860  }
861 
862  if (cnt != 2) // neither of the other faces has two matching nodes
863  // so reverse
864  {
865  returnval[2] = indx3;
866  returnval[3] = indx2;
867  }
868  else // have two matching vertices
869  {
870  returnval[2] = indx2;
871  returnval[3] = indx3;
872  }
873  }
874 
875  if (isPrism == true)
876  {
877  // finally need to find last vertex from second triangular face.
878  for (int i = 0; i < 3; ++i)
879  {
880  if ((FaceNodes[ElementFaces[triface1]][i] != indx2) &&
881  (FaceNodes[ElementFaces[triface1]][i] != indx3) &&
882  (FaceNodes[ElementFaces[triface1]][i] != indx3))
883  {
884  returnval[5] = FaceNodes[ElementFaces[triface1]][i];
885  break;
886  }
887  }
888  }
889  }
890  else
891  {
892  ASSERTL0(false, "SortFaceNodes not set up for this number of faces");
893  }
894 
895  return returnval;
896 }
NEKMESHUTILS_EXPORT NekDouble dot(const Node &pSrc) const
Definition: Node.h:153
#define ASSERTL0(condition, msg)
Definition: ErrorUtil.hpp:161
Represents a point in the domain.
Definition: Node.h:60
NEKMESHUTILS_EXPORT Node curl(const Node &pSrc) const
Definition: Node.h:158
double NekDouble
StandardMatrixTag boost::call_traits< LhsDataType >::const_reference rhs typedef NekMatrix< LhsDataType, StandardMatrixTag >::iterator iterator
#define ASSERTL1(condition, msg)
Assert Level 1 – Debugging which is used whether in FULLDEBUG or DEBUG compilation mode...
Definition: ErrorUtil.hpp:191

Member Data Documentation

ModuleKey Nektar::Utilities::InputStar::className
static
Initial value:
"Reads mesh from Star CCM (.ccm).")

Definition at line 56 of file InputStar.h.

CCMIOError Nektar::Utilities::InputStar::m_ccmErr
private

Definition at line 91 of file InputStar.h.

Referenced by InitCCM(), ReadBoundaryFaces(), ReadInternalFaces(), and ReadNodes().

CCMIOID Nektar::Utilities::InputStar::m_ccmProcessor
private

Definition at line 93 of file InputStar.h.

Referenced by InitCCM(), and ReadNodes().

CCMIOID Nektar::Utilities::InputStar::m_ccmTopology
private

Definition at line 92 of file InputStar.h.

Referenced by ReadBoundaryFaces(), ReadInternalFaces(), and ReadNodes().

map<int, string> Nektar::Utilities::InputStar::m_faceLabels
private

Definition at line 94 of file InputStar.h.