ug4
|
#include "local_finite_element_id.h"
#include <string>
#include <algorithm>
#include <cctype>
#include "common/error.h"
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... | |