OOFEM 3.0
Loading...
Searching...
No Matches
intelsurftr1.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 intelsurftr1_h
36#define intelsurftr1_h
37
39#include "fei3dtrlin.h"
40#include "floatarrayf.h"
41#include "floatmatrixf.h"
42
43#define _IFT_IntElSurfTr1_Name "intelsurftr1"
44
45namespace oofem {
50{
51protected:
53
54public:
55 IntElSurfTr1(int n, Domain *d);
56
57 int computeGlobalCoordinates(FloatArray &answer, const FloatArray &lcoords) override;
58 bool computeLocalCoordinates(FloatArray &answer, const FloatArray &gcoords) override;
60 //bool computeGtoLRotationMatrix(FloatMatrix &answer) override;
61 void computeTransformationMatrixAt(GaussPoint *gp, FloatMatrix &answer) override;
62
63 int computeNumberOfDofs() override { return 18; }
64 void giveDofManDofIDMask(int inode, IntArray &answer) const override;
65
66 double computeAreaAround(IntegrationPoint *ip) override;
67
68 void giveEngTraction(FloatArray &answer, GaussPoint *gp, const FloatArray &jump, TimeStep *tStep) override
69 {
70 answer = this->giveInterfaceCrossSection()->giveEngTraction_3d(jump, gp, tStep);
71 }
72
73 void giveStiffnessMatrix_Eng(FloatMatrix &answer, MatResponseMode rMode, IntegrationPoint *ip, TimeStep *tStep) override
74 {
75 answer = this->giveInterfaceCrossSection()->give3dStiffnessMatrix_Eng(rMode, ip, tStep);
76 }
77
78 // definition & identification
79 const char *giveInputRecordName() const override { return _IFT_IntElSurfTr1_Name; }
80 Element_Geometry_Type giveGeometryType() const override { return EGT_wedge_1; }
81
82#ifdef __OOFEG
83 void drawRawGeometry(oofegGraphicContext &gc, TimeStep *tStep) override;
85 void drawScalar(oofegGraphicContext &gc, TimeStep *tStep) override;
86#endif
87
88protected:
89 void computeNmatrixAt(GaussPoint *ip, FloatMatrix &answer) override;
90 void computeGaussPoints() override;
91
92};
93} // end namespace oofem
94#endif // intelsurftr1_h
void giveStiffnessMatrix_Eng(FloatMatrix &answer, MatResponseMode rMode, IntegrationPoint *ip, TimeStep *tStep) override
void computeGaussPoints() override
void drawDeformedGeometry(oofegGraphicContext &gc, TimeStep *tStep, UnknownType) override
int computeGlobalCoordinates(FloatArray &answer, const FloatArray &lcoords) override
bool computeLocalCoordinates(FloatArray &answer, const FloatArray &gcoords) override
const char * giveInputRecordName() const override
void drawScalar(oofegGraphicContext &gc, TimeStep *tStep) override
Element_Geometry_Type giveGeometryType() const override
int computeNumberOfDofs() override
void giveDofManDofIDMask(int inode, IntArray &answer) const override
void computeNmatrixAt(GaussPoint *ip, FloatMatrix &answer) override
void computeTransformationMatrixAt(GaussPoint *gp, FloatMatrix &answer) override
void giveEngTraction(FloatArray &answer, GaussPoint *gp, const FloatArray &jump, TimeStep *tStep) override
IntElSurfTr1(int n, Domain *d)
void drawRawGeometry(oofegGraphicContext &gc, TimeStep *tStep) override
virtual void computeCovarBaseVectorsAt(IntegrationPoint *ip, FloatArray &G1, FloatArray &G2)
double computeAreaAround(IntegrationPoint *ip) override
static FEI3dTrLin interpolation
FloatArrayF< 3 > giveEngTraction_3d(const FloatArrayF< 3 > &jump, GaussPoint *gp, TimeStep *tStep) const
FloatMatrixF< 3, 3 > give3dStiffnessMatrix_Eng(MatResponseMode rMode, GaussPoint *gp, TimeStep *tStep) const
StructuralInterfaceCrossSection * giveInterfaceCrossSection()
#define _IFT_IntElSurfTr1_Name
GaussPoint IntegrationPoint
Definition gausspoint.h:272
oofem::oofegGraphicContext gc[OOFEG_LAST_LAYER]

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