OOFEM  2.4
OOFEM.org - Object Oriented Finite Element Solver
intelline1intpen.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 SRC_SM_ELEMENTS_INTERFACES_INTELLINE1INTPEN_H_
36 #define SRC_SM_ELEMENTS_INTERFACES_INTELLINE1INTPEN_H_
37 
38 #include "intelline1.h"
39 #define _IFT_IntElLine1IntPen_Name "intelline1intpen"
40 
41 namespace oofem {
42 class FEI2dLineLin;
43 
49 class IntElLine1IntPen : public IntElLine1 {
50 public:
51  IntElLine1IntPen(int n, Domain * d);
52  virtual ~IntElLine1IntPen();
53 
54  virtual const char *giveInputRecordName() const { return _IFT_IntElLine1IntPen_Name; }
55  virtual const char *giveClassName() const { return "IntElLine1IntPen"; }
56 
57  virtual int computeGlobalCoordinates(FloatArray &answer, const FloatArray &lcoords);
58 
59 
60  virtual void computeCovarBaseVectorAt(GaussPoint *gp, FloatArray &G);
61 
79  virtual void computeStiffnessMatrix(FloatMatrix &answer, MatResponseMode rMode, TimeStep *tStep);
80 
81 
96  virtual void giveInternalForcesVector(FloatArray &answer, TimeStep *tStep, int useUpdatedGpRecord = 0);
97 
98 protected:
99  virtual void computeNmatrixAt(GaussPoint *gp, FloatMatrix &answer);
100  virtual void computeGaussPoints();
101 
102  Element_Geometry_Type giveGeometryType() const { return EGT_quad_21_interface; }
103 
104 };
105 
106 } /* namespace oofem */
107 
108 #endif /* SRC_SM_ELEMENTS_INTERFACES_INTELLINE1INTPEN_H_ */
This class implements a two dimensional interface element with interior penalty formulation.
Class and object Domain.
Definition: domain.h:115
Element_Geometry_Type
Enumerative type used to classify element geometry Possible values are: EGT_point - point in space EG...
virtual int computeGlobalCoordinates(FloatArray &answer, const FloatArray &lcoords)
Computes the global coordinates from given element's local coordinates.
virtual void computeNmatrixAt(GaussPoint *gp, FloatMatrix &answer)
Computes modified interpolation matrix (N) for the element which multiplied with the unknowns vector ...
MatResponseMode
Describes the character of characteristic material matrix.
IntElLine1IntPen(int n, Domain *d)
virtual void computeGaussPoints()
Initializes the array of integration rules member variable.
Element_Geometry_Type giveGeometryType() const
Returns the element geometry type.
virtual const char * giveInputRecordName() const
#define _IFT_IntElLine1IntPen_Name
virtual void computeCovarBaseVectorAt(GaussPoint *gp, FloatArray &G)
Class representing vector of real numbers.
Definition: floatarray.h:82
virtual void computeStiffnessMatrix(FloatMatrix &answer, MatResponseMode rMode, TimeStep *tStep)
Computes the stiffness/tangent matrix of receiver.
Implementation of matrix containing floating point numbers.
Definition: floatmatrix.h:94
virtual void giveInternalForcesVector(FloatArray &answer, TimeStep *tStep, int useUpdatedGpRecord=0)
Returns equivalent nodal forces vectors.
virtual const char * giveClassName() const
This class implements a two dimensional interface element.
Definition: intelline1.h:55
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