|
ug4
|
#include "local_finite_element_id.h"#include <string>#include <algorithm>#include <cctype>#include "common/error.h"Namespaces | |
| namespace | ug |
| the ug namespace | |
Functions | |
| LFEID | ug::ConvertStringToLFEID (const char *type, int dim) |
| returns the LFEID for a combination of Space and order | |
| LFEID | ug::ConvertStringToLFEID (const char *type, int dim, int order) |
| returns the LFEID for a combination of Space and order | |
| std::ostream & | ug::operator<< (std::ostream &out, const LFEID &v) |
| writes the Identifier to the output stream | |