SU2
Classes
element_structure.hpp File Reference

Headers of the Finite Element structure (elements) The subroutines and functions are in the element_structure.cpp and element_linear.cpp files. More...

#include "mpi_structure.hpp"
#include <cmath>
#include <iostream>
#include <cstdlib>
#include "config_structure.hpp"
#include "geometry_structure.hpp"
#include "gauss_structure.hpp"
#include "element_structure.inl"

Go to the source code of this file.

Classes

class  CElement
 Main class for defining the element structure. More...
 
class  CTRIA1
 Tria element with 1 Gauss Points. More...
 
class  CQUAD4
 Quadrilateral element with 4 Gauss Points. More...
 
class  CQUAD4P1
 Quadrilateral element with 4 Gauss Points and 1 Gauss Point for pressure subintegration. More...
 
class  CTETRA1
 Tetrahedral element with 1 Gauss Point. More...
 
class  CHEXA8
 Hexahedral element with 8 Gauss Points. More...
 
class  CHEXA8P1
 Hexahedral element with 8 Gauss Points and 1 Gauss Point for pressure subintegration. More...
 
class  CBOUND2D
 2D line boundary element with 2 Gauss Points More...
 

Detailed Description

Headers of the Finite Element structure (elements) The subroutines and functions are in the element_structure.cpp and element_linear.cpp files.

Author
R. Sanchez
Version
5.0.0 "Raven"

SU2 Original Developers: Dr. Francisco D. Palacios. Dr. Thomas D. Economon.

SU2 Developers: Prof. Juan J. Alonso's group at Stanford University. Prof. Piero Colonna's group at Delft University of Technology. Prof. Nicolas R. Gauger's group at Kaiserslautern University of Technology. Prof. Alberto Guardone's group at Polytechnic University of Milan. Prof. Rafael Palacios' group at Imperial College London. Prof. Edwin van der Weide's group at the University of Twente. Prof. Vincent Terrapon's group at the University of Liege.

Copyright (C) 2012-2017 SU2, the open-source CFD code.

SU2 is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.

SU2 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 Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with SU2. If not, see http://www.gnu.org/licenses/.