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 | Public Attributes | Friends | List of all members
Kratos::EmcStepMethod< TVariableType, TValueType >::EmcParameters Struct Reference

#include <emc_step_method.hpp>

Collaboration diagram for Kratos::EmcStepMethod< TVariableType, TValueType >::EmcParameters:

Public Member Functions

void SetParameters (const double &ralpha, const double &rdelta_time)
 

Public Attributes

double alpha
 
double delta_time
 
double c0
 
double c1
 

Friends

class Serializer
 

Member Function Documentation

◆ SetParameters()

template<class TVariableType , class TValueType >
void Kratos::EmcStepMethod< TVariableType, TValueType >::EmcParameters::SetParameters ( const double ralpha,
const double rdelta_time 
)
inline

Friends And Related Function Documentation

◆ Serializer

template<class TVariableType , class TValueType >
friend class Serializer
friend

Member Data Documentation

◆ alpha

template<class TVariableType , class TValueType >
double Kratos::EmcStepMethod< TVariableType, TValueType >::EmcParameters::alpha

◆ c0

template<class TVariableType , class TValueType >
double Kratos::EmcStepMethod< TVariableType, TValueType >::EmcParameters::c0

◆ c1

template<class TVariableType , class TValueType >
double Kratos::EmcStepMethod< TVariableType, TValueType >::EmcParameters::c1

◆ delta_time

template<class TVariableType , class TValueType >
double Kratos::EmcStepMethod< TVariableType, TValueType >::EmcParameters::delta_time

The documentation for this struct was generated from the following file: