OOFEM  2.4
OOFEM.org - Object Oriented Finite Element Solver
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 
39 #include "zznodalrecoverymodel.h"
40 
41 #define _IFT_QPlaneStrain_Name "qplanestrain"
42 
43 namespace oofem {
44 class FEI2dQuadQuad;
45 
51 {
52 protected:
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 
68 
69 #ifdef __OOFEG
70  virtual void drawRawGeometry(oofegGraphicContext &gc, TimeStep *tStep);
72  virtual void drawScalar(oofegGraphicContext &gc, TimeStep *tStep);
73 #endif
74 
75 };
76 } // end namespace oofem
77 #endif // qplanstrain_h
virtual Interface * giveInterface(InterfaceType it)
Definition: qplanestrain.C:60
virtual const char * giveClassName() const
Definition: qplanestrain.h:63
Class and object Domain.
Definition: domain.h:115
The element interface required by ZZNodalRecoveryModel.
virtual void drawDeformedGeometry(oofegGraphicContext &gc, TimeStep *tStep, UnknownType)
Definition: qplanestrain.C:106
virtual void drawRawGeometry(oofegGraphicContext &gc, TimeStep *tStep)
Definition: qplanestrain.C:71
oofem::oofegGraphicContext gc[OOFEG_LAST_LAYER]
static FEI2dQuadQuad interpolation
Definition: qplanestrain.h:53
virtual const char * giveInputRecordName() const
Definition: qplanestrain.h:62
Class representing a general abstraction for finite element interpolation class.
Definition: feinterpol.h:132
virtual FEInterpolation * giveInterpolation() const
Definition: qplanestrain.C:57
ElementExtension
Type representing element extension.
UnknownType
Type representing particular unknown (its physical meaning).
Definition: unknowntype.h:55
#define N(p, q)
Definition: mdm.C:367
Class representing a 2d quadrilateral with quadratic interpolation based on isoparametric coordinates...
Definition: fei2dquadquad.h:52
virtual ~QPlaneStrain()
Definition: qplanestrain.h:57
Class Interface.
Definition: interface.h:82
QPlaneStrain(int N, Domain *d)
Definition: qplanestrain.C:49
InterfaceType
Enumerative type, used to identify interface type.
Definition: interfacetype.h:43
This class implements an Quadratic isoparametric eight-node quadrilateral plane- stress elasticity fi...
Definition: qplanestrain.h:50
virtual void drawScalar(oofegGraphicContext &gc, TimeStep *tStep)
Definition: qplanestrain.C:141
the oofem namespace is to define a context or scope in which all oofem names are defined.
#define _IFT_QPlaneStrain_Name
Definition: qplanestrain.h:41
Class representing solution step.
Definition: timestep.h:80
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