MAST
Multidisciplinary-design Adaptation and Sensitivity Toolkit (MAST)
bending_structural_element.cpp
Go to the documentation of this file.
1
/*
2
* MAST: Multidisciplinary-design Adaptation and Sensitivity Toolkit
3
* Copyright (C) 2013-2020 Manav Bhatia and MAST authors
4
*
5
* This library is free software; you can redistribute it and/or
6
* modify it under the terms of the GNU Lesser General Public
7
* License as published by the Free Software Foundation; either
8
* version 2.1 of the License, or (at your option) any later version.
9
*
10
* This library is distributed in the hope that it will be useful,
11
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13
* Lesser General Public License for more details.
14
*
15
* You should have received a copy of the GNU Lesser General Public
16
* License along with this library; if not, write to the Free Software
17
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
18
*/
19
20
// MAST includes
21
#include "
elasticity/bending_structural_element.h
"
22
#include "
elasticity/bending_operator.h
"
23
#include "
property_cards/element_property_card_base.h
"
24
25
26
MAST::BendingStructuralElem::
27
BendingStructuralElem
(
MAST::SystemInitialization
& sys,
28
const
MAST::GeomElem
& elem,
29
const
MAST::ElementPropertyCardBase
& p):
30
MAST
::
StructuralElementBase
(sys, elem, p) {
31
32
}
33
34
35
36
MAST::BendingStructuralElem::~BendingStructuralElem
() {
37
38
}
39
40
41
MAST::ElementPropertyCardBase
Definition:
element_property_card_base.h:45
MAST::SystemInitialization
Definition:
system_initialization.h:41
bending_structural_element.h
bending_operator.h
MAST::BendingStructuralElem::~BendingStructuralElem
virtual ~BendingStructuralElem()
destructor
Definition:
bending_structural_element.cpp:36
MAST::BendingStructuralElem::BendingStructuralElem
BendingStructuralElem(MAST::SystemInitialization &sys, const MAST::GeomElem &elem, const MAST::ElementPropertyCardBase &p)
Definition:
bending_structural_element.cpp:27
MAST::GeomElem
This class acts as a wrapper around libMesh::Elem for the purpose of providing a uniform interface fo...
Definition:
geom_elem.h:59
element_property_card_base.h
MAST::StructuralElementBase
Definition:
structural_element_base.h:42
MAST
Definition:
flutter_root_base.h:27
src
elasticity
bending_structural_element.cpp
Generated on Fri Jul 24 2020 16:05:44 for MAST by
1.8.13