v0.14.0
Loading...
Searching...
No Matches
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
10namespace MoFEM {
11
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 */
Exceptions and error handlers.
Petsc smart obj declarations.
Templates declarations.
Types.
implementation of Data Operators for Forces and Sources
Definition Common.hpp:10
const EntityHandle no_handle
No entity handle is indicated by zero handle, i.e. root meshset.
Definition Common.hpp:12