SU2
Public Member Functions | Protected Attributes | List of all members
CIntegration Class Reference

Main class for doing the space integration, time integration, and monitoring of a system of Partial Differential Equations (PDE). More...

#include <integration_structure.hpp>

Inheritance diagram for CIntegration:
CMultiGridIntegration CSingleGridIntegration CStructuralIntegration

Public Member Functions

 CIntegration (CConfig *config)
 Constructor of the class.
 
virtual ~CIntegration (void)
 Destructor of the class.
 
void Space_Integration (CGeometry *geometry, CSolver **solver_container, CNumerics **numerics, CConfig *config, unsigned short iMesh, unsigned short iRKStep, unsigned short RunTime_EqSystem)
 Do the space integration of the numerical system. More...
 
void Space_Integration_FEM (CGeometry *geometry, CSolver **solver_container, CNumerics **numerics, CConfig *config, unsigned short RunTime_EqSystem, unsigned long Iteration)
 Do the space integration of the numerical system on a FEM framework. More...
 
void Time_Integration (CGeometry *geometry, CSolver **solver_container, CConfig *config, unsigned short iRKStep, unsigned short RunTime_EqSystem, unsigned long Iteration)
 Do the time integration (explicit or implicit) of the numerical system. More...
 
void Time_Integration_FEM (CGeometry *geometry, CSolver **solver_container, CNumerics **numerics, CConfig *config, unsigned short RunTime_EqSystem, unsigned long Iteration)
 Do the time integration (explicit or implicit) of the numerical system on a FEM framework. More...
 
void Adjoint_Setup (CGeometry ***geometry, CSolver ****solver_container, CConfig **config, unsigned short RunTime_EqSystem, unsigned long Iteration, unsigned short iZone)
 Initialize the adjoint solution using the primal problem. More...
 
void Convergence_Monitoring (CGeometry *geometry, CConfig *config, unsigned long Iteration, su2double monitor, unsigned short iMesh)
 Do the convergence analisys to determine if the code must stop the execution. More...
 
void Convergence_Monitoring_FEM (CGeometry *geometry, CConfig *config, CSolver *solver, unsigned long iFSIIter)
 Do the convergence analysis to determine if the structural FEM analysis has converged. More...
 
void Convergence_Monitoring_FSI (CGeometry *fea_geometry, CConfig *fea_config, CSolver *fea_solver, unsigned long iFSIIter)
 Do the convergence analysis to determine if the FSI problem has converged on the structural side. More...
 
su2double GetCauchy_Value (void)
 Get the value of the convergence. More...
 
bool GetConvergence (void)
 Get the indicator of the convergence for the direct, adjoint and linearized problem. More...
 
bool GetConvergence_FSI (void)
 Get the indicator of the convergence for the Fluid-Structure Interaction problem. More...
 
void SetConvergence (bool value)
 Set the indicator of the convergence. More...
 
void SetConvergence_FSI (bool valueFSI)
 Set the indicator of the convergence for FSI. More...
 
bool GetConvergence_FullMG (void)
 Get the indicator of the convergence for the full multigrid problem. More...
 
void SetDualTime_Solver (CGeometry *geometry, CSolver *solver, CConfig *config, unsigned short iMesh)
 Save the solution, and volume at different time steps. More...
 
void SetStructural_Solver (CGeometry *geometry, CSolver *solver, CConfig *config, unsigned short iMesh)
 Save the structural solution at different time steps. More...
 
void SetFEM_StructuralSolver (CGeometry *geometry, CSolver **solver_container, CConfig *config, unsigned short iMesh)
 Save the structural solution at different time steps. More...
 
virtual void MultiGrid_Iteration (CGeometry ***geometry, CSolver ****solver_container, CNumerics *****numerics_container, CConfig **config, unsigned short RunTime_EqSystem, unsigned long Iteration, unsigned short iZone)
 A virtual member. More...
 
virtual void MultiGrid_Cycle (CGeometry ***geometry, CSolver ****solver_container, CNumerics *****numerics_container, CConfig **config, unsigned short iMesh, unsigned short mu, unsigned short RunTime_EqSystem, unsigned long Iteration, unsigned short iZone)
 A virtual member. More...
 
virtual void NonDimensional_Parameters (CGeometry **geometry, CSolver ***solver_container, CNumerics ****numerics_container, CConfig *config, unsigned short FinestMesh, unsigned short RunTime_EqSystem, unsigned long Iteration, su2double *monitor)
 A virtual member. More...
 
