KratosMultiphysics
KRATOS Multiphysics (Kratos) is a framework for building parallel, multi-disciplinary simulation software, aiming at modularity, extensibility, and high performance. Kratos is written in C++, and counts with an extensive Python interface.
Public Member Functions | Friends | List of all members
Kratos::ThermalDEMIntegrationScheme Class Reference

#include <thermal_dem_integration_scheme.h>

Inheritance diagram for Kratos::ThermalDEMIntegrationScheme:
Collaboration diagram for Kratos::ThermalDEMIntegrationScheme:

Public Member Functions

 KRATOS_CLASS_POINTER_DEFINITION (ThermalDEMIntegrationScheme)
 
 ThermalDEMIntegrationScheme ()
 
virtual ~ThermalDEMIntegrationScheme ()
 
virtual void SetThermalIntegrationSchemeInProperties (Properties::Pointer pProp, bool verbose=true) const
 
virtual void UpdateTemperature (Node &i, const double delta_t, const double c)
 
virtual ThermalDEMIntegrationSchemeCloneRaw () const
 
virtual ThermalDEMIntegrationScheme::Pointer CloneShared () const
 
virtual std::string Info () const
 
virtual void PrintInfo (std::ostream &rOStream) const
 
virtual void PrintData (std::ostream &rOStream) const
 

Friends

class Serializer
 

Constructor & Destructor Documentation

◆ ThermalDEMIntegrationScheme()

Kratos::ThermalDEMIntegrationScheme::ThermalDEMIntegrationScheme ( )

◆ ~ThermalDEMIntegrationScheme()

Kratos::ThermalDEMIntegrationScheme::~ThermalDEMIntegrationScheme ( )
virtual

Member Function Documentation

◆ CloneRaw()

virtual ThermalDEMIntegrationScheme* Kratos::ThermalDEMIntegrationScheme::CloneRaw ( ) const
inlinevirtual

◆ CloneShared()

virtual ThermalDEMIntegrationScheme::Pointer Kratos::ThermalDEMIntegrationScheme::CloneShared ( ) const
inlinevirtual

◆ Info()

virtual std::string Kratos::ThermalDEMIntegrationScheme::Info ( ) const
inlinevirtual

◆ KRATOS_CLASS_POINTER_DEFINITION()

Kratos::ThermalDEMIntegrationScheme::KRATOS_CLASS_POINTER_DEFINITION ( ThermalDEMIntegrationScheme  )

◆ PrintData()

virtual void Kratos::ThermalDEMIntegrationScheme::PrintData ( std::ostream &  rOStream) const
inlinevirtual

◆ PrintInfo()

virtual void Kratos::ThermalDEMIntegrationScheme::PrintInfo ( std::ostream &  rOStream) const
inlinevirtual

◆ SetThermalIntegrationSchemeInProperties()

void Kratos::ThermalDEMIntegrationScheme::SetThermalIntegrationSchemeInProperties ( Properties::Pointer  pProp,
bool  verbose = true 
) const
virtual

◆ UpdateTemperature()

void Kratos::ThermalDEMIntegrationScheme::UpdateTemperature ( Node i,
const double  delta_t,
const double  c 
)
virtual

Friends And Related Function Documentation

◆ Serializer

friend class Serializer
friend

The documentation for this class was generated from the following files: