v0.14.0
Mortar.hpp
Go to the documentation of this file.
1 /** \file Mortar.hpp
2  \ingroup Header file for basic finite elements implementation
3 */
4 
5 /* This file is part of MoFEM.
6  * MoFEM is free software: you can redistribute it and/or modify it under
7  * the terms of the GNU Lesser General Public License as published by the
8  * Free Software Foundation, either version 3 of the License, or (at your
9  * option) any later version.
10  *
11  * MoFEM is distributed in the hope that it will be useful, but WITHOUT
12  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
13  * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
14  * License for more details.
15  *
16  * You should have received a copy of the GNU Lesser General Public
17  * License along with MoFEM. If not, see <http://www.gnu.org/licenses/>. */
18 
19 #ifndef __MORTAR_HPP__
20 #define __MORTAR_HPP__
21 
22 #include <BasicFiniteElements.hpp>
23 
24 #include <SimpleContact.hpp>
25 #include <clipper.hpp>
26 #include <moab/AdaptiveKDTree.hpp>
27 
28 using namespace ClipperLib;
29 #include <ContactSearchKdTree.hpp>
30 #include <MortarContactProblem.hpp>
31 #include <MakeStructures.hpp>
33 
34 #endif // __MORTAR_HPP__
ContactSearchKdTree.hpp
BasicFiniteElements.hpp
MortarContactProblem.hpp
clipper.hpp
SimpleContact.hpp
Header file for simple contact element implementation.
ClipperLib
Definition: clipper.hpp:62
MakeStructures.hpp
MortarContactInterface.hpp