ug4
|
#include <sstream>
Go to the source code of this file.
Classes | |
class | ug::LFEID |
Identifier for Local Finite Elements. More... | |
Namespaces | |
ug | |
the ug namespace | |
Functions | |
LFEID | ug::ConvertStringToLFEID (const char *type, int dim) |
returns the LFEID for a combination of Space and order More... | |
LFEID | ug::ConvertStringToLFEID (const char *type, int dim, int order) |
returns the LFEID for a combination of Space and order More... | |
std::ostream & | ug::operator<< (std::ostream &out, const LFEID &v) |
writes the Identifier to the output stream More... | |