OOFEM 3.0
Loading...
Searching...
No Matches
latticeneumanncouplingnode.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 latticeneumanncouplingnode_h
36#define latticeneumanncouplingnode_h
37
38#include "node.h"
39#include "domain.h"
40#include "floatarray.h"
41
42
44
45#define _IFT_LatticeNeumannCouplingNode_Name "latticeneumanncouplingnode"
46#define _IFT_LatticeNeumannCouplingNode_direction "direction"
47#define _IFT_LatticeNeumannCouplingNode_couplingnodes "couplingnodes"
49
50namespace oofem {
51class Node;
52class Dof;
53class NodalLoad;
54class TimeStep;
55class IntArray;
56class ParamKey;
62
64{
65protected:
69
72
73public:
74
75 LatticeNeumannCouplingNode(int n, Domain *aDomain); // constructor
76
77 ~LatticeNeumannCouplingNode(); // destructor
78
79 virtual void computeLoadVectorAt(FloatArray &answer, TimeStep *stepN, ValueModeType mode);
80
81 const char *giveClassName() const override { return "LatticeNeumannCouplingNode"; }
82 void initializeFrom(InputRecord &ir, int priority) override;
83 void postInitialize() override;
84
86
88
89 void printYourself() override;
90};
91} // end namespace oofem
92
93#endif // latticecouplingnode_h
virtual void computeLoadVectorAt(FloatArray &answer, TimeStep *stepN, ValueModeType mode)
void printYourself() override
Prints receiver state on stdout. Useful for debugging.
void initializeFrom(InputRecord &ir, int priority) override
const char * giveClassName() const override
FloatArray directionVector
Array storing nodal coordinates.
void postInitialize() override
Performs post initialization steps. Called after all components are created and initialized.
void computeLoadCouplingContribution(FloatArray &answer, TimeStep *stepN)
Node(int n, Domain *aDomain)
Definition node.C:73

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