Doxygen API reference documentation for ideal.II
Loading...
Searching...
No Matches
idealii.hh
1// ---------------------------------------------------------------------
2//
3// Copyright (C) 2022 - 2023 by the ideal.II authors
4//
5// This file is part of the ideal.II library.
6//
7// The ideal.II library is free software; you can use it, redistribute
8// it, and/or modify it under the terms of the GNU Lesser General
9// Public License as published by the Free Software Foundation; either
10// version 3.0 of the License, or (at your option) any later version.
11// The full text of the license can be found in the file LICENSE.md at
12// the top level directory of ideal.II.
13//
14// ---------------------------------------------------------------------
15#ifndef INCLUDE_IDEAL_II_BASE_IDEALII_HH_
16#define INCLUDE_IDEAL_II_BASE_IDEALII_HH_
20namespace idealii
21{
22 void
23 print_version_info();
24
32 namespace slab
33 {
37 namespace parallel
38 {
42 namespace distributed
43 {}
44 } // namespace parallel
57 namespace DoFTools
58 {}
59
71 namespace VectorTools
72 {}
73 } // namespace slab
74
88 namespace spacetime
89 {
93 namespace fixed
94 {}
98 namespace parallel
99 {
103 namespace distributed
104 {
108 namespace fixed
109 {}
110 } // namespace distributed
111
112 } // namespace parallel
113
114 } // namespace spacetime
115
116} // namespace idealii
117#endif /* INCLUDE_IDEAL_II_BASE_IDEALII1_HH_ */
The main namespace of the project.
Definition idealii.hh:21