OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
qplanestrain.h
Go to the documentation of this file.
1
/*
2
*
3
* ##### ##### ###### ###### ### ###
4
* ## ## ## ## ## ## ## ### ##
5
* ## ## ## ## #### #### ## # ##
6
* ## ## ## ## ## ## ## ##
7
* ## ## ## ## ## ## ## ##
8
* ##### ##### ## ###### ## ##
9
*
10
*
11
* OOFEM : Object Oriented Finite Element Code
12
*
13
* Copyright (C) 1993 - 2013 Borek Patzak
14
*
15
*
16
*
17
* Czech Technical University, Faculty of Civil Engineering,
18
* Department of Structural Mechanics, 166 29 Prague, Czech Republic
19
*
20
* This library is free software; you can redistribute it and/or
21
* modify it under the terms of the GNU Lesser General Public
22
* License as published by the Free Software Foundation; either
23
* version 2.1 of the License, or (at your option) any later version.
24
*
25
* This program is distributed in the hope that it will be useful,
26
* but WITHOUT ANY WARRANTY; without even the implied warranty of
27
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
28
* Lesser General Public License for more details.
29
*
30
* You should have received a copy of the GNU Lesser General Public
31
* License along with this library; if not, write to the Free Software
32
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
33
*/
34
35
#ifndef qplanstrain_h
36
#define qplanstrain_h
37
38
#include "
Elements/structural2delement.h
"
39
#include "
zznodalrecoverymodel.h
"
40
41
#define _IFT_QPlaneStrain_Name "qplanestrain"
42
43
namespace
oofem
{
44
class
FEI2dQuadQuad;
45
50
class
QPlaneStrain
:
public
PlaneStrainElement
,
public
ZZNodalRecoveryModelInterface
51
{
52
protected
:
53
static
FEI2dQuadQuad
interpolation
;
54
55
public
:
56
QPlaneStrain
(
int
N
,
Domain
* d);
57
virtual
~QPlaneStrain
() { }
58
59
virtual
FEInterpolation
*
giveInterpolation
()
const
;
60
61
// definition & identification
62
virtual
const
char
*
giveInputRecordName
()
const
{
return
_IFT_QPlaneStrain_Name
; }
63
virtual
const
char
*
giveClassName
()
const
{
return
"QPlaneStrain"
; }
64
65
virtual
int
testElementExtension
(
ElementExtension
ext) {
return
0; }
66
67
virtual
Interface
*
giveInterface
(
InterfaceType
it);
68
69
#ifdef __OOFEG
70
virtual
void
drawRawGeometry
(
oofegGraphicContext
&
gc
,
TimeStep
*tStep);
71
virtual
void
drawDeformedGeometry
(
oofegGraphicContext
&gc,
TimeStep
*tStep,
UnknownType
);
72
virtual
void
drawScalar
(
oofegGraphicContext
&gc,
TimeStep
*tStep);
73
#endif
74
75
};
76
}
// end namespace oofem
77
#endif // qplanstrain_h
oofem::QPlaneStrain::giveInterface
virtual Interface * giveInterface(InterfaceType it)
Definition:
qplanestrain.C:60
oofem::QPlaneStrain::giveClassName
virtual const char * giveClassName() const
Definition:
qplanestrain.h:63
oofem::Domain
Class and object Domain.
Definition:
domain.h:115
oofem::ZZNodalRecoveryModelInterface
The element interface required by ZZNodalRecoveryModel.
Definition:
zznodalrecoverymodel.h:99
oofem::QPlaneStrain::drawDeformedGeometry
virtual void drawDeformedGeometry(oofegGraphicContext &gc, TimeStep *tStep, UnknownType)
Definition:
qplanestrain.C:106
oofem::QPlaneStrain::drawRawGeometry
virtual void drawRawGeometry(oofegGraphicContext &gc, TimeStep *tStep)
Definition:
qplanestrain.C:71
gc
oofem::oofegGraphicContext gc[OOFEG_LAST_LAYER]
structural2delement.h
oofem::QPlaneStrain::interpolation
static FEI2dQuadQuad interpolation
Definition:
qplanestrain.h:53
oofem::QPlaneStrain::giveInputRecordName
virtual const char * giveInputRecordName() const
Definition:
qplanestrain.h:62
oofem::PlaneStrainElement
Definition:
structural2delement.h:121
oofem::FEInterpolation
Class representing a general abstraction for finite element interpolation class.
Definition:
feinterpol.h:132
zznodalrecoverymodel.h
oofem::QPlaneStrain::giveInterpolation
virtual FEInterpolation * giveInterpolation() const
Definition:
qplanestrain.C:57
oofem::ElementExtension
ElementExtension
Type representing element extension.
Definition:
elementextension.h:42
oofem::UnknownType
UnknownType
Type representing particular unknown (its physical meaning).
Definition:
unknowntype.h:55
N
#define N(p, q)
Definition:
mdm.C:367
oofem::FEI2dQuadQuad
Class representing a 2d quadrilateral with quadratic interpolation based on isoparametric coordinates...
Definition:
fei2dquadquad.h:52
oofem::QPlaneStrain::~QPlaneStrain
virtual ~QPlaneStrain()
Definition:
qplanestrain.h:57
oofem::Interface
Class Interface.
Definition:
interface.h:82
oofem::QPlaneStrain::QPlaneStrain
QPlaneStrain(int N, Domain *d)
Definition:
qplanestrain.C:49
oofem::InterfaceType
InterfaceType
Enumerative type, used to identify interface type.
Definition:
interfacetype.h:43
oofem::QPlaneStrain
This class implements an Quadratic isoparametric eight-node quadrilateral plane- stress elasticity fi...
Definition:
qplanestrain.h:50
oofem::oofegGraphicContext
Definition:
oofeggraphiccontext.h:126
oofem::QPlaneStrain::drawScalar
virtual void drawScalar(oofegGraphicContext &gc, TimeStep *tStep)
Definition:
qplanestrain.C:141
oofem
the oofem namespace is to define a context or scope in which all oofem names are defined.
_IFT_QPlaneStrain_Name
#define _IFT_QPlaneStrain_Name
Definition:
qplanestrain.h:41
oofem::TimeStep
Class representing solution step.
Definition:
timestep.h:80
oofem::QPlaneStrain::testElementExtension
virtual int testElementExtension(ElementExtension ext)
Tests if the element implements required extension.
Definition:
qplanestrain.h:65
This page is part of the
OOFEM
documentation. Copyright (c) 2011
Borek Patzak
Project e-mail:
info@oofem.org
Generated at Tue Jan 2 2018 20:07:30 for OOFEM by
doxygen
1.8.11 written by
Dimitri van Heesch
, © 1997-2011