OOFEM 3.0
Loading...
Searching...
No Matches
quad1planestrain.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 quad1planestrain_h
36#define quad1planestrain_h
37
43#include "spatiallocalizer.h"
44
45#define _IFT_Quad1PlaneStrain_Name "quad1planestrain"
46
47namespace oofem {
48class FEI2dQuadLin;
49
52//#define Quad1PlaneStrain_reducedShearIntegration
53//#define Quad1PlaneStrain_reducedVolumetricIntegration
61{
62protected:
64
65public:
66 Quad1PlaneStrain(int n, Domain *d);
67 virtual ~Quad1PlaneStrain();
68
69 FEInterpolation *giveInterpolation() const override;
71
73 void SPRNodalRecoveryMI_giveDofMansDeterminedByPatch(IntArray &answer, int pap) override;
76
77 // HuertaErrorEstimatorInterface
78 void HuertaErrorEstimatorI_setupRefinedElementProblem(RefinedElement *refinedElement, int level, int nodeId,
79 IntArray &localNodeIdArray, IntArray &globalNodeIdArray,
80 HuertaErrorEstimatorInterface :: SetupMode sMode, TimeStep *tStep,
81 int &localNodeId, int &localElemId, int &localBcId,
82 IntArray &controlNode, IntArray &controlDof,
83 HuertaErrorEstimator :: AnalysisMode aMode) override;
85
86#ifdef __OOFEG
87 void drawRawGeometry(oofegGraphicContext &gc, TimeStep *tStep) override;
89 void drawScalar(oofegGraphicContext &gc, TimeStep *tStep) override;
90 void drawSpecial(oofegGraphicContext &gc, TimeStep *tStep) override;
91#endif
92
93 // definition & identification
94 const char *giveInputRecordName() const override { return _IFT_Quad1PlaneStrain_Name; }
95 const char *giveClassName() const override { return "Quad1PlaneStrain"; }
96 Element_Geometry_Type giveGeometryType() const override {return EGT_quad_1;}
97
98 void postInitialize() override;
99
100protected:
101 void computeBmatrixAt(GaussPoint *gp, FloatMatrix &answer, int = 1, int = ALL_STRAINS) override;
102 void computeBHmatrixAt(GaussPoint *gp, FloatMatrix &answer) override;
103
104 int giveNumberOfIPForMassMtrxIntegration() override { return 4; }
105};
106} // end namespace oofem
107#endif // quad1planestrain_h
PlaneStrainElement(int n, Domain *d)
void HuertaErrorEstimatorI_setupRefinedElementProblem(RefinedElement *refinedElement, int level, int nodeId, IntArray &localNodeIdArray, IntArray &globalNodeIdArray, HuertaErrorEstimatorInterface ::SetupMode sMode, TimeStep *tStep, int &localNodeId, int &localElemId, int &localBcId, IntArray &controlNode, IntArray &controlDof, HuertaErrorEstimator ::AnalysisMode aMode) override
void computeBHmatrixAt(GaussPoint *gp, FloatMatrix &answer) override
int giveNumberOfIPForMassMtrxIntegration() override
int SPRNodalRecoveryMI_giveNumberOfIP() override
void computeBmatrixAt(GaussPoint *gp, FloatMatrix &answer, int=1, int=ALL_STRAINS) override
static FEI2dQuadLin interp
const char * giveInputRecordName() const override
Quad1PlaneStrain(int n, Domain *d)
SPRPatchType SPRNodalRecoveryMI_givePatchType() override
Element_Geometry_Type giveGeometryType() const override
void HuertaErrorEstimatorI_computeNmatrixAt(GaussPoint *gp, FloatMatrix &answer) override
void drawDeformedGeometry(oofegGraphicContext &gc, TimeStep *tStep, UnknownType) override
const char * giveClassName() const override
void SPRNodalRecoveryMI_giveDofMansDeterminedByPatch(IntArray &answer, int pap) override
void postInitialize() override
Performs post initialization steps.
void SPRNodalRecoveryMI_giveSPRAssemblyPoints(IntArray &pap) override
Interface * giveInterface(InterfaceType it) override
FEInterpolation * giveInterpolation() const override
void drawRawGeometry(oofegGraphicContext &gc, TimeStep *tStep) override
void drawSpecial(oofegGraphicContext &gc, TimeStep *tStep) override
void drawScalar(oofegGraphicContext &gc, TimeStep *tStep) override
SpatialLocalizerInterface(Element *element)
ZZNodalRecoveryModelInterface(Element *element)
Constructor.
oofem::oofegGraphicContext gc[OOFEG_LAST_LAYER]
#define _IFT_Quad1PlaneStrain_Name
#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