Public Member Functions | |
| void | reserve_space (const unsigned int total_cells, const unsigned int dimension) |
| void | monitor_memory (const unsigned int true_dimension) const |
| unsigned int | memory_consumption () const |
Static Public Member Functions | |
| ::ExceptionBase & | ExcMemoryWasted (char *arg1, int arg2, int arg3) throw (errortext << "The container " << arg1 << " contains " << arg2 << " elements, but it`s capacity is " << arg3 << "." ) |
| ::ExceptionBase & | ExcMemoryInexact (int arg1, int arg2) throw (errortext << "The containers have sizes " << arg1 << " and " << arg2 << ", which is not as expected." ) |
Public Attributes | |
| std::vector< unsigned char > | refine_flags |
| std::vector< bool > | coarsen_flags |
| std::vector< std::pair< int, int > > | neighbors |
| std::vector< int > | parents |
| std::vector< unsigned int > | subdomain_ids |
| TriaObjectsHex | cells |
| void internal::Triangulation::TriaLevel< 3 >::reserve_space | ( | const unsigned int | total_cells, | |
| const unsigned int | dimension | |||
| ) |
| void internal::Triangulation::TriaLevel< 3 >::monitor_memory | ( | const unsigned int | true_dimension | ) | const |
| unsigned int internal::Triangulation::TriaLevel< 3 >::memory_consumption | ( | ) | const |
| ::ExceptionBase& internal::Triangulation::TriaLevel< 3 >::ExcMemoryWasted | ( | char * | arg1, | |
| int | arg2, | |||
| int | arg3 | |||
| ) | throw (errortext << "The container " << arg1 << " contains " << arg2 << " elements, but it`s capacity is " << arg3 << "." ) [static] |
Exception
| ::ExceptionBase& internal::Triangulation::TriaLevel< 3 >::ExcMemoryInexact | ( | int | arg1, | |
| int | arg2 | |||
| ) | throw (errortext << "The containers have sizes " << arg1 << " and " << arg2 << ", which is not as expected." ) [static] |
Exception
| std::vector<unsigned char> internal::Triangulation::TriaLevel< 3 >::refine_flags |
| std::vector<bool> internal::Triangulation::TriaLevel< 3 >::coarsen_flags |
| std::vector<std::pair<int,int> > internal::Triangulation::TriaLevel< 3 >::neighbors |
| std::vector<int> internal::Triangulation::TriaLevel< 3 >::parents |
| std::vector<unsigned int> internal::Triangulation::TriaLevel< 3 >::subdomain_ids |
documentation generated on Wed Sep 8 23:06:47 2010 by
doxygen
1.5.6