#include <pure_convection_CrankN_tools.h>
|
| PureConvectionCrankNUtilities () |
|
| ~PureConvectionCrankNUtilities () |
|
void | ConstructSystem (ModelPart &model_part, Variable< double > &rScalarVar, Variable< array_1d< double, 3 > > &rTransportVel, Variable< array_1d< double, 3 > > &rMeshVel) |
|
void | ConvectScalarVar (ModelPart &model_part, typename TLinearSolver::Pointer linear_solver, Variable< double > &rScalarVar, const Variable< array_1d< double, 3 > > &rTransportVel, const Variable< array_1d< double, 3 > > &rMeshVel, const Variable< double > &rProjVar, unsigned int time_order) |
|
void | CalculateProjection (ModelPart &model_part, const Variable< double > &rScalarVar, const Variable< double > &rNodalArea, const Variable< array_1d< double, 3 > > &rTransportVel, const Variable< array_1d< double, 3 > > &rMeshVel, Variable< double > &rProjVar) |
|
void | ClearSystem () |
|
◆ DofsArrayType
template<int TDim, class TSparseSpace , class TLinearSolver >
◆ TSystemMatrixType
template<int TDim, class TSparseSpace , class TLinearSolver >
◆ TSystemVectorType
template<int TDim, class TSparseSpace , class TLinearSolver >
◆ PureConvectionCrankNUtilities()
template<int TDim, class TSparseSpace , class TLinearSolver >
◆ ~PureConvectionCrankNUtilities()
template<int TDim, class TSparseSpace , class TLinearSolver >
◆ CalculateProjection()
template<int TDim, class TSparseSpace , class TLinearSolver >
◆ ClearSystem()
template<int TDim, class TSparseSpace , class TLinearSolver >
◆ ConstructSystem()
template<int TDim, class TSparseSpace , class TLinearSolver >
◆ ConvectScalarVar()
template<int TDim, class TSparseSpace , class TLinearSolver >
void Kratos::PureConvectionCrankNUtilities< TDim, TSparseSpace, TLinearSolver >::ConvectScalarVar |
( |
ModelPart & |
model_part, |
|
|
typename TLinearSolver::Pointer |
linear_solver, |
|
|
Variable< double > & |
rScalarVar, |
|
|
const Variable< array_1d< double, 3 > > & |
rTransportVel, |
|
|
const Variable< array_1d< double, 3 > > & |
rMeshVel, |
|
|
const Variable< double > & |
rProjVar, |
|
|
unsigned int |
time_order |
|
) |
| |
|
inline |
The documentation for this class was generated from the following file: