OOFEM 3.0
Loading...
Searching...
No Matches
deidynamic.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 deidynamic_h
36#define deidynamic_h
37
39
41
42#define _IFT_DEIDynamic_Name "deidynamic"
43#define _IFT_DEIDynamic_dumpcoef "dumpcoef"
44#define _IFT_DEIDynamic_deltat "deltat"
46
47namespace oofem {
74{
75protected:
81
82public:
87 virtual ~DEIDynamic();
88
89 void solveYourselfAt(TimeStep *tStep) override;
90
91 double giveUnknownComponent(ValueModeType type, TimeStep *tStep, Domain *d, Dof *dof) override;
92 void initializeFrom(InputRecord &ir) override;
93 TimeStep *giveNextStep() override;
95
96 void printDofOutputAt(FILE *stream, Dof *iDof, TimeStep *tStep) override;
97
98 // identification
99 const char *giveClassName() const override { return "DEIDynamic"; }
100 const char *giveInputRecordName() const { return _IFT_DEIDynamic_Name; }
101 fMode giveFormulation() override { return TL; }
102 int giveNumberOfFirstStep(bool force = false) override { return 0; }
103};
104} // end namespace oofem
105#endif // deidynamic_h
FloatArray massMatrix
Definition deidynamic.h:76
FloatArray loadVector
Definition deidynamic.h:77
FloatArray displacementVector
Definition deidynamic.h:79
FloatArray velocityVector
Definition deidynamic.h:79
fMode giveFormulation() override
Definition deidynamic.h:101
void printDofOutputAt(FILE *stream, Dof *iDof, TimeStep *tStep) override
Definition deidynamic.C:361
TimeStep * giveNextStep() override
Returns next time step (next to current step) of receiver.
Definition deidynamic.C:104
FloatArray nextDisplacementVector
Definition deidynamic.h:78
double giveUnknownComponent(ValueModeType type, TimeStep *tStep, Domain *d, Dof *dof) override
Definition deidynamic.C:71
const char * giveInputRecordName() const
Definition deidynamic.h:100
NumericalMethod * giveNumericalMethod(MetaStep *mStep) override
Returns reference to receiver's numerical method.
Definition deidynamic.C:52
void solveYourselfAt(TimeStep *tStep) override
Definition deidynamic.C:123
const char * giveClassName() const override
Returns class name of the receiver.
Definition deidynamic.h:99
FloatArray accelerationVector
Definition deidynamic.h:79
void initializeFrom(InputRecord &ir) override
Definition deidynamic.C:62
int giveNumberOfFirstStep(bool force=false) override
Definition deidynamic.h:102
virtual ~DEIDynamic()
Definition deidynamic.C:50
DEIDynamic(int i, EngngModel *master=nullptr)
Definition deidynamic.h:83
int ndomains
Number of receiver domains.
Definition engngm.h:215
EngngModel * master
Master e-model; if defined receiver is in maintained (slave) mode.
Definition engngm.h:274
StructuralEngngModel(int i, EngngModel *master=nullptr)
Creates new StructuralEngngModel with number i, associated to domain d.
#define _IFT_DEIDynamic_Name
Definition deidynamic.h:42
fMode
Definition fmode.h:42
@ TL
Total Lagrange.
Definition fmode.h:44

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