v0.15.0
Loading...
Searching...
No Matches
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 <
DeprecatedPetsc.hpp
>
20
#include <
Templates.hpp
>
21
#include <
PetscSmartObj.hpp
>
22
23
#endif
//__COMMON_HPP__
24
25
/**
26
* \defgroup mofem MoFEM
27
*/
DeprecatedPetsc.hpp
Deprecated PETSc functions.
Exceptions.hpp
Exceptions and error handlers.
PetscSmartObj.hpp
Petsc smart obj declarations.
Templates.hpp
Templates declarations.
Types.hpp
Types.
EntityHandle
MoFEM
implementation of Data Operators for Forces and Sources
Definition
Common.hpp:10
MoFEM::no_handle
const EntityHandle no_handle
No entity handle is indicated by zero handle, i.e. root meshset.
Definition
Common.hpp:12
Generated by
Doxygen
1.9.8 and hosted at