virtual void SetProlongated_Correction (CSolver *sol_fine, CGeometry *geo_fine, CConfig *config, unsigned short iMesh)
 A virtual member. More...
 
virtual void SetProlongated_Solution (unsigned short RunTime_EqSystem, CSolver *sol_fine, CSolver *sol_coarse, CGeometry *geo_fine, CGeometry *geo_coarse, CConfig *config)
 A virtual member. More...
 
virtual void SetRestricted_Residual (CSolver *sol_fine, CSolver *sol_coarse, CGeometry *geo_fine, CGeometry *geo_coarse, CConfig *config)
 A virtual member. More...
 
virtual void SetRestricted_Solution (unsigned short RunTime_EqSystem, CSolver *sol_fine, CSolver *sol_coarse, CGeometry *geo_fine, CGeometry *geo_coarse, CConfig *config)
 A virtual member. More...
 
virtual void SetRestricted_EddyVisc (unsigned short RunTime_EqSystem, CSolver *sol_fine, CSolver *sol_coarse, CGeometry *geo_fine, CGeometry *geo_coarse, CConfig *config)
 A virtual member. More...
 
virtual void SetRestricted_Gradient (unsigned short RunTime_EqSystem, CSolver *sol_fine, CSolver *sol_coarse, CGeometry *geo_fine, CGeometry *geo_coarse, CConfig *config)
 A virtual member. More...
 
virtual void SetResidual_Term (CGeometry *geometry, CSolver *flow)
 A virtual member. More...
 
virtual void SetForcing_Term (CSolver *sol_fine, CSolver *sol_coarse, CGeometry *geo_fine, CGeometry *geo_coarse, CConfig *config, unsigned short iMesh)
 A virtual member. More...
 
virtual void SingleGrid_Iteration (CGeometry ***geometry, CSolver ****solver_container, CNumerics *****numerics_container, CConfig **config, unsigned short RunTime_EqSystem, unsigned long Iteration, unsigned short iZone)
 A virtual member. More...
 
virtual void Structural_Iteration (CGeometry ***geometry, CSolver ****solver_container, CNumerics *****numerics_container, CConfig **config, unsigned short RunTime_EqSystem, unsigned long Iteration, unsigned short iZone)
 A virtual member. More...
 
virtual void SetPotential_Solver (CGeometry ***geometry, CSolver ****solver_container, CNumerics *****numerics_container, CConfig **config, unsigned short RunTime_EqSystem, unsigned short iMesh, unsigned short iZone)
 A virtual member. More...
 
virtual void Smooth_Solution (unsigned short RunTime_EqSystem, CSolver *solver, CGeometry *geometry, unsigned short val_nSmooth, su2double val_smooth_coeff, CConfig *config)
 A virtual member. More...
 

Protected Attributes

su2double Cauchy_Value
 Summed value of the convergence indicator.
 
su2double Cauchy_Func
 Current value of the convergence indicator at one iteration.
 
unsigned short Cauchy_Counter
 Number of elements of the Cauchy serial.
 
su2double * Cauchy_Serie
 Complete Cauchy serial.
 
su2double Old_Func
 Old value of the objective function (the function which is monitored).
 
su2double New_Func
 Current value of the objective function (the function which is monitored).
 
bool Convergence
 To indicate if the flow solver (direct, adjoint, or linearized) has converged or not.
 
bool Convergence_FSI
 To indicate if the FSI problem has converged or not.
 
bool Convergence_FullMG
 To indicate if the Full Multigrid has converged and it is necessary to add a new level.
 
su2double InitResidual
 Initial value of the residual to evaluate the convergence level.
 

Detailed Description

Main class for doing the space integration, time integration, and monitoring of a system of Partial Differential Equations (PDE).

Author
F. Palacios
Version
5.0.0 "Raven"

Member Function Documentation

§ Adjoint_Setup()

void CIntegration::Adjoint_Setup ( CGeometry ***  geometry,
CSolver ****  solver_container,
CConfig **  config,
unsigned short  RunTime_EqSystem,
unsigned long  Iteration,
unsigned short  iZone 
)

Initialize the adjoint solution using the primal problem.

