File: dolfinx_common.h

package info (click to toggle)
fenics-dolfinx 1%3A0.10.0.post4-1exp1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 6,028 kB
  • sloc: cpp: 36,535; python: 25,391; makefile: 226; sh: 171; xml: 55
file content (18 lines) | stat: -rw-r--r-- 457 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#pragma once

/// @brief Miscellaneous classes, functions and types.
///
/// This namespace provides utility type functions for managing
/// subsystems, convenience classes and library-wide typedefs.
namespace dolfinx::common
{
}

// DOLFINx common

#include <dolfinx/common/MPI.h>
#include <dolfinx/common/Table.h>
#include <dolfinx/common/Timer.h>
#include <dolfinx/common/defines.h>
#include <dolfinx/common/timing.h>
#include <dolfinx/common/version.h>