#include <string>
#include <iostream>
#include <sstream>
#include <cstddef>
#include "includes/define.h"
#include "containers/data_value_container.h"
#include "containers/nodal_data.h"
Go to the source code of this file.
|
| | Kratos |
| | REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES.
|
| |
|
|
| template<class TDataType > |
| std::istream & | Kratos::operator>> (std::istream &rIStream, Dof< TDataType > &rThis) |
| | input stream function More...
|
| |
| template<class TDataType > |
| std::ostream & | Kratos::operator<< (std::ostream &rOStream, const Dof< TDataType > &rThis) |
| | output stream function More...
|
| |
|
| template<class TDataType > |
| bool | Kratos::operator> (Dof< TDataType > const &First, Dof< TDataType > const &Second) |
| | Greater than operator. More...
|
| |
| template<class TDataType > |
| bool | Kratos::operator< (Dof< TDataType > const &First, Dof< TDataType > const &Second) |
| | Less than operator. More...
|
| |
| template<class TDataType > |
| bool | Kratos::operator>= (Dof< TDataType > const &First, Dof< TDataType > const &Second) |
| | Greater equal operator. More...
|
| |
| template<class TDataType > |
| bool | Kratos::operator<= (Dof< TDataType > const &First, Dof< TDataType > const &Second) |
| | Less equal operator. More...
|
| |
| template<class TDataType > |
| bool | Kratos::operator== (Dof< TDataType > const &First, Dof< TDataType > const &Second) |
| | Equal operator. More...
|
| |
◆ KRATOS_DOF_TRAITS
◆ KRATOS_END_DOF_TRAIT [1/2]
| #define KRATOS_END_DOF_TRAIT |
( |
|
id | ) |
|
Value: >{\
static const int Id = id;\
}
◆ KRATOS_END_DOF_TRAIT [2/2]
| #define KRATOS_END_DOF_TRAIT |
( |
|
id | ) |
const&>(ThisVariable), SolutionStepIndex); |
◆ KRATOS_MAKE_DOF_TRAIT [1/2]
| #define KRATOS_MAKE_DOF_TRAIT |
( |
|
id | ) |
|
Value: template<class TDataType> \
struct DofTrait<TDataType,
◆ KRATOS_MAKE_DOF_TRAIT [2/2]
| #define KRATOS_MAKE_DOF_TRAIT |
( |
|
id | ) |
|
Value: case id : \
return rData.GetValue(static_cast<