Parameters
[in]geometry- Geometrical definition of the problem.
[in]solver_container- Container vector with all the solutions.
[in]config- Definition of the particular problem.
[in]RunTime_EqSystem- System of equations which is going to be solved.
[in]Iteration- Current iteration.

§ Convergence_Monitoring()

void CIntegration::Convergence_Monitoring ( CGeometry geometry,
CConfig config,
unsigned long  Iteration,
su2double  monitor,
unsigned short  iMesh 
)

Do the convergence analisys to determine if the code must stop the execution.

Parameters
[in]geometry- Geometrical definition of the problem.
[in]config- Definition of the particular problem.
[in]Iteration- Current iteration.
[in]monitor- Objective function that is use to study its convergence.

§ Convergence_Monitoring_FEM()

void CIntegration::Convergence_Monitoring_FEM ( CGeometry geometry,
CConfig config,
CSolver solver,
unsigned long  iFSIIter 
)

Do the convergence analysis to determine if the structural FEM analysis has converged.

Parameters
[in]geometry- Geometrical definition of the problem.
[in]config- Definition of the particular problem.
[in]solver- Solution of the problem
[in]Iteration- Current iteration.
[in]monitor- Objective function that is use to study its convergence.

§ Convergence_Monitoring_FSI()

void CIntegration::Convergence_Monitoring_FSI ( CGeometry fea_geometry,
CConfig fea_config,
CSolver fea_solver,
unsigned long  iFSIIter 
)

Do the convergence analysis to determine if the FSI problem has converged on the structural side.

Parameters
[in]geometry- Geometrical definition of the problem.
[in]config- Definition of the particular problem.
[in]Iteration- Current iteration.
[in]monitor- Objective function that is use to study its convergence.

§ GetCauchy_Value()

su2double CIntegration::GetCauchy_Value ( void  )
inline

Get the value of the convergence.

Returns
Level of convergence of the solution.

§ GetConvergence()

bool CIntegration::GetConvergence ( void  )
inline

Get the indicator of the convergence for the direct, adjoint and linearized problem.

Returns
TRUE means that the convergence criteria is satisfied; otherwise FALSE.

§ GetConvergence_FSI()

bool CIntegration::GetConvergence_FSI ( void  )
inline

Get the indicator of the convergence for the Fluid-Structure Interaction problem.

Returns
TRUE means that the convergence criteria is satisfied; otherwise FALSE.

§ GetConvergence_FullMG()

bool CIntegration::GetConvergence_FullMG ( void  )
inline

Get the indicator of the convergence for the full multigrid problem.

Returns
TRUE means that the convergence criteria is satisfied; otherwise FALSE.

§ MultiGrid_Cycle()

void CIntegration::MultiGrid_Cycle ( CGeometry ***  geometry,
CSolver ****  solver_container,
CNumerics *****  numerics_container,
CConfig **  config,
unsigned short  iMesh,
unsigned short  mu,
unsigned short  RunTime_EqSystem,
unsigned long  Iteration,
unsigned short  iZone 
)
inlinevirtual

A virtual member.

Parameters
[in]geometry- Geometrical definition of the problem.
[in]solver_container- Container vector with all the solutions.
[in]numerics_container- Description of the numerical method (the way in which the equations are solved).
[in]config- Definition of the particular problem.
[in]iMesh- Index of the mesh in multigrid computations.
[in]mu- Variable for controlling the kind of multigrid algorithm.
[in]RunTime_EqSystem- System of equations which is going to be solved.
[in]Iteration- Current iteration.

Reimplemented in CMultiGridIntegration.

§ MultiGrid_Iteration()

void CIntegration::MultiGrid_Iteration ( CGeometry ***  geometry,
CSolver ****  solver_container,
CNumerics *****  numerics_container,
CConfig **  config,
unsigned short  RunTime_EqSystem,
unsigned long  Iteration,
unsigned short  iZone 
)
inlinevirtual

A virtual member.

Parameters
[in]geometry- Geometrical definition of the problem.
[in]solver_container- Container vector with all the solutions.
[in]numerics_container- Description of the numerical method (the way in which the equations are solved).
[in]config- Definition of the particular problem.
[in]RunTime_EqSystem- System of equations which is going to be solved.
[in]Iteration- Current iteration.

Reimplemented in CMultiGridIntegration.

§ NonDimensional_Parameters()

