![]() |
Reference documentation for deal.II version 8.4.2
|
#include <deal.II/grid/tria_levels.h>
Public Member Functions | |
| template<class Archive > | |
| void | serialize (Archive &ar, const unsigned int version) |
| DeclException3 (ExcMemoryWasted, char *, int, int,<< "The container "<< arg1<< " contains "<< arg2<< " elements, but it`s capacity is "<< arg3<< ".") | |
| DeclException2 (ExcMemoryInexact, int, int,<< "The containers have sizes "<< arg1<< " and "<< arg2<< ", which is not as expected.") | |
Specialization of TriaLevels for 3D. Since we need TriaObjectsHex instead of TriaObjects. Refer to the documentation of the general class template for details.
Definition at line 216 of file tria_levels.h.
| void internal::Triangulation::TriaLevel< 3 >::serialize | ( | Archive & | ar, |
| const unsigned int | version | ||
| ) |
Read or write the data of this object to or from a stream for the purpose of serialization
Definition at line 293 of file tria_levels.h.
| internal::Triangulation::TriaLevel< 3 >::DeclException3 | ( | ExcMemoryWasted | , |
| char * | , | ||
| int | , | ||
| int | , | ||
| << "The container "<< arg1<< " contains "<< arg2<< " | elements, | ||
| but it`s capacity is "<< arg3<< "." | |||
| ) |
Exception
| internal::Triangulation::TriaLevel< 3 >::DeclException2 | ( | ExcMemoryInexact | , |
| int | , | ||
| int | , | ||
| << "The containers have sizes "<< arg1<< " and "<< arg2<< " | , | ||
| which is not as expected." | |||
| ) |
Exception
1.8.12