OOFEM  2.4
OOFEM.org - Object Oriented Finite Element Solver
q27space.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 q27space_h
36 #define q27space_h
37 
40 #include "zznodalrecoverymodel.h"
42 #include "sprnodalrecoverymodel.h"
43 
44 #define _IFT_Q27Space_Name "q27space"
45 
46 namespace oofem {
47 class FEI3dHexaTriQuad;
48 
54 {
55 protected:
57 
58 public:
59  Q27Space(int n, Domain * d);
60  virtual ~Q27Space() { }
61 
62  virtual FEInterpolation *giveInterpolation() const;
63 
66  virtual int testElementExtension(ElementExtension ext) { return ( ( ext == Element_SurfaceLoadSupport ) ? 1 : 0 ); }
67 
69  virtual void SPRNodalRecoveryMI_giveDofMansDeterminedByPatch(IntArray &answer, int pap);
72 
74 
75  // definition & identification
76  virtual const char *giveInputRecordName() const { return _IFT_Q27Space_Name; }
77  virtual const char *giveClassName() const { return "Q27Space"; }
78 protected:
79  virtual int giveNumberOfIPForMassMtrxIntegration() { return 27; }
80 
86  virtual int computeLoadLSToLRotationMatrix(FloatMatrix &answer, int, GaussPoint *gp);
88 };
89 } // end namespace oofem
90 #endif
InternalStateType
Type representing the physical meaning of element or constitutive model internal variable.
The element interface required by NodalAvergagingRecoveryModel.
The element interface required by ZZNodalRecoveryModel.
Q27Space(int n, Domain *d)
Definition: q27space.C:58
Class and object Domain.
Definition: domain.h:115
virtual FEInterpolation * giveInterpolation() const
Definition: q27space.C:53
The element interface required by ZZNodalRecoveryModel.
virtual void SPRNodalRecoveryMI_giveSPRAssemblyPoints(IntArray &pap)
Definition: q27space.C:179
virtual IntegrationRule * GetSurfaceIntegrationRule(int)
Definition: q27space.C:77
virtual const char * giveInputRecordName() const
Definition: q27space.h:76
Class implementing an array of integers.
Definition: intarray.h:61
Abstract base class representing integration rule.
Element extension for surface loads.
virtual void NodalAveragingRecoveryMI_computeNodalValue(FloatArray &answer, int node, InternalStateType type, TimeStep *tStep)
Computes the element value in given node.
Definition: q27space.C:221
virtual Interface * giveInterface(InterfaceType)
Interface requesting service.
Definition: q27space.C:164
Class representing a general abstraction for finite element interpolation class.
Definition: feinterpol.h:132
virtual int giveNumberOfIPForMassMtrxIntegration()
Return desired number of integration points for consistent mass matrix computation, if required.
Definition: q27space.h:79
#define _IFT_Q27Space_Name
Definition: q27space.h:44
virtual int SPRNodalRecoveryMI_giveNumberOfIP()
Definition: q27space.C:207
ElementExtension
Type representing element extension.
A 27 node tri-quadratic element for structural analysis.
Definition: q27space.h:53
virtual SPRPatchType SPRNodalRecoveryMI_givePatchType()
Definition: q27space.C:214
virtual int testElementExtension(ElementExtension ext)
Tests if the element implements required extension.
Definition: q27space.h:66
Class representing vector of real numbers.
Definition: floatarray.h:82
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
virtual IRResultType initializeFrom(InputRecord *ir)
Initializes receiver according to object description stored in input record.
Definition: q27space.C:65
Class representing the general Input Record.
Definition: inputrecord.h:101
Class Interface.
Definition: interface.h:82
Base class 3D elements.
static FEI3dHexaTriQuad interpolation
Definition: q27space.h:56
virtual ~Q27Space()
Definition: q27space.h:60
virtual int computeLoadLSToLRotationMatrix(FloatMatrix &answer, int, GaussPoint *gp)
Returns transformation matrix from local surface c.s to element local coordinate system of load vecto...
Definition: q27space.C:88
virtual const char * giveClassName() const
Definition: q27space.h:77
InterfaceType
Enumerative type, used to identify interface type.
Definition: interfacetype.h:43
Class representing implementation of tri-quadratic hexahedra interpolation class. ...
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
virtual void SPRNodalRecoveryMI_giveDofMansDeterminedByPatch(IntArray &answer, int pap)
Definition: q27space.C:188

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