#include <bfecc_elemental_limiter_convection.h>
|
| KRATOS_CLASS_POINTER_DEFINITION (BFECCLimiterConvection< TDim >) |
|
| BFECCLimiterConvection (typename BinBasedFastPointLocator< TDim >::Pointer pSearchStructure) |
|
| ~BFECCLimiterConvection () |
|
void | BFECCconvect (ModelPart &rModelPart, const Variable< double > &rVar, const Variable< array_1d< double, 3 > > &conv_var, const double substeps) |
|
double | minmod (double x, double y) |
|
bool | ConvectBySubstepping (const double dt, array_1d< double, 3 > &position, const array_1d< double, 3 > &initial_velocity, Vector &N, Element::Pointer &pelement, typename BinBasedFastPointLocator< TDim >::ResultIteratorType &result_begin, const unsigned int max_results, const double velocity_sign, const double subdivisions) |
|
◆ BFECCLimiterConvection()
template<std::size_t TDim>
◆ ~BFECCLimiterConvection()
template<std::size_t TDim>
◆ BFECCconvect()
template<std::size_t TDim>
◆ ConvectBySubstepping()
template<std::size_t TDim>
bool Kratos::BFECCLimiterConvection< TDim >::ConvectBySubstepping |
( |
const double |
dt, |
|
|
array_1d< double, 3 > & |
position, |
|
|
const array_1d< double, 3 > & |
initial_velocity, |
|
|
Vector & |
N, |
|
|
Element::Pointer & |
pelement, |
|
|
typename BinBasedFastPointLocator< TDim >::ResultIteratorType & |
result_begin, |
|
|
const unsigned int |
max_results, |
|
|
const double |
velocity_sign, |
|
|
const double |
subdivisions |
|
) |
| |
|
inline |
◆ KRATOS_CLASS_POINTER_DEFINITION()
template<std::size_t TDim>
◆ minmod()
template<std::size_t TDim>
The documentation for this class was generated from the following file: