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 | List of all members
Kratos::FluxLimiter< TLocalVectorType >::AllowableIncrements Struct Reference

#include <flux_limiter.h>

Collaboration diagram for Kratos::FluxLimiter< TLocalVectorType >::AllowableIncrements:

Public Member Functions

 AllowableIncrements (double NewMax, double NewMin)
 

Public Attributes

double max
 
double min
 

Constructor & Destructor Documentation

◆ AllowableIncrements()

template<class TLocalVectorType >
Kratos::FluxLimiter< TLocalVectorType >::AllowableIncrements::AllowableIncrements ( double  NewMax,
double  NewMin 
)
inline

Member Data Documentation

◆ max

template<class TLocalVectorType >
double Kratos::FluxLimiter< TLocalVectorType >::AllowableIncrements::max

◆ min

template<class TLocalVectorType >
double Kratos::FluxLimiter< TLocalVectorType >::AllowableIncrements::min

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