v0.14.0
include
Common.hpp
Go to the documentation of this file.
1
/** \file Common.hpp
2
* \brief Basic structures and data
3
*/
4
5
6
7
#ifndef __COMMON_HPP__
8
#define __COMMON_HPP__
9
10
namespace
MoFEM
{
11
12
const
EntityHandle
no_handle
=
13
0;
///< No entity handle is indicated by zero handle, i.e. root meshset
14
15
}
// namespace MoFEM
16
17
#include <
Exceptions.hpp
>
18
#include <
Types.hpp
>
19
#include <
Templates.hpp
>
20
#include <
PetscSmartObj.hpp
>
21
22
#endif //__COMMON_HPP__
23
24
/**
25
* \defgroup mofem MoFEM
26
*/
Templates.hpp
Templates declarations.
EntityHandle
Exceptions.hpp
Exceptions and error handlers.
MoFEM::no_handle
const EntityHandle no_handle
No entity handle is indicated by zero handle, i.e. root meshset.
Definition:
Common.hpp:12
MoFEM
implementation of Data Operators for Forces and Sources
Definition:
Common.hpp:10
Types.hpp
Types.
PetscSmartObj.hpp
Petsc smart obj declarations.
Generated by
Doxygen
1.8.17 and hosted at