void CIntegration::NonDimensional_Parameters ( CGeometry **  geometry,
CSolver ***  solver_container,
CNumerics ****  numerics_container,
CConfig config,
unsigned short  FinestMesh,
unsigned short  RunTime_EqSystem,
unsigned long  Iteration,
su2double *  monitor 
)
inlinevirtual

A virtual member.

Parameters
[in]geometry- Geometrical definition of the problem.
[in]solver_container- Container vector with all the solutions.
[in]config- Definition of the particular problem.
[in]RunTime_EqSystem- System of equations which is going to be solved.
[in]Iteration- Current iteration.
[in]monitor- value of the non-dimensional parameters for monitoring the convergence.

Reimplemented in CMultiGridIntegration.

§ SetConvergence()

void CIntegration::SetConvergence ( bool  value)
inline

Set the indicator of the convergence.

Parameters
[in]value- TRUE means that the convergence criteria is satisfied; otherwise FALSE.

§ SetConvergence_FSI()

void CIntegration::SetConvergence_FSI ( bool  valueFSI)
inline

Set the indicator of the convergence for FSI.

Parameters
[in]valueFSI- TRUE means that the convergence criteria for FSI is satisfied; otherwise FALSE.

§ SetDualTime_Solver()

void CIntegration::SetDualTime_Solver ( CGeometry geometry,
CSolver solver,
CConfig config,
unsigned short  iMesh 
)

Save the solution, and volume at different time steps.

Parameters
[in]geometry- Geometrical definition of the problem.
[in]solution- Flow solution.
[in]config- Definition of the particular problem.

§ SetFEM_StructuralSolver()

void CIntegration::SetFEM_StructuralSolver ( CGeometry geometry,
CSolver **  solver_container,
CConfig config,
unsigned short  iMesh 
)

Save the structural solution at different time steps.

Parameters
[in]geometry- Geometrical definition of the problem.
[in]solver_container- Structural solution.
[in]config- Definition of the particular problem.

§ SetForcing_Term()

void CIntegration::SetForcing_Term ( CSolver sol_fine,
CSolver sol_coarse,
CGeometry geo_fine,
CGeometry geo_coarse,
CConfig config,
unsigned short  iMesh 
)
inlinevirtual

A virtual member.

Parameters
[in]sol_fine- Pointer to the solution on the fine grid.
[in]sol_coarse- Pointer to the solution on the coarse grid.
[in]geo_fine- Geometrical definition of the fine grid.
[in]geo_coarse- Geometrical definition of the coarse grid.
[in]config- Definition of the particular problem.

Reimplemented in CMultiGridIntegration.

§ SetPotential_Solver()

void CIntegration::SetPotential_Solver ( CGeometry ***  geometry,
CSolver ****  solver_container,
CNumerics *****  numerics_container,
CConfig **  config,
unsigned short  RunTime_EqSystem,
unsigned short  iMesh,
unsigned short  iZone 
)
inlinevirtual

A virtual member.

Parameters
[in]geometry- Geometrical definition of the problem.
[in]solver_container- Container vector with all the solutions.
[in]numerics_container- Description of the numerical method (the way in which the equations are solved).
[in]config- Definition of the particular problem.
[in]RunTime_EqSystem- System of equations which is going to be solved.
[in]iMesh- Index of the mesh in multigrid computations.

§ SetProlongated_Correction()

void CIntegration::SetProlongated_Correction ( CSolver sol_fine,
CGeometry geo_fine,
CConfig config,
unsigned short  iMesh 
)
inlinevirtual

A virtual member.

Parameters
[out]sol_fine- Pointer to the solution on the fine grid.
[in]geo_fine- Geometrical definition of the fine grid.
[in]config- Definition of the particular problem.

Reimplemented in CMultiGridIntegration.

§ SetProlongated_Solution()

void CIntegration::SetProlongated_Solution ( unsigned short  RunTime_EqSystem,
CSolver sol_fine,
CSolver sol_coarse,
CGeometry geo_fine,
CGeometry geo_coarse,
CConfig config 
)
inlinevirtual

A virtual member.

Parameters
[in]RunTime_EqSystem- System of equations which is going to be solved.
[out]sol_fine- Pointer to the solution on the fine grid.
[in]sol_coarse- Pointer to the solution on the coarse grid.
[in]geo_fine- Geometrical definition of the fine grid.
[in]geo_coarse- Geometrical definition of the coarse grid.
[in]config- Definition of the particular problem.

