OOFEM 3.0
Loading...
Searching...
No Matches
intelline1phf.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 intelline1phf_h
36#define intelline1phf_h
37
39
40#define _IFT_IntElLine1PhF_Name "intelline1phf"
41#define _IFT_IntElLine1PhF_axisymmode "axisymmode"
42
43namespace oofem {
44class FEI2dLineLin;
45class ParamKey;
46
52{
53protected:
56 bool axisymmode = false;
57
59
60public:
61 IntElLine1PhF(int n, Domain * d);
62
63 FEInterpolation *giveInterpolation() const override;
64
65 //int computeNumberOfDofs() override { return 8; }
66 void giveDofManDofIDMask(int inode, IntArray &answer) const override;
67
68 double computeAreaAround(GaussPoint *gp) override;
69 void computeTransformationMatrixAt(GaussPoint *gp, FloatMatrix &answer) override;
71
72 int testElementExtension(ElementExtension ext) override { return 0; }
73
74 // definition & identification
75 const char *giveInputRecordName() const override { return _IFT_IntElLine1PhF_Name; }
76 const char *giveClassName() const override { return "IntElLine1PhF"; }
77 void initializeFrom(InputRecord &ir, int priority) override;
78
79 //void giveEngTraction(FloatArray &answer, GaussPoint *gp, const FloatArray &jump, TimeStep *tStep) override;
80 void giveEngTraction(FloatArray &answer, GaussPoint *gp, const FloatArray &jump, const double damage, TimeStep *tStep) override;
81
82 void giveStiffnessMatrix_Eng(FloatMatrix &answer, MatResponseMode rMode, IntegrationPoint *ip, TimeStep *tStep) override
83 {
84 answer = this->giveInterfaceCrossSection()->give2dStiffnessMatrix_Eng(rMode, ip, tStep);
85 }
86
87 void giveDofManDofIDMask_u(IntArray &answer) override;
88 void giveDofManDofIDMask_d(IntArray &answer) override;
89 void getLocationArray_u( IntArray &answer) override;
90 void getLocationArray_d( IntArray &answer) override;
92
93protected:
94 void computeNmatrixAt(GaussPoint *gp, FloatMatrix &answer) override;
95 void computeGaussPoints() override;
96
97 Element_Geometry_Type giveGeometryType() const override { return EGT_quad_1_interface; };
98};
99} // end namespace oofem
100#endif
void getLocationArray_u(IntArray &answer) override
const char * giveClassName() const override
static FEI2dLineLin interp
void giveDofManDofIDMask_u(IntArray &answer) override
void getLocationArray_d(IntArray &answer) override
void computeTransformationMatrixAt(GaussPoint *gp, FloatMatrix &answer) override
static ParamKey IPK_IntElLine1PhF_axisymmode
Element_Geometry_Type giveGeometryType() const override
FloatArrayF< 2 > computeCovarBaseVectorAt(GaussPoint *gp) const
void computeGaussPoints() override
double computeAreaAround(GaussPoint *gp) override
int testElementExtension(ElementExtension ext) override
void giveEngTraction(FloatArray &answer, GaussPoint *gp, const FloatArray &jump, const double damage, TimeStep *tStep) override
const char * giveInputRecordName() const override
FEInterpolation * giveInterpolation() const override
void initializeFrom(InputRecord &ir, int priority) override
void computeCovarBaseVectorsAt(GaussPoint *gp, FloatMatrix &G) override
IntElLine1PhF(int n, Domain *d)
void computeNmatrixAt(GaussPoint *gp, FloatMatrix &answer) override
void giveDofManDofIDMask(int inode, IntArray &answer) const override
void giveStiffnessMatrix_Eng(FloatMatrix &answer, MatResponseMode rMode, IntegrationPoint *ip, TimeStep *tStep) override
bool axisymmode
Flag controlling axisymmetric mode (integration over unit circumferential angle).
void giveDofManDofIDMask_d(IntArray &answer) override
FloatMatrixF< 2, 2 > give2dStiffnessMatrix_Eng(MatResponseMode rMode, GaussPoint *gp, TimeStep *tStep) const
StructuralInterfaceCrossSection * giveInterfaceCrossSection()
#define _IFT_IntElLine1PhF_Name
GaussPoint IntegrationPoint
Definition gausspoint.h:272

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