OOFEM 3.0
Loading...
Searching...
No Matches
prescribeddispslipmultiple.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 PRESCRIBEDDISPSLIPBCMULTIPLE_H_
36#define PRESCRIBEDDISPSLIPBCMULTIPLE_H_
37
39#include "activebc.h"
40
41#include <memory>
42
43#define _IFT_PrescribedDispSlipMultiple_Name "prescribeddispslipmultiple"
44#define _IFT_PrescribedDispSlipMultiple_BCs "bcs"
45
46namespace oofem {
47class Node;
48class Element;
56{
57public:
60
61 void initializeFrom(InputRecord &ir) override;
62 void giveInputRecord(DynamicInputRecord &input) override;
63
64 bcType giveType() const override { return UnknownBT; }
65 DofManager *giveInternalDofManager(int i) override;
66
67 void setSlipField(const FloatArray &t) override;
68 void setDispGradient(const FloatArray &t) override;
69 void setSlipGradient(const FloatArray &t) override;
70 void setCenterCoordinate(FloatArray &x) override;
71 void scale(double s) override;
72
73 const char *giveClassName() const override { return "PrescribedDispSlipMultiple"; }
74 const char *giveInputRecordName() const override { return _IFT_PrescribedDispSlipMultiple_Name; }
75
76 void computeStress(FloatArray &stress, TimeStep *tStep) override;
77 void computeTransferStress(FloatArray &bStress, TimeStep *tStep) override;
78 void computeReinfStress(FloatArray &rStress, TimeStep *tStep) override;
79
80 void computeTangent(FloatMatrix &tangent, TimeStep *tStep) override;
81
82protected:
84};
85} /* namespace oofem */
86
87#endif /* PRESCRIBEDDISPSLIPBCMULTIPLE_H_ */
ActiveBoundaryCondition(int n, Domain *d)
Definition activebc.h:71
void giveInputRecord(DynamicInputRecord &input) override
void initializeFrom(InputRecord &ir) override
const char * giveInputRecordName() const override
const char * giveClassName() const override
bcType
Type representing the type of bc.
Definition bctype.h:40
@ UnknownBT
Unknown.
Definition bctype.h:41
#define OOFEM_EXPORT
Definition oofemcfg.h:7
#define _IFT_PrescribedDispSlipMultiple_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