|
FEDEM Solver
R8.0
Source code of the dynamics solver
|
Utilities for accessing unary operations. More...
#include <string>#include "FFaLib/FFaAlgebra/FFaTensor3.H"#include "FFaLib/FFaAlgebra/FFaTensor2.H"#include "FFaLib/FFaAlgebra/FFaTensor1.H"#include "FFaLib/FFaAlgebra/FFaMat34.H"#include "FFaLib/FFaOperation/FFaOperation.H"

Go to the source code of this file.
Namespaces | |
| FFaOpUtils | |
| Utilities for accessing unary operations. | |
Typedefs | |
| typedef std::vector< double > | FFaOpUtils::DoubleVec |
| Convenience type definition. More... | |
Functions | |
| template<class RetType > | |
| bool | FFaOpUtils::getUnaryConvertOp (FFaOperation< RetType > *&to, FFaOperationBase *from, const std::string &operationName) |
| Converts an operation based on name and return type. More... | |
| std::vector< std::string > | FFaOpUtils::findOpers (const std::string &varType, bool silence=false) |
| Returns valid operation names for a given variable type. More... | |
| bool | FFaOpUtils::hasOpers (const std::string &varType) |
| Checks if given variable type has any operation defined. More... | |
| std::string | FFaOpUtils::getDefaultOper (const std::string &varType, bool silence=false) |
| Returns default operation name for a given variable type. More... | |
Utilities for accessing unary operations.