Go to the source code of this file.
Classes | |
| class | belfem::SourceFunction |
Namespaces | |
| namespace | belfem |
| USER GUIDES: | |
Macros | |
| #define | BELFEM_BCVAL_AMPLITUDE 0 |
| #define | BELFEM_BCVAL_PERIOD 1 |
| #define | BELFEM_BCVAL_FREQUENCY 2 |
| #define | BELFEM_BCVAL_OMEGA 3 |
| #define | BELFEM_BCVAL_PHASE 4 |
| #define | BELFEM_BCVAL_TIMEOFFSET 5 |
| #define | BELFEM_BCVAL_FUZZYNESS 6 |
Typedefs | |
| typedef real | belfem::UserFunc(const real) |
Enumerations | |
| enum class | belfem::SourceFunctionType { belfem::Constant = 0 , belfem::Ramp = 1 , belfem::Sigmoid = 2 , belfem::Sine = 3 , belfem::Square = 4 , belfem::Triangle = 5 , belfem::Sawtooth = 6 , belfem::UserDefined = 7 , belfem::UNDEFINED = 8 } |
Functions | |
| SourceFunctionType | belfem::boundary_condition_function_type (const string &aString) |
| #define BELFEM_BCVAL_AMPLITUDE 0 |
| #define BELFEM_BCVAL_FREQUENCY 2 |
| #define BELFEM_BCVAL_FUZZYNESS 6 |
| #define BELFEM_BCVAL_OMEGA 3 |
| #define BELFEM_BCVAL_PERIOD 1 |
| #define BELFEM_BCVAL_PHASE 4 |
| #define BELFEM_BCVAL_TIMEOFFSET 5 |