|
|
| | Node () |
| | Default constructor. More...
|
| |
| | Node (IndexType NewId) |
| |
| | Node (IndexType NewId, double const &NewX) |
| | 1d constructor. More...
|
| |
| | Node (IndexType NewId, double const &NewX, double const &NewY) |
| | 2d constructor. More...
|
| |
| | Node (IndexType NewId, double const &NewX, double const &NewY, double const &NewZ) |
| | 3d constructor. More...
|
| |
| | Node (IndexType NewId, PointType const &rThisPoint) |
| | Point constructor. More...
|
| |
| | Node (Node const &rOtherNode)=delete |
| |
| template<class TVectorType > |
| | Node (IndexType NewId, vector_expression< TVectorType > const &rOtherCoordinates) |
| |
| | Node (IndexType NewId, std::vector< double > const &rOtherCoordinates) |
| |
| | Node (IndexType NewId, double const &NewX, double const &NewY, double const &NewZ, VariablesList::Pointer pVariablesList, BlockType const *ThisData, SizeType NewQueueSize=1) |
| | 3d with variables list and data constructor. More...
|
| |
| Node::Pointer | Clone () |
| |
| | ~Node () override |
| | Destructor. More...
|
| |
| unsigned int | use_count () const noexcept |
| |
| IndexType | Id () const |
| |
| IndexType | GetId () const |
| |
| void | SetId (IndexType NewId) |
| |
| LockObject & | GetLock () |
| |
| void | SetLock () |
| |
| void | UnSetLock () |
| |
|
| Node & | operator= (const Node &rOther) |
| | Assignment operator. More...
|
| |
| bool | operator== (const Node &rOther) |
| |
| template<class TVariableType > |
| TVariableType::Type & | operator() (const TVariableType &rThisVariable, IndexType SolutionStepIndex) |
| |
| template<class TVariableType > |
| TVariableType::Type & | operator() (const TVariableType &rThisVariable) |
| |
| template<class TDataType > |
| TDataType & | operator[] (const Variable< TDataType > &rThisVariable) |
| |
| template<class TDataType > |
| const TDataType & | operator[] (const Variable< TDataType > &rThisVariable) const |
| |
| double & | operator[] (IndexType ThisIndex) |
| |
| double | operator[] (IndexType ThisIndex) const |
| |
|
| void | CreateSolutionStepData () |
| |
| void | CloneSolutionStepData () |
| |
| void | OverwriteSolutionStepData (IndexType SourceSolutionStepIndex, IndexType DestinationSourceSolutionStepIndex) |
| |
| void | ClearSolutionStepsData () |
| |
| void | SetSolutionStepVariablesList (VariablesList::Pointer pVariablesList) |
| |
| VariablesListDataValueContainer & | SolutionStepData () |
| |
| const VariablesListDataValueContainer & | SolutionStepData () const |
| |
| DataValueContainer & | Data () |
| |
| DataValueContainer & | GetData () |
| |
| const DataValueContainer & | GetData () const |
| |
| template<class TVariableType > |
| TVariableType::Type & | GetSolutionStepValue (const TVariableType &rThisVariable) |
| |
| template<class TVariableType > |
| TVariableType::Type const & | GetSolutionStepValue (const TVariableType &rThisVariable) const |
| |
| template<class TVariableType > |
| TVariableType::Type & | GetSolutionStepValue (const TVariableType &rThisVariable, IndexType SolutionStepIndex) |
| |
| template<class TVariableType > |
| TVariableType::Type const & | GetSolutionStepValue (const TVariableType &rThisVariable, IndexType SolutionStepIndex) const |
| |
| bool | SolutionStepsDataHas (const VariableData &rThisVariable) const |
| |
| template<class TVariableType > |
| TVariableType::Type & | FastGetSolutionStepValue (const TVariableType &rThisVariable) |
| |
| template<class TVariableType > |
| const TVariableType::Type & | FastGetSolutionStepValue (const TVariableType &rThisVariable) const |
| |
| template<class TVariableType > |
| TVariableType::Type & | FastGetSolutionStepValue (const TVariableType &rThisVariable, IndexType SolutionStepIndex) |
| |
| template<class TVariableType > |
| const TVariableType::Type & | FastGetSolutionStepValue (const TVariableType &rThisVariable, IndexType SolutionStepIndex) const |
| |
| template<class TVariableType > |
| TVariableType::Type & | FastGetSolutionStepValue (const TVariableType &rThisVariable, IndexType SolutionStepIndex, IndexType ThisPosition) |
| |
| template<class TVariableType > |
| TVariableType::Type & | FastGetCurrentSolutionStepValue (const TVariableType &rThisVariable, IndexType ThisPosition) |
| |
| template<class TVariableType > |
| TVariableType::Type & | GetValue (const TVariableType &rThisVariable) |
| |
| template<class TVariableType > |
| TVariableType::Type const & | GetValue (const TVariableType &rThisVariable) const |
| |
| template<class TVariableType > |
| TVariableType::Type & | GetValue (const TVariableType &rThisVariable, IndexType SolutionStepIndex) |
| |
| template<class TVariableType > |
| TVariableType::Type const & | GetValue (const TVariableType &rThisVariable, IndexType SolutionStepIndex) const |
| |
| template<class TVariableType > |
| void | SetValue (const TVariableType &rThisVariable, typename TVariableType::Type const &rValue) |
| |
| template<class TDataType > |
| bool | Has (const Variable< TDataType > &rThisVariable) const |
| |
|
| template<class TVariableType > |
| void | Fix (const TVariableType &rDofVariable) |
| |
| template<class TVariableType > |
| void | Free (const TVariableType &rDofVariable) |
| |
| IndexType | GetBufferSize () const |
| |
| void | SetBufferSize (IndexType NewBufferSize) |
| |
|
| const PointType & | GetInitialPosition () const |
| |
| PointType & | GetInitialPosition () |
| |
| double & | X0 () |
| |
| double & | Y0 () |
| |
| double & | Z0 () |
| |
| double | X0 () const |
| |
| double | Y0 () const |
| |
| double | Z0 () const |
| |
| void | SetInitialPosition (const PointType &NewInitialPosition) |
| |
| void | SetInitialPosition (double X, double Y, double Z) |
| |
| VariablesList::Pointer | pGetVariablesList () |
| |
| const VariablesList::Pointer | pGetVariablesList () const |
| |
|
| template<class TVariableType > |
| unsigned int | GetDofPosition (TVariableType const &rDofVariable) const |
| | Get DoF position with a given position. More...
|
| |
| template<class TVariableType > |
| const DofType & | GetDof (TVariableType const &rDofVariable, int pos) const |
| | Get dof with a given position. If not found it is search. More...
|
| |
| template<class TVariableType > |
| const DofType & | GetDof (TVariableType const &rDofVariable) const |
| | Get DoF for a given variable. More...
|
| |
| DofsContainerType & | GetDofs () |
| |
| const DofsContainerType & | GetDofs () const |
| |
| template<class TVariableType > |
| DofType::Pointer | pGetDof (TVariableType const &rDofVariable) const |
| | Get DoF counted pointer for a given variable. More...
|
| |
| template<class TVariableType > |
| DofType::Pointer | pGetDof (TVariableType const &rDofVariable, int Position) const |
| | Get DoF counted pointer with a given position. If not found it is search. More...
|
| |
| template<class TVariableType > |
| DofType::Pointer | pAddDof (TVariableType const &rDofVariable) |
| |
| DofType::Pointer | pAddDof (DofType const &SourceDof) |
| |
| template<class TVariableType , class TReactionType > |
| DofType::Pointer | pAddDof (TVariableType const &rDofVariable, TReactionType const &rDofReaction) |
| |
| template<class TVariableType > |
| DofType & | AddDof (TVariableType const &rDofVariable) |
| |
| template<class TVariableType , class TReactionType > |
| DofType & | AddDof (TVariableType const &rDofVariable, TReactionType const &rDofReaction) |
| |
|
| bool | HasDofFor (const VariableData &rDofVariable) const |
| |
| bool | IsFixed (const VariableData &rDofVariable) const |
| |
| bool | IsActive () const |
| | Checks if the GeometricalObject is active. More...
|
| |
|
| 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...
|
| |
| | Point () |
| | Default constructor. More...
|
| |
| | Point (double NewX, double NewY=0, double NewZ=0) |
| | 3d constructor. More...
|
| |
| | Point (Point const &rOtherPoint) |
| |
| | Point (CoordinatesArrayType const &rOtherCoordinates) |
| |
| template<class TVectorType > |
| | Point (vector_expression< TVectorType > const &rOtherCoordinates) |
| |
| | Point (std::vector< double > const &rOtherCoordinates) |
| |
| virtual | ~Point () |
| | Destructor. More...
|
| |
| Point & | operator= (const Point &rOther) |
| | Assignment operator. More...
|
| |
| bool | operator== (const Point &rOther) const |
| |
| double | SquaredDistance (const Point &rOtherPoint) const |
| | This method computes the distance between this point and another one (squared) More...
|
| |
| double | Distance (const Point &rOtherPoint) const |
| | This method computes the distance between this point and another one. More...
|
| |
| | KRATOS_CLASS_POINTER_DEFINITION (Point) |
| | Pointer definition of Point. More...
|
| |
| double | X () const |
| |
| double | Y () const |
| |
| double | Z () const |
| |
| double & | X () |
| |
| double & | Y () |
| |
| double & | Z () |
| |
| CoordinatesArrayType const & | Coordinates () const |
| |
| CoordinatesArrayType & | Coordinates () |
| |
| BOOST_UBLAS_INLINE | array_1d () |
| | Default constructor. More...
|
| |
| BOOST_UBLAS_INLINE | array_1d (size_type array_size) |
| |
| BOOST_UBLAS_INLINE | array_1d (size_type array_size, value_type v) |
| |
| BOOST_UBLAS_INLINE | array_1d (const std::initializer_list< value_type > &rInitList) |
| |
| BOOST_UBLAS_INLINE | array_1d (size_type array_size, const array_type &rdata) |
| |
| BOOST_UBLAS_INLINE | array_1d (const array_1d &v) |
| |
| BOOST_UBLAS_INLINE | array_1d (const boost::numeric::ublas::vector_expression< AE > &ae) |
| |
| BOOST_UBLAS_INLINE const_reference | operator() (size_type i) const |
| |
| BOOST_UBLAS_INLINE reference | operator() (size_type i) |
| |
| BOOST_UBLAS_INLINE const_reference | operator[] (size_type i) const |
| |
| BOOST_UBLAS_INLINE reference | operator[] (size_type i) |
| |
| BOOST_UBLAS_INLINE array_1d & | operator= (const array_1d &v) |
| |
| BOOST_UBLAS_INLINE array_1d & | operator= (const boost::numeric::ublas::vector_expression< AE > &ae) |
| |
| BOOST_UBLAS_INLINE array_1d & | operator+= (const boost::numeric::ublas::vector_expression< AE > &ae) |
| |
| BOOST_UBLAS_INLINE array_1d & | operator-= (const boost::numeric::ublas::vector_expression< AE > &ae) |
| |
| BOOST_UBLAS_INLINE array_1d & | operator/= (const AT &at) |
| |
| BOOST_UBLAS_INLINE bool | operator== (const array_1d &v) const |
| | Compares whether this array_1d is equal to the given array_1d. More...
|
| |
| | KRATOS_CLASS_POINTER_DEFINITION (array_1d) |
| | Pointer definition of array_1d. More...
|
| |
| BOOST_UBLAS_INLINE const_iterator | find (size_type i) const |
| |
| BOOST_UBLAS_INLINE iterator | find (size_type i) |
| |
| BOOST_UBLAS_INLINE size_type | size () const |
| |
| BOOST_UBLAS_INLINE array_1d & | minus_assign (const boost::numeric::ublas::vector_expression< AE > &ae) |
| |
| BOOST_UBLAS_INLINE const array_type & | data () const |
| |
| BOOST_UBLAS_INLINE array_type & | data () |
| |
| BOOST_UBLAS_INLINE const_iterator | begin () const |
| |
| BOOST_UBLAS_INLINE iterator | begin () |
| |
| BOOST_UBLAS_INLINE const_iterator | end () const |
| |
| BOOST_UBLAS_INLINE iterator | end () |
| |
| BOOST_UBLAS_INLINE const_reverse_iterator | rbegin () const |
| |
| BOOST_UBLAS_INLINE reverse_iterator | rbegin () |
| |
| BOOST_UBLAS_INLINE const_reverse_iterator | rend () const |
| |
| BOOST_UBLAS_INLINE reverse_iterator | rend () |
| |
| BOOST_UBLAS_INLINE void | resize (size_type array_size, bool preserve=true) |
| |
| BOOST_UBLAS_INLINE array_1d & | assign_temporary (array_1d &v) |
| |
| BOOST_UBLAS_INLINE array_1d & | operator*= (const AT &at) |
| |
| BOOST_UBLAS_INLINE array_1d & | plus_assign (const boost::numeric::ublas::vector_expression< AE > &ae) |
| |
| BOOST_UBLAS_INLINE array_1d & | assign (const boost::numeric::ublas::vector_expression< AE > &ae) |
| |
| BOOST_UBLAS_INLINE void | swap (array_1d &v) |
| |
| BOOST_UBLAS_INLINE reference | insert_element (size_type i, const_reference t) |
| |
| BOOST_UBLAS_INLINE void | erase_element (size_type i) |
| |
| BOOST_UBLAS_INLINE void | clear () |
| |
| 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...
|
| |