OOFEM 3.0
Loading...
Searching...
No Matches
intmatdummycz.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 INTMATDUMMYCZ_H_
36#define INTMATDUMMYCZ_H_
37
40
42
43#define _IFT_IntMatDummyCZ_Name "intmatdummycz"
45
46namespace oofem {
47
56{
57public:
58 IntMatDummyCZ(int n, Domain *d);
59
60 const char *giveClassName() const override { return "IntMatBilinearCZ"; }
61 const char *giveInputRecordName() const override { return _IFT_IntMatDummyCZ_Name; }
62
63
64 FloatArrayF<3> giveFirstPKTraction_3d(const FloatArrayF<3> &jump, const FloatMatrixF<3,3> &F, GaussPoint *gp, TimeStep *tStep) const override;
65
66 FloatMatrixF<3,3> give3dStiffnessMatrix_dTdj(MatResponseMode rMode, GaussPoint *gp, TimeStep *tStep) const override;
67
68 bool hasAnalyticalTangentStiffness() const override { return true; }
69
70 void initializeFrom(InputRecord &ir) override;
71 void giveInputRecord(DynamicInputRecord &input) override;
72
73 std::unique_ptr<MaterialStatus> CreateStatus(GaussPoint *gp) const override { return std::make_unique<StructuralInterfaceMaterialStatus>(gp); }
74 void printYourself() override;
75};
76
77} /* namespace oofem */
78#endif /* INTMATDUMMYCZ_H_ */
const char * giveInputRecordName() const override
std::unique_ptr< MaterialStatus > CreateStatus(GaussPoint *gp) const override
FloatMatrixF< 3, 3 > give3dStiffnessMatrix_dTdj(MatResponseMode rMode, GaussPoint *gp, TimeStep *tStep) const override
const char * giveClassName() const override
FloatArrayF< 3 > giveFirstPKTraction_3d(const FloatArrayF< 3 > &jump, const FloatMatrixF< 3, 3 > &F, GaussPoint *gp, TimeStep *tStep) const override
void initializeFrom(InputRecord &ir) override
void giveInputRecord(DynamicInputRecord &input) override
IntMatDummyCZ(int n, Domain *d)
bool hasAnalyticalTangentStiffness() const override
void printYourself() override
Prints receiver state on stdout. Useful for debugging.
#define _IFT_IntMatDummyCZ_Name

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