|
|
| | VPStrategy (ModelPart &rModelPart, SolverSettingsType &rSolverConfig) |
| |
| | VPStrategy (ModelPart &rModelPart, typename TLinearSolver::Pointer pVelocityLinearSolver, typename TLinearSolver::Pointer pPressureLinearSolver, bool ReformDofSet=true, unsigned int DomainSize=2) |
| |
| virtual | ~VPStrategy () |
| | Destructor. More...
|
| |
| virtual int | Check () override |
| | Function to perform expensive checks. More...
|
| |
| virtual bool | SolveSolutionStep () override |
| | Solves the current step. This function returns true if a solution has been found, false otherwise. More...
|
| |
| virtual void | FinalizeSolutionStep () override |
| | Performs all the required operations that should be done (for each step) after solving the solution step. More...
|
| |
| virtual void | InitializeSolutionStep () override |
| | Performs all the required operations that should be done (for each step) before solving the solution step. More...
|
| |
| void | UpdateTopology (ModelPart &rModelPart, unsigned int echoLevel) |
| |
| void | SetBlockedAndIsolatedFlags () |
| |
| void | CalculatePressureVelocity () |
| |
| void | CalculatePressureAcceleration () |
| |
| virtual void | CalculateTemporalVariables () |
| |
| void | CalculateAccelerations () |
| |
| void | UpdateAccelerations (array_1d< double, 3 > &CurrentAcceleration, const array_1d< double, 3 > &CurrentVelocity, array_1d< double, 3 > &PreviousAcceleration, const array_1d< double, 3 > &PreviousVelocity) |
| |
| virtual void | CalculateDisplacementsAndPorosity () |
| |
| virtual void | UpdateStressStrain () |
| |
| virtual void | Clear () override |
| | Clears the internal storage. More...
|
| |
|
| virtual void | SetEchoLevel (int Level) override |
| | This sets the level of echo for the solving strategy. More...
|
| |
|
| std::string | Info () const override |
| | Turn back information as a string. More...
|
| |
| void | PrintInfo (std::ostream &rOStream) const override |
| | Print information about this object. More...
|
| |
| void | PrintData (std::ostream &rOStream) const override |
| | Print object's data. More...
|
| |
| | 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 () |
| |
| | KRATOS_CLASS_POINTER_DEFINITION (SolvingStrategy) |
| |
| virtual ClassType::Pointer | Create (ModelPart &rModelPart, Parameters ThisParameters) const |
| | Create method. More...
|
| |
| 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 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...
|
| |
| 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 | SetRebuildLevel (int Level) |
| | Set the Rebuild Level value This functions sets the rebuild level of the strategy It is only intended to be used in implicit strategies. More...
|
| |
| virtual int | GetRebuildLevel () const |
| | Get the Rebuild Level value This function returns the rebuild level of the strategy It is only intended to be used in implicit strategies. More...
|
| |
| virtual void | MoveMesh () |
| | This function is designed to move the mesh. More...
|
| |
| ModelPart & | GetModelPart () |
| | Operations to get the pointer to the model. More...
|
| |
| const ModelPart & | GetModelPart () const |
| | Operations to get the pointer to the model. More...
|
| |
| virtual double | GetResidualNorm () |
| | Operations to get the residual norm. More...
|
| |
| virtual Parameters | GetDefaultParameters () const |
| | This method provides the defaults parameters to avoid conflicts between the different constructors. More...
|
| |
| virtual TSystemMatrixType & | GetSystemMatrix () |
| | This method returns the LHS matrix. More...
|
| |
| virtual TSystemVectorType & | GetSystemVector () |
| | This method returns the RHS vector. More...
|
| |
| virtual TSystemVectorType & | GetSolutionVector () |
| | This method returns the solution vector. More...
|
| |
|
|
| virtual bool | SolveMomentumIteration (unsigned int it, unsigned int maxIt, bool &fixedTimeStep, double &velocityNorm) |
| | Calculate the coefficients for time iteration. More...
|
| |
| virtual bool | SolveContinuityIteration (unsigned int it, unsigned int maxIt, double &NormP) |
| |
| void | ComputeErrorL2Norm (double tensilStressSign) |
| |
| void | ComputeErrorL2NormCasePoiseuille () |
| |
| double | ComputeVelocityNorm () |
| |
| double | ComputePressureNorm () |
| |
| virtual bool | CheckVelocityConvergence (const double NormDv, double &errorNormDv) |
| |
| virtual bool | CheckPressureConvergence (const double NormDp, double &errorNormDp, double &NormP) |
| |
| virtual bool | FixTimeStepMomentum (const double DvErrorNorm, bool &fixedTimeStep) |
| |
| virtual bool | CheckMomentumConvergence (const double DvErrorNorm, bool &fixedTimeStep) |
| |
| virtual bool | FixTimeStepContinuity (const double DvErrorNorm, bool &fixedTimeStep) |
| |
| virtual bool | CheckContinuityConvergence (const double DvErrorNorm, bool &fixedTimeStep) |
| |
|
| virtual void | InitializeStrategy (SolverSettingsType &rSolverConfig) |
| |
|
| VPStrategy & | operator= (VPStrategy const &rOther) |
| | Assignment operator. More...
|
| |
| | VPStrategy (VPStrategy const &rOther) |
| | Copy constructor. More...
|
| |
| virtual Parameters | ValidateAndAssignParameters (Parameters ThisParameters, const Parameters DefaultParameters) const |
| | This method validate and assign default parameters. More...
|
| |
| virtual void | AssignSettings (const Parameters ThisParameters) |
| | This method assigns settings to member variables. More...
|
| |
template<class TSparseSpace , class TDenseSpace , class TLinearSolver >
This sets the level of echo for the solving strategy.
- Parameters
-
| Level | of echo for the solving strategy |
{ 0 -> Mute... no echo at all 1 -> Printing time and basic information 2 -> Printing linear solver data 3 -> Print of debug information: Echo of stiffness matrix, Dx, b... }
Reimplemented from Kratos::SolvingStrategy< TSparseSpace, TDenseSpace >.
Reimplemented in Kratos::TwoStepVPThermalStrategy< TSparseSpace, TDenseSpace, TLinearSolver >, Kratos::TwoStepVPStrategy< TSparseSpace, TDenseSpace, TLinearSolver >, and Kratos::ThreeStepVPStrategy< TSparseSpace, TDenseSpace, TLinearSolver >.