#include <deal.II/grid/tria.h>
◆ ~DistortedCellList()
template<
int dim,
int spacedim = dim>
virtual Triangulation< dim, spacedim >::DistortedCellList::~DistortedCellList |
( |
| ) |
|
|
overridevirtualnoexcept |
Destructor. Empty, but needed for the sake of exception specification, since the base class has this exception specification and the automatically generated destructor would have a different one due to member objects.
◆ set_fields()
void ExceptionBase::set_fields |
( |
const char * | file, |
|
|
const int | line, |
|
|
const char * | function, |
|
|
const char * | cond, |
|
|
const char * | exc_name ) |
|
inherited |
Set the file name and line of where the exception appeared as well as the violated condition and the name of the exception as a char pointer. This function also populates the stacktrace.
Definition at line 135 of file exceptions.cc.
◆ what()
const char * ExceptionBase::what |
( |
| ) |
const |
|
overridevirtualnoexceptinherited |
Override the standard function that returns the description of the error.
Definition at line 160 of file exceptions.cc.
◆ get_exc_name()
const char * ExceptionBase::get_exc_name |
( |
| ) |
const |
|
inherited |
◆ print_exc_data()
void ExceptionBase::print_exc_data |
( |
std::ostream & | out | ) |
const |
|
inherited |
Print out the general part of the error information.
Definition at line 180 of file exceptions.cc.
◆ print_info()
void ExceptionBase::print_info |
( |
std::ostream & | out | ) |
const |
|
virtualinherited |
◆ print_stack_trace()
void ExceptionBase::print_stack_trace |
( |
std::ostream & | out | ) |
const |
|
inherited |
Print a stacktrace, if one has been recorded previously, to the given stream.
Definition at line 240 of file exceptions.cc.
◆ generate_message()
void ExceptionBase::generate_message |
( |
| ) |
const |
|
privateinherited |
Internal function that generates the c_string. Called by what().
Definition at line 342 of file exceptions.cc.
◆ distorted_cells
template<
int dim,
int spacedim = dim>
A list of those cells among the coarse mesh cells that are deformed or whose children are deformed.
Definition at line 1737 of file tria.h.
◆ file
const char* ExceptionBase::file |
|
protectedinherited |
Name of the file this exception happens in.
Definition at line 129 of file exceptions.h.
◆ line
unsigned int ExceptionBase::line |
|
protectedinherited |
◆ function
const char* ExceptionBase::function |
|
protectedinherited |
Name of the function, pretty printed.
Definition at line 139 of file exceptions.h.
◆ cond
const char* ExceptionBase::cond |
|
protectedinherited |
The violated condition, as a string.
Definition at line 144 of file exceptions.h.
◆ exc
const char* ExceptionBase::exc |
|
protectedinherited |
Name of the exception and call sequence.
Definition at line 149 of file exceptions.h.
◆ n_stacktrace_frames
int ExceptionBase::n_stacktrace_frames |
|
protectedinherited |
The number of stacktrace frames that are stored in the following variable. Zero if the system does not support stack traces.
Definition at line 155 of file exceptions.h.
◆ raw_stacktrace
void* ExceptionBase::raw_stacktrace[25] |
|
protectedinherited |
Array of pointers that contains the raw stack trace.
Definition at line 161 of file exceptions.h.
◆ what_str
std::string ExceptionBase::what_str |
|
mutableprivateinherited |
The documentation for this struct was generated from the following file: