|
ug4
|
#include <sstream>Go to the source code of this file.
Classes | |
| class | ug::LFEID |
| Identifier for Local Finite Elements. More... | |
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 | |