Reimplemented in CMultiGridIntegration.

§ SetResidual_Term()

void CIntegration::SetResidual_Term ( CGeometry geometry,
CSolver flow 
)
inlinevirtual

A virtual member.

Parameters
[in]geometry- Geometrical definition of the problem.
[in]flow- Flow solution.

Reimplemented in CMultiGridIntegration.

§ SetRestricted_EddyVisc()

void CIntegration::SetRestricted_EddyVisc ( unsigned short  RunTime_EqSystem,
CSolver sol_fine,
CSolver sol_coarse,
CGeometry geo_fine,
CGeometry geo_coarse,
CConfig config 
)
inlinevirtual

A virtual member.

Parameters
[in]RunTime_EqSystem- System of equations which is going to be solved.
[in]sol_fine- Pointer to the solution on the fine grid.
[out]sol_coarse- Pointer to the solution on the coarse grid.
[in]geo_fine- Geometrical definition of the fine grid.
[in]geo_coarse- Geometrical definition of the coarse grid.
[in]config- Definition of the particular problem.
[in]iMesh- Index of the mesh in multigrid computations.
[in]InclSharedDomain- Include the shared domain in the interpolation.

Reimplemented in CSingleGridIntegration.

§ SetRestricted_Gradient()

void CIntegration::SetRestricted_Gradient ( unsigned short  RunTime_EqSystem,
CSolver sol_fine,
CSolver sol_coarse,
CGeometry geo_fine,
CGeometry geo_coarse,
CConfig config 
)
inlinevirtual

A virtual member.

Parameters
[in]RunTime_EqSystem- System of equations which is going to be solved.
[in]sol_fine- Pointer to the solution on the fine grid.
[out]sol_coarse- Pointer to the solution on the coarse grid.
[in]geo_fine- Geometrical definition of the fine grid.
[in]geo_coarse- Geometrical definition of the coarse grid.
[in]config- Definition of the particular problem.

Reimplemented in CMultiGridIntegration.

§ SetRestricted_Residual()

void CIntegration::SetRestricted_Residual ( CSolver sol_fine,
CSolver sol_coarse,
CGeometry geo_fine,
CGeometry geo_coarse,
CConfig config 
)
inlinevirtual

A virtual member.

Parameters
[in]sol_fine- Pointer to the solution on the fine grid.
[out]sol_coarse- Pointer to the solution on the coarse grid.
[in]geo_fine- Geometrical definition of the fine grid.
[in]geo_coarse- Geometrical definition of the coarse grid.
[in]config- Definition of the particular problem.

Reimplemented in CMultiGridIntegration.

§ SetRestricted_Solution()

void CIntegration::SetRestricted_Solution ( unsigned short  RunTime_EqSystem,
CSolver sol_fine,
CSolver sol_coarse,
CGeometry geo_fine,
CGeometry geo_coarse,
CConfig config 
)
inlinevirtual

A virtual member.

Parameters
[in]RunTime_EqSystem- System of equations which is going to be solved.
[in]sol_fine- Pointer to the solution on the fine grid.
[out]sol_coarse- Pointer to the solution on the coarse grid.
[in]geo_fine- Geometrical definition of the fine grid.
[in]geo_coarse- Geometrical definition of the coarse grid.
[in]config- Definition of the particular problem.
[in]iMesh- Index of the mesh in multigrid computations.
[in]InclSharedDomain- Include the shared domain in the interpolation.

Reimplemented in CSingleGridIntegration, and CMultiGridIntegration.

§ SetStructural_Solver()

void CIntegration::SetStructural_Solver ( CGeometry geometry,
CSolver solver,
CConfig config,
unsigned short  iMesh 
)

Save the structural solution at different time steps.

Parameters
[in]geometry- Geometrical definition of the problem.
[in]solution- Structural solution.
[in]config- Definition of the particular problem.

§ SingleGrid_Iteration()

void CIntegration::SingleGrid_Iteration ( CGeometry ***  geometry,
CSolver ****  solver_container,
CNumerics *****  numerics_container,
CConfig **  config,
unsigned short  RunTime_EqSystem,
unsigned long  Iteration,
unsigned short  iZone 
)
inlinevirtual

A virtual member.

