|
|
| BossakStepRotationMethod () |
| Default Constructor. More...
|
|
| BossakStepRotationMethod (const TVariableType &rVariable) |
| Constructor. More...
|
|
| BossakStepRotationMethod (const TVariableType &rVariable, const TVariableType &rFirstDerivative, const TVariableType &rSecondDerivative) |
| Constructor. More...
|
|
| BossakStepRotationMethod (const TVariableType &rVariable, const TVariableType &rFirstDerivative, const TVariableType &rSecondDerivative, const TVariableType &rPrimaryVariable) |
| Constructor. More...
|
|
| BossakStepRotationMethod (BossakStepRotationMethod &rOther) |
| Copy Constructor. More...
|
|
BasePointerType | Clone () override |
| Clone. More...
|
|
| ~BossakStepRotationMethod () override |
| Destructor. More...
|
|
|
void | CalculateParameters (ProcessInfo &rCurrentProcessInfo) override |
|
void | SetParameters (const ProcessInfo &rCurrentProcessInfo) override |
|
void | SetProcessInfoParameters (ProcessInfo &rCurrentProcessInfo) override |
|
|
std::string | Info () const override |
| Turn back information as a string. More...
|
|
void | PrintInfo (std::ostream &rOStream) const override |
| Print information about this object. More...
|
|
void | PrintData (std::ostream &rOStream) const override |
| Print object's data. More...
|
|
void | Update (NodeType &rNode) |
|
| NewmarkStepRotationMethod () |
| Default Constructor. More...
|
|
| NewmarkStepRotationMethod (const TVariableType &rVariable) |
| Constructor. More...
|
|
| NewmarkStepRotationMethod (const TVariableType &rVariable, const TVariableType &rFirstDerivative, const TVariableType &rSecondDerivative) |
| Constructor. More...
|
|
| NewmarkStepRotationMethod (const TVariableType &rVariable, const TVariableType &rFirstDerivative, const TVariableType &rSecondDerivative, const TVariableType &rPrimaryVariable) |
| Constructor. More...
|
|
| NewmarkStepRotationMethod (NewmarkStepRotationMethod &rOther) |
| Copy Constructor. More...
|
|
BasePointerType | Clone () override |
| Clone. More...
|
|
| ~NewmarkStepRotationMethod () override |
| Destructor. More...
|
|
void | Update (NodeType &rNode) override |
|
std::string | Info () const override |
| Turn back information as a string. More...
|
|
void | PrintInfo (std::ostream &rOStream) const override |
| Print information about this object. More...
|
|
void | PrintData (std::ostream &rOStream) const override |
| Print object's data. More...
|
|
void | Update (NodeType &rNode) |
|
| KRATOS_CLASS_POINTER_DEFINITION (NewmarkStepRotationMethod) |
|
| NewmarkStepMethod () |
| Default Constructor. More...
|
|
| NewmarkStepMethod (const TVariableType &rVariable) |
| Constructor. More...
|
|
| NewmarkStepMethod (const TVariableType &rVariable, const TVariableType &rFirstDerivative, const TVariableType &rSecondDerivative) |
| Constructor. More...
|
|
| NewmarkStepMethod (const TVariableType &rVariable, const TVariableType &rFirstDerivative, const TVariableType &rSecondDerivative, const TVariableType &rPrimaryVariable) |
| Constructor. More...
|
|
| NewmarkStepMethod (NewmarkStepMethod &rOther) |
| Copy Constructor. More...
|
|
| ~NewmarkStepMethod () override |
| Destructor. More...
|
|
bool | HasStepVariable () override |
|
void | SetStepVariable (const TVariableType &rStepVariable) override |
|
int | Check (const ProcessInfo &rCurrentProcessInfo) override |
| This function is designed to be called once to perform all the checks needed. More...
|
|
| KRATOS_CLASS_POINTER_DEFINITION (NewmarkStepMethod) |
|
| NewmarkMethod () |
| Default Constructor. More...
|
|
| NewmarkMethod (const TVariableType &rVariable) |
| Constructor. More...
|
|
| NewmarkMethod (const TVariableType &rVariable, const TVariableType &rFirstDerivative, const TVariableType &rSecondDerivative) |
| Constructor. More...
|
|
| NewmarkMethod (const TVariableType &rVariable, const TVariableType &rFirstDerivative, const TVariableType &rSecondDerivative, const TVariableType &rPrimaryVariable) |
| Constructor. More...
|
|
| NewmarkMethod (NewmarkMethod &rOther) |
| Copy Constructor. More...
|
|
| ~NewmarkMethod () override |
| Destructor. More...
|
|
void | CalculateParameters (ProcessInfo &rCurrentProcessInfo) override |
|
void | SetParameters (const ProcessInfo &rCurrentProcessInfo) override |
|
void | SetProcessInfoParameters (ProcessInfo &rCurrentProcessInfo) override |
|
| KRATOS_CLASS_POINTER_DEFINITION (NewmarkMethod) |
|
| TimeIntegrationMethod () |
| Default Constructor. More...
|
|
| TimeIntegrationMethod (const TVariableType &rVariable) |
| Constructor. More...
|
|
| TimeIntegrationMethod (const TVariableType &rVariable, const TVariableType &rFirstDerivative, const TVariableType &rSecondDerivative) |
| Constructor. More...
|
|
| TimeIntegrationMethod (const TVariableType &rVariable, const TVariableType &rFirstDerivative, const TVariableType &rSecondDerivative, const TVariableType &rPrimaryVariable) |
| Constructor. More...
|
|
| TimeIntegrationMethod (TimeIntegrationMethod &rOther) |
| Copy Constructor. More...
|
|
| ~TimeIntegrationMethod () override |
| Destructor. More...
|
|
void | SetInputVariable (const TVariableType &rVariable) |
|
std::string | GetPrimaryVariableName () |
|
std::string | GetVariableName () |
|
bool | HasVariableName (const std::string &rVariableName) |
|
virtual void | Assign (NodeType &rNode) |
|
virtual void | Predict (NodeType &rNode) |
|
virtual double & | GetFirstDerivativeKineticFactor (double &rParameter) |
|
virtual double & | GetSecondDerivativeKineticFactor (double &rParameter) |
|
virtual double & | GetFirstDerivativeInertialFactor (double &rParameter) |
|
virtual double & | GetSecondDerivativeInertialFactor (double &rParameter) |
|
Flags & | GetFlags () |
|
Flags const & | GetFlags () const |
|
void | SetFlags (Flags const &rThisFlags) |
|
std::string | Info () const override |
| Turn back information as a string. More...
|
|
void | PrintInfo (std::ostream &rOStream) const override |
| Print information about this object. More...
|
|
void | PrintData (std::ostream &rOStream) const override |
| Print object's data. More...
|
|
| KRATOS_CLASS_POINTER_DEFINITION (TimeIntegrationMethod) |
|
Flags & | operator= (Flags const &rOther) |
| Assignment operator. More...
|
|
| operator bool () const |
|
Flags | operator~ () const |
|
bool | operator! () const |
|
void | AssignFlags (Flags const &rOther) |
|
void | Set (const Flags ThisFlag) |
|
void | Set (const Flags ThisFlag, bool Value) |
|
void | Reset (const Flags ThisFlag) |
|
void | Flip (const Flags ThisFlag) |
|
void | SetPosition (IndexType Position, bool Value=true) |
|
bool | GetPosition (IndexType Position) const |
|
void | FlipPosition (IndexType Position) |
|
void | ClearPosition (IndexType Position) |
|
void | Clear () |
|
Flags | AsFalse () const |
|
bool | Is (Flags const &rOther) const |
|
bool | IsDefined (Flags const &rOther) const |
|
bool | IsNot (Flags const &rOther) const |
|
bool | IsNotDefined (Flags const &rOther) const |
|
| KRATOS_CLASS_POINTER_DEFINITION (Flags) |
| Pointer definition of Flags. More...
|
|
const Flags & | operator|= (const Flags &Other) |
|
const Flags & | operator&= (const Flags &Other) |
|
| Flags () |
| Default constructor. More...
|
|
| Flags (Flags const &rOther) |
| Copy constructor. More...
|
|
virtual | ~Flags () |
| Destructor. More...
|
|