📄 itkfemelement2dc0linearquadrilateralstress.h
字号:
/*=========================================================================
Program: Insight Segmentation & Registration Toolkit
Module: $RCSfile: itkFEMElement2DC0LinearQuadrilateralStress.h,v $
Language: C++
Date: $Date: 2003-09-10 14:29:39 $
Version: $Revision: 1.7 $
Copyright (c) Insight Software Consortium. All rights reserved.
See ITKCopyright.txt or http://www.itk.org/HTML/Copyright.htm for details.
This software is distributed WITHOUT ANY WARRANTY; without even
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE. See the above copyright notices for more information.
=========================================================================*/
#ifndef __itkFEMElement2DC0LinearQuadrilateralStress_h
#define __itkFEMElement2DC0LinearQuadrilateralStress_h
#include "itkFEMElement2DC0LinearQuadrilateral.h"
#include "itkFEMElement2DStress.h"
namespace itk {
namespace fem {
/**
* \class Element2DC0LinearQuadrilateralStress
* \brief 4-noded finite element class in 2D space for linear elasticity problem
*/
class Element2DC0LinearQuadrilateralStress : public Element2DStress<Element2DC0LinearQuadrilateral>
{
FEM_CLASS(Element2DC0LinearQuadrilateralStress,Element2DStress<Element2DC0LinearQuadrilateral>)
public:
HANDLE_ELEMENT_LOADS();
/**
* Default constructor only clears the internal storage
*/
Element2DC0LinearQuadrilateralStress();
/**
* Construct an element by specifying pointers to
* 4 points and a material.
*/
Element2DC0LinearQuadrilateralStress(
NodeIDType n1_,
NodeIDType n2_,
NodeIDType n3_,
NodeIDType n4_,
Material::ConstPointer p_ );
}; // class Element2DC0LinearQuadrilateralStress
FEM_CLASS_INIT(Element2DC0LinearQuadrilateralStress)
}} // end namespace itk::fem
#endif // #ifndef __itkFEMElement2DC0LinearQuadrilateralStress_h
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -