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 Types | Public Member Functions | List of all members
Kratos::PFEM2_Explicit_Strategy< TSparseSpace, TDenseSpace, TLinearSolver > Class Template Reference

#include <explicit_strategy.h>

Inheritance diagram for Kratos::PFEM2_Explicit_Strategy< TSparseSpace, TDenseSpace, TLinearSolver >:
Collaboration diagram for Kratos::PFEM2_Explicit_Strategy< TSparseSpace, TDenseSpace, TLinearSolver >:

Public Types

typedef ImplicitSolvingStrategy< TSparseSpace, TDenseSpace, TLinearSolver > BaseType
 
typedef BaseType::TDataType TDataType
 
typedef TSparseSpace SparseSpaceType
 
typedef BaseType::TBuilderAndSolverType TBuilderAndSolverType
 
typedef BaseType::TSchemeType TSchemeType
 
typedef BaseType::DofsArrayType DofsArrayType
 
typedef Element::DofsVectorType DofsVectorType
 
typedef BaseType::TSystemMatrixType TSystemMatrixType
 
typedef BaseType::TSystemVectorType TSystemVectorType
 
typedef BaseType::LocalSystemVectorType LocalSystemVectorType
 
typedef BaseType::LocalSystemMatrixType LocalSystemMatrixType
 
typedef ModelPart::NodesContainerType NodesArrayType
 
typedef ModelPart::ElementsContainerType ElementsArrayType
 
typedef ModelPart::ConditionsContainerType ConditionsArrayType
 
typedef ModelPart::ConditionsContainerType::ContainerType ConditionsContainerType
 
typedef ConditionsContainerType::iterator ConditionsContainerIterator
 
typedef BaseType::TSystemMatrixPointerType TSystemMatrixPointerType
 
typedef BaseType::TSystemVectorPointerType TSystemVectorPointerType
 
typedef ModelPart::PropertiesType PropertiesType
 
- Public Types inherited from Kratos::ImplicitSolvingStrategy< TSparseSpace, TDenseSpace, TLinearSolver >
typedef SolvingStrategy< TSparseSpace, TDenseSpace > BaseType
 
typedef BaseType::TDataType TDataType
 
typedef BaseType::TSystemMatrixType TSystemMatrixType
 
typedef BaseType::TSystemVectorType TSystemVectorType
 
typedef BaseType::TSystemMatrixPointerType TSystemMatrixPointerType
 
typedef BaseType::TSystemVectorPointerType TSystemVectorPointerType
 
typedef BaseType::LocalSystemMatrixType LocalSystemMatrixType
 
typedef BaseType::LocalSystemVectorType LocalSystemVectorType
 
typedef Scheme< TSparseSpace, TDenseSpace > TSchemeType
 
typedef BuilderAndSolver< TSparseSpace, TDenseSpace, TLinearSolver > TBuilderAndSolverType
 
typedef ImplicitSolvingStrategy< TSparseSpace, TDenseSpace, TLinearSolver > ClassType
 
typedef BaseType::TDofType TDofType
 
typedef BaseType::DofsArrayType DofsArrayType
 
typedef BaseType::NodesArrayType NodesArrayType
 
typedef BaseType::ElementsArrayType ElementsArrayType
 
typedef BaseType::ConditionsArrayType ConditionsArrayType
 
- Public Types inherited from Kratos::SolvingStrategy< TSparseSpace, TDenseSpace >
typedef TSparseSpace::DataType TDataType
 
typedef TSparseSpace::MatrixType TSystemMatrixType
 
typedef TSparseSpace::VectorType TSystemVectorType
 
typedef TSparseSpace::MatrixPointerType TSystemMatrixPointerType
 
typedef TSparseSpace::VectorPointerType TSystemVectorPointerType
 
typedef TDenseSpace::MatrixType LocalSystemMatrixType
 
typedef TDenseSpace::VectorType LocalSystemVectorType
 
typedef SolvingStrategy< TSparseSpace, TDenseSpace > ClassType
 
typedef ModelPart::DofType TDofType
 
typedef ModelPart::DofsArrayType DofsArrayType
 
typedef ModelPart::NodesContainerType NodesArrayType
 
typedef ModelPart::ElementsContainerType ElementsArrayType
 
typedef ModelPart::ConditionsContainerType ConditionsArrayType
 

Public Member Functions

 KRATOS_CLASS_POINTER_DEFINITION (PFEM2_Explicit_Strategy)
 
 PFEM2_Explicit_Strategy (ModelPart &model_part, const int dimension, const bool MoveMeshFlag)
 
virtual ~PFEM2_Explicit_Strategy ()
 
void CreatePartition (unsigned int number_of_threads, const int number_of_rows, vector< unsigned int > &partitions)
 
void AssembleLoop ()
 
void InitializeSolutionStep () override
 Performs all the required operations that should be done (for each step) before solving the solution step. More...
 
void FinalizeSolutionStep () override
 Performs all the required operations that should be done (for each step) after solving the solution step. More...
 
void SetToZeroVariablesInViscousIterations (ProcessInfo &CurrentProcessInfo)
 
void UpdateLoopForViscousIterationsWithNormalization (ProcessInfo &CurrentProcessInfo)
 
void SetToZeroVariablesInPresureIterations (ProcessInfo &CurrentProcessInfo)
 
void SetToZeroVariablesForVolumetricStrain (ProcessInfo &CurrentProcessInfo)
 
void SetToZeroVariablesForPressure (ProcessInfo &CurrentProcessInfo)
 
void UpdateLoopForPressureIterationsWithNormalization (ProcessInfo &CurrentProcessInfo)
 
void SetToZeroVariablesInPresureProjection (ProcessInfo &CurrentProcessInfo)
 
void NormalizePressureProjection (ProcessInfo &CurrentProcessInfo)
 
void UpdateLoopForVolumetricStrain (ProcessInfo &CurrentProcessInfo)
 
void UpdateLoopForPressure (ProcessInfo &CurrentProcessInfo)
 
void SetToZeroVariablesInPresureViscousCorrection (ProcessInfo &CurrentProcessInfo)
 
void UpdateLoopForPressureViscousCorrection (ProcessInfo &CurrentProcessInfo)
 
void SetToZeroMassAndArea (ProcessInfo &CurrentProcessInfo)
 
void UpdateLoopForMassAndArea (ProcessInfo &CurrentProcessInfo)
 
- Public Member Functions inherited from Kratos::ImplicitSolvingStrategy< TSparseSpace, TDenseSpace, TLinearSolver >
 ImplicitSolvingStrategy ()
 Default constructor. More...
 
 ImplicitSolvingStrategy (ModelPart &rModelPart, Parameters ThisParameters)
 Default constructor. (with parameters) More...
 
 ImplicitSolvingStrategy (ModelPart &rModelPart, bool MoveMeshFlag=false)
 Default constructor. More...
 
virtual ~ImplicitSolvingStrategy ()
 
BaseType::Pointer Create (ModelPart &rModelPart, Parameters ThisParameters) const override
 Create method. More...
 
void SetRebuildLevel (int Level) override
 This sets the build level. More...
 
int GetRebuildLevel () const override
 This returns the build level. More...
 
void SetStiffnessMatrixIsBuilt (const bool StiffnessMatrixIsBuilt)
 This method sets the flag mStiffnessMatrixIsBuilt. More...
 
bool GetStiffnessMatrixIsBuilt () const
 This method gets the flag mStiffnessMatrixIsBuilt. More...
 
std::string Info () const override
 Turn back information as a string. More...
 
 KRATOS_CLASS_POINTER_DEFINITION (ImplicitSolvingStrategy)
 
Parameters GetDefaultParameters () const override
 This method provides the defaults parameters to avoid conflicts between the different constructors. More...
 
- Public Member Functions inherited from Kratos::SolvingStrategy< TSparseSpace, TDenseSpace >
 SolvingStrategy ()
 Default constructor. More...
 
 SolvingStrategy (ModelPart &rModelPart, Parameters ThisParameters)
 Default constructor. (with parameters) More...
 
 SolvingStrategy (ModelPart &rModelPart, bool MoveMeshFlag=false)
 Default constructor. More...
 
virtual ~SolvingStrategy ()
 
virtual void PrintInfo (std::ostream &rOStream) const
 Print information about this object. More...
 
virtual void PrintData (std::ostream &rOStream) const
 Print object's data. More...
 
 KRATOS_CLASS_POINTER_DEFINITION (SolvingStrategy)
 
virtual void Predict ()
 Operation to predict the solution ... if it is not called a trivial predictor is used in which the values of the solution step of interest are assumed equal to the old values. More...
 
virtual void Initialize ()
 Initialization of member variables and prior operations. More...
 
virtual double Solve ()
 The problem of interest is solved. More...
 
virtual void Clear ()
 Clears the internal storage. More...
 
virtual bool IsConverged ()
 This should be considered as a "post solution" convergence check which is useful for coupled analysis. More...
 
virtual void CalculateOutputData ()
 This operations should be called before printing the results when non trivial results (e.g. stresses) need to be calculated given the solution of the step. More...
 
virtual bool SolveSolutionStep ()
 Solves the current step. This function returns true if a solution has been found, false otherwise. More...
 
virtual void SetEchoLevel (const int Level)
 This sets the level of echo for the solving strategy. More...
 
int GetEchoLevel ()
 This returns the level of echo for the solving strategy. More...
 
void SetMoveMeshFlag (bool Flag)
 This function sets the flag that says if the mesh is moved. More...
 
bool MoveMeshFlag ()
 This function returns the flag that says if the mesh is moved. More...
 
bool GetMoveMeshFlag ()
 This function returns the flag that says if the mesh is moved. More...
 
virtual void MoveMesh ()
 This function is designed to move the mesh. More...
 
ModelPartGetModelPart ()
 Operations to get the pointer to the model. More...
 
const ModelPartGetModelPart () const
 Operations to get the pointer to the model. More...
 
virtual double GetResidualNorm ()
 Operations to get the residual norm. More...
 
virtual int Check ()
 Function to perform expensive checks. More...
 
virtual TSystemMatrixTypeGetSystemMatrix ()
 This method returns the LHS matrix. More...
 
virtual TSystemVectorTypeGetSystemVector ()
 This method returns the RHS vector. More...
 
virtual TSystemVectorTypeGetSolutionVector ()
 This method returns the solution vector. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from Kratos::ImplicitSolvingStrategy< TSparseSpace, TDenseSpace, TLinearSolver >
static std::string Name ()
 Returns the name of the class as used in the settings (snake_case format) More...
 
- Static Public Member Functions inherited from Kratos::SolvingStrategy< TSparseSpace, TDenseSpace >
static std::string Name ()
 Returns the name of the class as used in the settings (snake_case format) More...
 
- Protected Member Functions inherited from Kratos::ImplicitSolvingStrategy< TSparseSpace, TDenseSpace, TLinearSolver >
void AssignSettings (const Parameters ThisParameters) override
 This method assigns settings to member variables. More...
 
- Protected Member Functions inherited from Kratos::SolvingStrategy< TSparseSpace, TDenseSpace >
virtual Parameters ValidateAndAssignParameters (Parameters ThisParameters, const Parameters DefaultParameters) const
 This method validate and assign default parameters. More...
 
- Protected Attributes inherited from Kratos::ImplicitSolvingStrategy< TSparseSpace, TDenseSpace, TLinearSolver >
int mRebuildLevel
 
bool mStiffnessMatrixIsBuilt
 The current rebuild level. More...
 
- Protected Attributes inherited from Kratos::SolvingStrategy< TSparseSpace, TDenseSpace >
int mEchoLevel
 

Member Typedef Documentation

◆ BaseType

template<class TSparseSpace , class TDenseSpace , class TLinearSolver >
typedef ImplicitSolvingStrategy<TSparseSpace,TDenseSpace,TLinearSolver> Kratos::PFEM2_Explicit_Strategy< TSparseSpace, TDenseSpace, TLinearSolver >::BaseType

◆ ConditionsArrayType

template<class TSparseSpace , class TDenseSpace , class TLinearSolver >
typedef ModelPart::ConditionsContainerType Kratos::PFEM2_Explicit_Strategy< TSparseSpace, TDenseSpace, TLinearSolver >::ConditionsArrayType

◆ ConditionsContainerIterator

template<class TSparseSpace , class TDenseSpace , class TLinearSolver >
typedef ConditionsContainerType::iterator Kratos::PFEM2_Explicit_Strategy< TSparseSpace, TDenseSpace, TLinearSolver >::ConditionsContainerIterator

◆ ConditionsContainerType

template<class TSparseSpace , class TDenseSpace , class TLinearSolver >
typedef ModelPart::ConditionsContainerType::ContainerType Kratos::PFEM2_Explicit_Strategy< TSparseSpace, TDenseSpace, TLinearSolver >::ConditionsContainerType

◆ DofsArrayType

template<class TSparseSpace , class TDenseSpace , class TLinearSolver >
typedef BaseType::DofsArrayType Kratos::PFEM2_Explicit_Strategy< TSparseSpace, TDenseSpace, TLinearSolver >::DofsArrayType

◆ DofsVectorType

template<class TSparseSpace , class TDenseSpace , class TLinearSolver >
typedef Element::DofsVectorType Kratos::PFEM2_Explicit_Strategy< TSparseSpace, TDenseSpace, TLinearSolver >::DofsVectorType

◆ ElementsArrayType

template<class TSparseSpace , class TDenseSpace , class TLinearSolver >
typedef ModelPart::ElementsContainerType Kratos::PFEM2_Explicit_Strategy< TSparseSpace, TDenseSpace, TLinearSolver >::ElementsArrayType

◆ LocalSystemMatrixType

template<class TSparseSpace , class TDenseSpace , class TLinearSolver >
typedef BaseType::LocalSystemMatrixType Kratos::PFEM2_Explicit_Strategy< TSparseSpace, TDenseSpace, TLinearSolver >::LocalSystemMatrixType

◆ LocalSystemVectorType

template<class TSparseSpace , class TDenseSpace , class TLinearSolver >
typedef BaseType::LocalSystemVectorType Kratos::PFEM2_Explicit_Strategy< TSparseSpace, TDenseSpace, TLinearSolver >::LocalSystemVectorType

◆ NodesArrayType

template<class TSparseSpace , class TDenseSpace , class TLinearSolver >
typedef ModelPart::NodesContainerType Kratos::PFEM2_Explicit_Strategy< TSparseSpace, TDenseSpace, TLinearSolver >::NodesArrayType

◆ PropertiesType

template<class TSparseSpace , class TDenseSpace , class TLinearSolver >
typedef ModelPart::PropertiesType Kratos::PFEM2_Explicit_Strategy< TSparseSpace, TDenseSpace, TLinearSolver >::PropertiesType

◆ SparseSpaceType

template<class TSparseSpace , class TDenseSpace , class TLinearSolver >
typedef TSparseSpace Kratos::PFEM2_Explicit_Strategy< TSparseSpace, TDenseSpace, TLinearSolver >::SparseSpaceType

◆ TBuilderAndSolverType

template<class TSparseSpace , class TDenseSpace , class TLinearSolver >
typedef BaseType::TBuilderAndSolverType Kratos::PFEM2_Explicit_Strategy< TSparseSpace, TDenseSpace, TLinearSolver >::TBuilderAndSolverType

◆ TDataType

template<class TSparseSpace , class TDenseSpace , class TLinearSolver >
typedef BaseType::TDataType Kratos::PFEM2_Explicit_Strategy< TSparseSpace, TDenseSpace, TLinearSolver >::TDataType

◆ TSchemeType

template<class TSparseSpace , class TDenseSpace , class TLinearSolver >
typedef BaseType::TSchemeType Kratos::PFEM2_Explicit_Strategy< TSparseSpace, TDenseSpace, TLinearSolver >::TSchemeType

◆ TSystemMatrixPointerType

template<class TSparseSpace , class TDenseSpace , class TLinearSolver >
typedef BaseType::TSystemMatrixPointerType Kratos::PFEM2_Explicit_Strategy< TSparseSpace, TDenseSpace, TLinearSolver >::TSystemMatrixPointerType

◆ TSystemMatrixType

template<class TSparseSpace , class TDenseSpace , class TLinearSolver >
typedef BaseType::TSystemMatrixType Kratos::PFEM2_Explicit_Strategy< TSparseSpace, TDenseSpace, TLinearSolver >::TSystemMatrixType

◆ TSystemVectorPointerType

template<class TSparseSpace , class TDenseSpace , class TLinearSolver >
typedef BaseType::TSystemVectorPointerType Kratos::PFEM2_Explicit_Strategy< TSparseSpace, TDenseSpace, TLinearSolver >::TSystemVectorPointerType

◆ TSystemVectorType

template<class TSparseSpace , class TDenseSpace , class TLinearSolver >
typedef BaseType::TSystemVectorType Kratos::PFEM2_Explicit_Strategy< TSparseSpace, TDenseSpace, TLinearSolver >::TSystemVectorType

Constructor & Destructor Documentation

◆ PFEM2_Explicit_Strategy()

template<class TSparseSpace , class TDenseSpace , class TLinearSolver >
Kratos::PFEM2_Explicit_Strategy< TSparseSpace, TDenseSpace, TLinearSolver >::PFEM2_Explicit_Strategy ( ModelPart model_part,
const int  dimension,
const bool  MoveMeshFlag 
)
inline

◆ ~PFEM2_Explicit_Strategy()

template<class TSparseSpace , class TDenseSpace , class TLinearSolver >
virtual Kratos::PFEM2_Explicit_Strategy< TSparseSpace, TDenseSpace, TLinearSolver >::~PFEM2_Explicit_Strategy ( )
inlinevirtual

Member Function Documentation

◆ AssembleLoop()

template<class TSparseSpace , class TDenseSpace , class TLinearSolver >
void Kratos::PFEM2_Explicit_Strategy< TSparseSpace, TDenseSpace, TLinearSolver >::AssembleLoop ( )
inline

◆ CreatePartition()

template<class TSparseSpace , class TDenseSpace , class TLinearSolver >
void Kratos::PFEM2_Explicit_Strategy< TSparseSpace, TDenseSpace, TLinearSolver >::CreatePartition ( unsigned int  number_of_threads,
const int  number_of_rows,
vector< unsigned int > &  partitions 
)
inline

◆ FinalizeSolutionStep()

template<class TSparseSpace , class TDenseSpace , class TLinearSolver >
void Kratos::PFEM2_Explicit_Strategy< TSparseSpace, TDenseSpace, TLinearSolver >::FinalizeSolutionStep ( )
inlineoverridevirtual

Performs all the required operations that should be done (for each step) after solving the solution step.

A member variable should be used as a flag to make sure this function is called only once per step.

Reimplemented from Kratos::SolvingStrategy< TSparseSpace, TDenseSpace >.

◆ InitializeSolutionStep()

template<class TSparseSpace , class TDenseSpace , class TLinearSolver >
void Kratos::PFEM2_Explicit_Strategy< TSparseSpace, TDenseSpace, TLinearSolver >::InitializeSolutionStep ( )
inlineoverridevirtual

Performs all the required operations that should be done (for each step) before solving the solution step.

A member variable should be used as a flag to make sure this function is called only once per step.

Reimplemented from Kratos::SolvingStrategy< TSparseSpace, TDenseSpace >.

◆ KRATOS_CLASS_POINTER_DEFINITION()

template<class TSparseSpace , class TDenseSpace , class TLinearSolver >
Kratos::PFEM2_Explicit_Strategy< TSparseSpace, TDenseSpace, TLinearSolver >::KRATOS_CLASS_POINTER_DEFINITION ( PFEM2_Explicit_Strategy< TSparseSpace, TDenseSpace, TLinearSolver >  )

◆ NormalizePressureProjection()

template<class TSparseSpace , class TDenseSpace , class TLinearSolver >
void Kratos::PFEM2_Explicit_Strategy< TSparseSpace, TDenseSpace, TLinearSolver >::NormalizePressureProjection ( ProcessInfo CurrentProcessInfo)
inline

◆ SetToZeroMassAndArea()

template<class TSparseSpace , class TDenseSpace , class TLinearSolver >
void Kratos::PFEM2_Explicit_Strategy< TSparseSpace, TDenseSpace, TLinearSolver >::SetToZeroMassAndArea ( ProcessInfo CurrentProcessInfo)
inline

◆ SetToZeroVariablesForPressure()

template<class TSparseSpace , class TDenseSpace , class TLinearSolver >
void Kratos::PFEM2_Explicit_Strategy< TSparseSpace, TDenseSpace, TLinearSolver >::SetToZeroVariablesForPressure ( ProcessInfo CurrentProcessInfo)
inline

◆ SetToZeroVariablesForVolumetricStrain()

template<class TSparseSpace , class TDenseSpace , class TLinearSolver >
void Kratos::PFEM2_Explicit_Strategy< TSparseSpace, TDenseSpace, TLinearSolver >::SetToZeroVariablesForVolumetricStrain ( ProcessInfo CurrentProcessInfo)
inline

◆ SetToZeroVariablesInPresureIterations()

template<class TSparseSpace , class TDenseSpace , class TLinearSolver >
void Kratos::PFEM2_Explicit_Strategy< TSparseSpace, TDenseSpace, TLinearSolver >::SetToZeroVariablesInPresureIterations ( ProcessInfo CurrentProcessInfo)
inline

◆ SetToZeroVariablesInPresureProjection()

template<class TSparseSpace , class TDenseSpace , class TLinearSolver >
void Kratos::PFEM2_Explicit_Strategy< TSparseSpace, TDenseSpace, TLinearSolver >::SetToZeroVariablesInPresureProjection ( ProcessInfo CurrentProcessInfo)
inline

◆ SetToZeroVariablesInPresureViscousCorrection()

template<class TSparseSpace , class TDenseSpace , class TLinearSolver >
void Kratos::PFEM2_Explicit_Strategy< TSparseSpace, TDenseSpace, TLinearSolver >::SetToZeroVariablesInPresureViscousCorrection ( ProcessInfo CurrentProcessInfo)
inline

◆ SetToZeroVariablesInViscousIterations()

template<class TSparseSpace , class TDenseSpace , class TLinearSolver >
void Kratos::PFEM2_Explicit_Strategy< TSparseSpace, TDenseSpace, TLinearSolver >::SetToZeroVariablesInViscousIterations ( ProcessInfo CurrentProcessInfo)
inline

◆ UpdateLoopForMassAndArea()

template<class TSparseSpace , class TDenseSpace , class TLinearSolver >
void Kratos::PFEM2_Explicit_Strategy< TSparseSpace, TDenseSpace, TLinearSolver >::UpdateLoopForMassAndArea ( ProcessInfo CurrentProcessInfo)
inline

◆ UpdateLoopForPressure()

template<class TSparseSpace , class TDenseSpace , class TLinearSolver >
void Kratos::PFEM2_Explicit_Strategy< TSparseSpace, TDenseSpace, TLinearSolver >::UpdateLoopForPressure ( ProcessInfo CurrentProcessInfo)
inline

◆ UpdateLoopForPressureIterationsWithNormalization()

template<class TSparseSpace , class TDenseSpace , class TLinearSolver >
void Kratos::PFEM2_Explicit_Strategy< TSparseSpace, TDenseSpace, TLinearSolver >::UpdateLoopForPressureIterationsWithNormalization ( ProcessInfo CurrentProcessInfo)
inline

◆ UpdateLoopForPressureViscousCorrection()

template<class TSparseSpace , class TDenseSpace , class TLinearSolver >
void Kratos::PFEM2_Explicit_Strategy< TSparseSpace, TDenseSpace, TLinearSolver >::UpdateLoopForPressureViscousCorrection ( ProcessInfo CurrentProcessInfo)
inline

◆ UpdateLoopForViscousIterationsWithNormalization()

template<class TSparseSpace , class TDenseSpace , class TLinearSolver >
void Kratos::PFEM2_Explicit_Strategy< TSparseSpace, TDenseSpace, TLinearSolver >::UpdateLoopForViscousIterationsWithNormalization ( ProcessInfo CurrentProcessInfo)
inline

◆ UpdateLoopForVolumetricStrain()

template<class TSparseSpace , class TDenseSpace , class TLinearSolver >
void Kratos::PFEM2_Explicit_Strategy< TSparseSpace, TDenseSpace, TLinearSolver >::UpdateLoopForVolumetricStrain ( ProcessInfo CurrentProcessInfo)
inline

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