OOFEM  2.4
OOFEM.org - Object Oriented Finite Element Solver
quad2platesubsoil.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  * Copyrighlint (C) 1993 - 2014 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 quad2platesubsoil_H
36 #define quad2platesubsoil_H
37 
38 #include "../sm/Elements/structuralelement.h"
39 #include "../sm/Elements/quad1platesubsoil.h"
40 
41 #define _IFT_Quad2PlateSubSoil_Name "quad2platesubsoil"
42 
43 namespace oofem {
44 class FEI2dQuadQuad;
45 
57 {
58 protected:
60 
61 public:
62  Quad2PlateSubSoil(int n, Domain * d);
63  virtual ~Quad2PlateSubSoil() { }
64 
65  virtual FEInterpolation *giveInterpolation() const;
66  virtual FEInterpolation *giveInterpolation(DofIDItem id) const;
67 
68  // definition & identification
69  virtual const char *giveInputRecordName() const { return _IFT_Quad2PlateSubSoil_Name; }
70  virtual const char *giveClassName() const { return "Quad2PlateSubSoil"; }
72 
73  virtual int computeNumberOfDofs() { return 8; }
74 
75 protected:
76  virtual void computeGaussPoints();
77  virtual void computeBmatrixAt(GaussPoint *gp, FloatMatrix &answer, int = 1, int = ALL_STRAINS);
78 
80  virtual void SPRNodalRecoveryMI_giveDofMansDeterminedByPatch(IntArray &answer, int pap);
81 };
82 } // end namespace oofem
83 #endif // quad2platesubsoil_H
This class implements a quadrilateral eight-node plate subsoil element in xy plane.
Class and object Domain.
Definition: domain.h:115
#define _IFT_Quad2PlateSubSoil_Name
virtual void computeBmatrixAt(GaussPoint *gp, FloatMatrix &answer, int=1, int=ALL_STRAINS)
Computes the geometrical matrix of receiver in given integration point.
virtual void SPRNodalRecoveryMI_giveSPRAssemblyPoints(IntArray &pap)
This class implements an quadrilateral four-node plate subsoil element in xy plane.
Class implementing an array of integers.
Definition: intarray.h:61
virtual FEInterpolation * giveInterpolation() const
Class representing a general abstraction for finite element interpolation class.
Definition: feinterpol.h:132
virtual void computeGaussPoints()
Initializes the array of integration rules member variable.
virtual const char * giveClassName() const
DofIDItem
Type representing particular dof type.
Definition: dofiditem.h:86
Class representing a 2d quadrilateral with quadratic interpolation based on isoparametric coordinates...
Definition: fei2dquadquad.h:52
virtual int computeNumberOfDofs()
Computes or simply returns total number of element's local DOFs.
#define ALL_STRAINS
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
Quad2PlateSubSoil(int n, Domain *d)
Class representing the general Input Record.
Definition: inputrecord.h:101
the oofem namespace is to define a context or scope in which all oofem names are defined.
virtual void SPRNodalRecoveryMI_giveDofMansDeterminedByPatch(IntArray &answer, int pap)
static FEI2dQuadQuad interp_quad
virtual IRResultType initializeFrom(InputRecord *ir)
Initializes receiver according to object description stored in input record.
Class representing integration point in finite element program.
Definition: gausspoint.h:93
virtual const char * giveInputRecordName() const

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