#include "typedefs.hpp"Go to the source code of this file.
Namespaces | |
| namespace | belfem |
| USER GUIDES: | |
Enumerations | |
| enum class | belfem::IntegrationScheme { belfem::GAUSS , belfem::GAUSSCLASSIC , belfem::LOBATTO , belfem::UNDEFINED } |
Functions | |
| string | belfem::to_string (const IntegrationScheme &aIntegrationScheme) |
| IntegrationScheme | belfem::string_to_integration_scheme (const string &aString) |