OOFEM  2.4
OOFEM.org - Object Oriented Finite Element Solver
l4axisymm.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 l4axisymm_h
36 #define l4axisymm_h
37 
39 #include "zznodalrecoverymodel.h"
40 #include "sprnodalrecoverymodel.h"
41 #include "spatiallocalizer.h"
42 
43 #define _IFT_L4Axisymm_Name "l4axisymm"
44 
45 namespace oofem {
46 class FEI2dQuadLinAxi;
47 
54 {
55 protected:
58 
59 public:
60  L4Axisymm(int n, Domain * d);
61  virtual ~L4Axisymm();
62 
63  virtual FEInterpolation *giveInterpolation() const;
64 
66 
67  // definition & identification
68  virtual const char *giveInputRecordName() const { return _IFT_L4Axisymm_Name; }
69  virtual const char *giveClassName() const { return "L4Axisymm"; }
70 
72 
74  virtual void SPRNodalRecoveryMI_giveDofMansDeterminedByPatch(IntArray &answer, int pap);
77 
78 
79 #ifdef __OOFEG
80  virtual void drawRawGeometry(oofegGraphicContext &gc, TimeStep *tStep);
81  virtual void drawDeformedGeometry(oofegGraphicContext &gc, TimeStep *tStep, UnknownType type);
82  virtual void drawScalar(oofegGraphicContext &gc, TimeStep *tStep);
83 #endif
84 
85 protected:
86  virtual void computeBmatrixAt(GaussPoint *gp, FloatMatrix &answer, int lowerIndx = 1, int upperIndx = ALL_STRAINS) ;
87 };
88 } // end namespace oofem
89 #endif // l4axisymm_h
virtual ~L4Axisymm()
Definition: l4axisymm.C:69
virtual void drawScalar(oofegGraphicContext &gc, TimeStep *tStep)
Definition: l4axisymm.C:277
The element interface required by ZZNodalRecoveryModel.
Class and object Domain.
Definition: domain.h:115
The element interface required by ZZNodalRecoveryModel.
This class implements an isoparametric four-node quadrilateral axisymmetric finite element...
Definition: l4axisymm.h:52
Class representing a 2d isoparametric linear interpolation based on natural coordinates for quadrilat...
Definition: fei2dquadlin.h:91
oofem::oofegGraphicContext gc[OOFEG_LAST_LAYER]
virtual void SPRNodalRecoveryMI_giveSPRAssemblyPoints(IntArray &pap)
Definition: l4axisymm.C:161
Class implementing an array of integers.
Definition: intarray.h:61
virtual SPRPatchType SPRNodalRecoveryMI_givePatchType()
Definition: l4axisymm.C:196
Class representing a general abstraction for finite element interpolation class.
Definition: feinterpol.h:132
virtual FEInterpolation * giveInterpolation() const
Definition: l4axisymm.C:74
virtual void drawRawGeometry(oofegGraphicContext &gc, TimeStep *tStep)
Definition: l4axisymm.C:206
L4Axisymm(int n, Domain *d)
Definition: l4axisymm.C:60
virtual const char * giveClassName() const
Definition: l4axisymm.h:69
#define _IFT_L4Axisymm_Name
Definition: l4axisymm.h:43
virtual IRResultType initializeFrom(InputRecord *ir)
Initializes receiver according to object description stored in input record.
Definition: l4axisymm.C:93
UnknownType
Type representing particular unknown (its physical meaning).
Definition: unknowntype.h:55
virtual void drawDeformedGeometry(oofegGraphicContext &gc, TimeStep *tStep, UnknownType type)
Definition: l4axisymm.C:241
virtual void SPRNodalRecoveryMI_giveDofMansDeterminedByPatch(IntArray &answer, int pap)
Definition: l4axisymm.C:170
virtual Interface * giveInterface(InterfaceType it)
Interface requesting service.
Definition: l4axisymm.C:78
virtual void computeBmatrixAt(GaussPoint *gp, FloatMatrix &answer, int lowerIndx=1, int upperIndx=ALL_STRAINS)
Computes the geometrical matrix of receiver in given integration point.
Definition: l4axisymm.C:117
#define ALL_STRAINS
int numberOfFiAndShGaussPoints
Definition: l4axisymm.h:57
Implementation of matrix containing floating point numbers.
Definition: floatmatrix.h:94
IRResultType
Type defining the return values of InputRecord reading operations.
Definition: irresulttype.h:47
Class representing the general Input Record.
Definition: inputrecord.h:101
Class Interface.
Definition: interface.h:82
virtual const char * giveInputRecordName() const
Definition: l4axisymm.h:68
virtual int SPRNodalRecoveryMI_giveNumberOfIP()
Definition: l4axisymm.C:189
The spatial localizer element interface associated to spatial localizer.
static FEI2dQuadLinAxi interpolation
Definition: l4axisymm.h:56
InterfaceType
Enumerative type, used to identify interface type.
Definition: interfacetype.h:43
the oofem namespace is to define a context or scope in which all oofem names are defined.
Class representing integration point in finite element program.
Definition: gausspoint.h:93
Class representing solution step.
Definition: timestep.h:80

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:29 for OOFEM by doxygen 1.8.11 written by Dimitri van Heesch, © 1997-2011