OOFEM 3.0
Loading...
Searching...
No Matches
bondlink3dboundary.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 program is free software; you can redistribute it and/or modify
21 * it under the terms of the GNU General Public License as published by
22 * the Free Software Foundation; either version 2 of the License, or
23 * (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
28 * GNU General Public License for more details.
29 *
30 * You should have received a copy of the GNU General Public License
31 * along with this program; if not, write to the Free Software
32 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
33 */
34
35#ifndef bondlink3dboundary_h
36#define bondlink3dboundary_h
37
38#include "bondlink3d.h"
39
41
42#define _IFT_BondLink3dBoundary_Name "bondlink3dboundary"
43#define _IFT_LatticeLink3dBoundary_location "location"
45
46namespace oofem {
47class ParamKey;
58
60{
61protected:
64public:
65 BondLink3dBoundary(int n, Domain *);
66 virtual ~BondLink3dBoundary();
67
68 int giveLocalCoordinateSystem(FloatMatrix &answer) override;
69
70 int computeNumberOfDofs() override { return 18; }
71
72 void giveDofManDofIDMask(int inode, IntArray &) const override;
73
74 void computeGeometryProperties() override;
75
76 void giveInternalForcesVector(FloatArray &answer, TimeStep *tStep, int useUpdatedGpRecord = 0) override;
77
78 const char *giveInputRecordName() const override { return _IFT_BondLink3dBoundary_Name; }
79 const char *giveClassName() const override { return "BondLink3dBoundary"; }
80 void initializeFrom(InputRecord &ir, int priority) override;
81
82 Element_Geometry_Type giveGeometryType() const override { return EGT_line_1; }
83
84 void saveContext(DataStream &stream, ContextMode mode) override;
85
86 void restoreContext(DataStream &stream, ContextMode mode) override;
87
88#ifdef __OOFEG
89 void drawYourself(oofegGraphicContext &context, TimeStep *tStep) override;
90 void drawRawGeometry(oofegGraphicContext &, TimeStep *tStep) override;
92#endif
93
94
95protected:
97 void computeStiffnessMatrix(FloatMatrix &answer, MatResponseMode rMode, TimeStep *tStep) override;
98 void computeConstitutiveMatrixAt(FloatMatrix &answer, MatResponseMode rMode, GaussPoint *gp, TimeStep *tStep) override;
99 void computeStressVector(FloatArray &answer, const FloatArray &strain, GaussPoint *gp, TimeStep *tStep) override;
100
101 virtual void computeTransformationMatrix(FloatMatrix &answer, TimeStep *tStep);
102 void giveSwitches(IntArray &answer, int location);
103
108
109 integrationDomain giveIntegrationDomain() const override { return _Line; }
110};
111} // end namespace oofem
112#endif //bondlink3dboundary_h
#define _IFT_BondLink3dBoundary_Name
void giveSwitches(IntArray &answer, int location)
bool computeGtoLRotationMatrix(FloatMatrix &) override
void giveDofManDofIDMask(int inode, IntArray &) const override
static ParamKey IPK_BondLink3dBoundary_location
void computeStressVector(FloatArray &answer, const FloatArray &strain, GaussPoint *gp, TimeStep *tStep) override
integrationDomain giveIntegrationDomain() const override
virtual void computeTransformationMatrix(FloatMatrix &answer, TimeStep *tStep)
void drawRawGeometry(oofegGraphicContext &, TimeStep *tStep) override
void initializeFrom(InputRecord &ir, int priority) override
void computeGeometryProperties() override
int giveLocalCoordinateSystem(FloatMatrix &answer) override
const char * giveClassName() const override
void computeStiffnessMatrix(FloatMatrix &answer, MatResponseMode rMode, TimeStep *tStep) override
const char * giveInputRecordName() const override
void drawDeformedGeometry(oofegGraphicContext &, TimeStep *tStep, UnknownType) override
BondLink3dBoundary(int n, Domain *)
void restoreContext(DataStream &stream, ContextMode mode) override
void drawYourself(oofegGraphicContext &context, TimeStep *tStep) override
Element_Geometry_Type giveGeometryType() const override
void computeConstitutiveMatrixAt(FloatMatrix &answer, MatResponseMode rMode, GaussPoint *gp, TimeStep *tStep) override
void saveContext(DataStream &stream, ContextMode mode) override
void giveInternalForcesVector(FloatArray &answer, TimeStep *tStep, int useUpdatedGpRecord=0) override
BondLink3d(int n, Domain *)
Definition bondlink3d.C:69
long ContextMode
Definition contextmode.h:43

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