OOFEM 3.0
Loading...
Searching...
No Matches
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 - 2025 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
41#include "spatiallocalizer.h"
42
43#define _IFT_L4Axisymm_Name "l4axisymm"
44
45namespace oofem {
46class FEI2dQuadLinAxi;
47
54{
55protected:
58
59public:
60 L4Axisymm(int n, Domain * d);
61 virtual ~L4Axisymm();
62
63 FEInterpolation *giveInterpolation() const override;
64
66
67 // definition & identification
68 const char *giveInputRecordName() const override { return _IFT_L4Axisymm_Name; }
69 const char *giveClassName() const override { return "L4Axisymm"; }
70 Element_Geometry_Type giveGeometryType() const override {return EGT_quad_1;}
71
72 void initializeFrom(InputRecord &ir, int priority) override;
73 void postInitialize() override;
74
76 void SPRNodalRecoveryMI_giveDofMansDeterminedByPatch(IntArray &answer, int pap) override;
79
80
81#ifdef __OOFEG
82 void drawRawGeometry(oofegGraphicContext &gc, TimeStep *tStep) override;
84 void drawScalar(oofegGraphicContext &gc, TimeStep *tStep) override;
85#endif
86
87protected:
88 void computeBmatrixAt(GaussPoint *gp, FloatMatrix &answer, int lowerIndx = 1, int upperIndx = ALL_STRAINS) override;
89};
90} // end namespace oofem
91#endif // l4axisymm_h
AxisymElement(int n, Domain *d)
void drawDeformedGeometry(oofegGraphicContext &gc, TimeStep *tStep, UnknownType type) override
Definition l4axisymm.C:238
void SPRNodalRecoveryMI_giveSPRAssemblyPoints(IntArray &pap) override
Definition l4axisymm.C:158
void initializeFrom(InputRecord &ir, int priority) override
Definition l4axisymm.C:93
void computeBmatrixAt(GaussPoint *gp, FloatMatrix &answer, int lowerIndx=1, int upperIndx=ALL_STRAINS) override
Definition l4axisymm.C:114
const char * giveClassName() const override
Definition l4axisymm.h:69
Interface * giveInterface(InterfaceType it) override
Definition l4axisymm.C:78
void drawRawGeometry(oofegGraphicContext &gc, TimeStep *tStep) override
Definition l4axisymm.C:203
void drawScalar(oofegGraphicContext &gc, TimeStep *tStep) override
Definition l4axisymm.C:274
virtual ~L4Axisymm()
Definition l4axisymm.C:69
L4Axisymm(int n, Domain *d)
Definition l4axisymm.C:60
Element_Geometry_Type giveGeometryType() const override
Definition l4axisymm.h:70
void postInitialize() override
Performs post initialization steps.
Definition l4axisymm.C:99
SPRPatchType SPRNodalRecoveryMI_givePatchType() override
Definition l4axisymm.C:193
static FEI2dQuadLinAxi interpolation
Definition l4axisymm.h:56
int SPRNodalRecoveryMI_giveNumberOfIP() override
Definition l4axisymm.C:186
void SPRNodalRecoveryMI_giveDofMansDeterminedByPatch(IntArray &answer, int pap) override
Definition l4axisymm.C:167
const char * giveInputRecordName() const override
Definition l4axisymm.h:68
FEInterpolation * giveInterpolation() const override
Definition l4axisymm.C:74
int numberOfFiAndShGaussPoints
Definition l4axisymm.h:57
SpatialLocalizerInterface(Element *element)
ZZNodalRecoveryModelInterface(Element *element)
Constructor.
#define _IFT_L4Axisymm_Name
Definition l4axisymm.h:43
oofem::oofegGraphicContext gc[OOFEG_LAST_LAYER]
#define ALL_STRAINS

This page is part of the OOFEM-3.0 documentation. Copyright Copyright (C) 1994-2025 Borek Patzak Bořek Patzák
Project e-mail: oofem@fsv.cvut.cz
Generated at for OOFEM by doxygen 1.15.0 written by Dimitri van Heesch, © 1997-2011