Parameters
[in]geometry- Geometrical definition of the problem.
[in]solver_container- Container vector with all the solutions.
[in]numerics_container- Description of the numerical method (the way in which the equations are solved).
[in]config- Definition of the particular problem.
[in]RunTime_EqSystem- System of equations which is going to be solved.
[in]Iteration- Current iteration.

Reimplemented in CSingleGridIntegration.

§ Smooth_Solution()

void CIntegration::Smooth_Solution ( unsigned short  RunTime_EqSystem,
CSolver solver,
CGeometry geometry,
unsigned short  val_nSmooth,
su2double  val_smooth_coeff,
CConfig config 
)
inlinevirtual

A virtual member.

Parameters
[in]RunTime_EqSystem- System of equations which is going to be solved.
[in]solution- Container vector with all the solutions on the finest grid.
[in]geometry- Geometrical definition of the problem.
[in]val_nSmooth- Number of smoothing iterations.
[in]val_smooth_coeff- Relaxation factor.
[in]config- Definition of the particular problem.

Reimplemented in CMultiGridIntegration.

§ Space_Integration()

void CIntegration::Space_Integration ( CGeometry geometry,
CSolver **  solver_container,
CNumerics **  numerics,
CConfig config,
unsigned short  iMesh,
unsigned short  iRKStep,
unsigned short  RunTime_EqSystem 
)

Do the space integration of the numerical system.

Parameters
[in]geometry- Geometrical definition of the problem.
[in]solver_container- Container vector with all the solutions.
[in]solver- Description of the numerical method.
[in]config- Definition of the particular problem.
[in]iMesh- Index of the mesh in multigrid computations.
[in]iRKStep- Current step of the Runge-Kutta iteration.
[in]RunTime_EqSystem- System of equations which is going to be solved.

§ Space_Integration_FEM()

void CIntegration::Space_Integration_FEM ( CGeometry geometry,
CSolver **  solver_container,
CNumerics **  numerics,
CConfig config,
unsigned short  RunTime_EqSystem,
unsigned long  Iteration 
)

Do the space integration of the numerical system on a FEM framework.

Author
R. Sanchez
Parameters
[in]geometry- Geometrical definition of the problem.
[in]solver_container- Container vector with all the solutions.
[in]solver- Description of the numerical method.
[in]config- Definition of the particular problem.
[in]RunTime_EqSystem- System of equations which is going to be solved.
[in]Iteration- Current iteration.

§ Structural_Iteration()

void CIntegration::Structural_Iteration ( CGeometry ***  geometry,
CSolver ****  solver_container,
CNumerics *****  numerics_container,
CConfig **  config,
unsigned short  RunTime_EqSystem,
unsigned long  Iteration,
unsigned short  iZone 
)
inlinevirtual

A virtual member.

Parameters
[in]geometry- Geometrical definition of the problem.
[in]solver_container- Container vector with all the solutions.
[in]numerics_container- Description of the numerical method (the way in which the equations are solved).
[in]config- Definition of the particular problem.
[in]RunTime_EqSystem- System of equations which is going to be solved.
[in]Iteration- Current iteration.

Reimplemented in CStructuralIntegration.

§ Time_Integration()

void CIntegration::Time_Integration ( CGeometry geometry,
CSolver **  solver_container,
CConfig config,
unsigned short  iRKStep,
unsigned short  RunTime_EqSystem,
unsigned long  Iteration 
)

Do the time integration (explicit or implicit) of the numerical system.

Parameters
[in]geometry- Geometrical definition of the problem.
[in]solver_container- Container vector with all the solutions.
[in]config- Definition of the particular problem.
[in]iRKStep- Current step of the Runge-Kutta iteration.
[in]RunTime_EqSystem- System of equations which is going to be solved.
[in]Iteration- Current iteration.

§ Time_Integration_FEM()

void CIntegration::Time_Integration_FEM ( CGeometry geometry,
CSolver **  solver_container,
CNumerics **  numerics,
CConfig config,
unsigned short  RunTime_EqSystem,
unsigned long  Iteration 
)

Do the time integration (explicit or implicit) of the numerical system on a FEM framework.

Author
R. Sanchez
Parameters
[in]geometry- Geometrical definition of the problem.
[in]solver_container- Container vector with all the solutions.
[in]config- Definition of the particular problem.
[in]RunTime_EqSystem- System of equations which is going to be solved.
[in]Iteration- Current iteration.

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