![]() |
Stanford University Unstructured (SU2)
Version 2.0 (2013)
Software suite for the simulation and design of aerospace systems, using unstructured grid technology
|
Headers of the main subroutines for storing the primal grid structure. The subroutines and functions are in the primal_grid_structure.cpp file. More...
#include <iostream>#include <vector>#include "dual_grid_structure.hpp"#include "config_structure.hpp"#include "primal_grid_structure.inl"Go to the source code of this file.
Classes | |
| class | CPrimalGrid |
| Class for primal grid element definition. The primal grid is directly read from the .su2 file, and can be 2 o 3 dimensional. More... | |
| class | CVertexMPI |
| Class for vertex element definition. This kind of element is used in the parallelization stuff. More... | |
| class | CLine |
| Class for line element definition. More... | |
| class | CTriangle |
| Class for triangle element definition. More... | |
| class | CRectangle |
| Class for rectangle element definition. More... | |
| class | CTetrahedron |
| Class for tetrahedron element definition. More... | |
| class | CHexahedron |
| Class for hexahedron element definition. More... | |
| class | CWedge |
| Class for wedge element definition. More... | |
| class | CPyramid |
| Class for pyramid element definition. More... | |
Headers of the main subroutines for storing the primal grid structure. The subroutines and functions are in the primal_grid_structure.cpp file.
Stanford University Unstructured (SU2) Code Copyright (C) 2012 Aerospace Design Laboratory
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
1.7.5.1