OOFEM  2.4
OOFEM.org - Object Oriented Finite Element Solver
space3delementevaluator.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 space3delementevaluator_h
36 #define space3delementevaluator_h
37 
38 #include "../sm/Elements/structuralelementevaluator.h"
39 
40 namespace oofem {
45 {
46 public:
49 
50 protected:
55  virtual void computeNMatrixAt(FloatMatrix &answer, GaussPoint *gp);
60  virtual void computeBMatrixAt(FloatMatrix &answer, GaussPoint *gp);
61  virtual double computeVolumeAround(GaussPoint *gp);
62  virtual void computeStressVector(FloatArray &answer, const FloatArray &strain, GaussPoint *gp, TimeStep *tStep);
63  virtual void computeConstitutiveMatrixAt(FloatMatrix &answer, MatResponseMode rMode, GaussPoint *gp, TimeStep *tStep);
64  void giveDofManDofIDMask(int inode, IntArray &answer) const {
65  answer = {D_u, D_v, D_w};
66  }
67 };
68 } // end namespace oofem
69 #endif //space3delementevaluator_h
This class represent a new concept on how to define elements.
virtual void computeConstitutiveMatrixAt(FloatMatrix &answer, MatResponseMode rMode, GaussPoint *gp, TimeStep *tStep)
Computes constitutive matrix of receiver.
General purpose 3d structural element evaluator.
void giveDofManDofIDMask(int inode, IntArray &answer) const
Class implementing an array of integers.
Definition: intarray.h:61
MatResponseMode
Describes the character of characteristic material matrix.
virtual double computeVolumeAround(GaussPoint *gp)
virtual void computeNMatrixAt(FloatMatrix &answer, GaussPoint *gp)
Assemble interpolation matrix at given IP In case of IGAElements, N is assumed to contain only nonzer...
virtual void computeStressVector(FloatArray &answer, const FloatArray &strain, GaussPoint *gp, TimeStep *tStep)
Computes the stress vector.
Class representing vector of real numbers.
Definition: floatarray.h:82
Implementation of matrix containing floating point numbers.
Definition: floatmatrix.h:94
the oofem namespace is to define a context or scope in which all oofem names are defined.
virtual void computeBMatrixAt(FloatMatrix &answer, GaussPoint *gp)
Assembles the strain-displacement matrix of the receiver at given integration point In case of IGAEle...
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:31 for OOFEM by doxygen 1.8.11 written by Dimitri van Heesch, © 1997-2011