Opm::FlowLinearSolverParameters Struct Reference

This class carries all parameters for the NewtonIterationBlackoilInterleaved class. More...

#include <FlowLinearSolverParameters.hpp>

Public Member Functions

template<class TypeTag >
void init (bool cprRequestedInDataFile)
 
 FlowLinearSolverParameters ()
 
void reset ()
 

Static Public Member Functions

template<class TypeTag >
static void registerParameters ()
 

Public Attributes

double linear_solver_reduction_
 
double relaxed_linear_solver_reduction_
 
int linear_solver_maxiter_
 
int linear_solver_restart_
 
int linear_solver_verbosity_
 
double ilu_relaxation_
 
int ilu_fillin_level_
 
MILU_VARIANT ilu_milu_
 
bool ilu_redblack_
 
bool ilu_reorder_sphere_
 
bool newton_use_gmres_
 
bool ignoreConvergenceFailure_
 
bool scale_linear_system_
 
std::string linsolver_
 
bool linear_solver_print_json_definition_
 
int cpr_reuse_setup_
 
int cpr_reuse_interval_
 
std::string accelerator_mode_
 
int bda_device_id_
 
int opencl_platform_id_
 
bool opencl_ilu_parallel_
 

Detailed Description

This class carries all parameters for the NewtonIterationBlackoilInterleaved class.

Constructor & Destructor Documentation

◆ FlowLinearSolverParameters()

Opm::FlowLinearSolverParameters::FlowLinearSolverParameters ( )
inline

References reset().

Member Function Documentation

◆ init()

◆ registerParameters()

template<class TypeTag >
static void Opm::FlowLinearSolverParameters::registerParameters ( )
inlinestatic

◆ reset()

Member Data Documentation

◆ accelerator_mode_

std::string Opm::FlowLinearSolverParameters::accelerator_mode_

Referenced by init(), and reset().

◆ bda_device_id_

int Opm::FlowLinearSolverParameters::bda_device_id_

Referenced by init(), and reset().

◆ cpr_reuse_interval_

int Opm::FlowLinearSolverParameters::cpr_reuse_interval_

Referenced by init(), and reset().

◆ cpr_reuse_setup_

int Opm::FlowLinearSolverParameters::cpr_reuse_setup_

Referenced by init(), and reset().

◆ ignoreConvergenceFailure_

bool Opm::FlowLinearSolverParameters::ignoreConvergenceFailure_

Referenced by init(), and reset().

◆ ilu_fillin_level_

int Opm::FlowLinearSolverParameters::ilu_fillin_level_

Referenced by init(), and reset().

◆ ilu_milu_

MILU_VARIANT Opm::FlowLinearSolverParameters::ilu_milu_

Referenced by init(), and reset().

◆ ilu_redblack_

bool Opm::FlowLinearSolverParameters::ilu_redblack_

Referenced by init(), and reset().

◆ ilu_relaxation_

double Opm::FlowLinearSolverParameters::ilu_relaxation_

Referenced by init(), and reset().

◆ ilu_reorder_sphere_

bool Opm::FlowLinearSolverParameters::ilu_reorder_sphere_

Referenced by init(), and reset().

◆ linear_solver_maxiter_

int Opm::FlowLinearSolverParameters::linear_solver_maxiter_

Referenced by init(), and reset().

◆ linear_solver_print_json_definition_

bool Opm::FlowLinearSolverParameters::linear_solver_print_json_definition_

◆ linear_solver_reduction_

double Opm::FlowLinearSolverParameters::linear_solver_reduction_

◆ linear_solver_restart_

int Opm::FlowLinearSolverParameters::linear_solver_restart_

Referenced by init(), and reset().

◆ linear_solver_verbosity_

int Opm::FlowLinearSolverParameters::linear_solver_verbosity_

Referenced by init(), and reset().

◆ linsolver_

std::string Opm::FlowLinearSolverParameters::linsolver_

◆ newton_use_gmres_

bool Opm::FlowLinearSolverParameters::newton_use_gmres_

Referenced by init(), and reset().

◆ opencl_ilu_parallel_

bool Opm::FlowLinearSolverParameters::opencl_ilu_parallel_

Referenced by init(), and reset().

◆ opencl_platform_id_

int Opm::FlowLinearSolverParameters::opencl_platform_id_

Referenced by init(), and reset().

◆ relaxed_linear_solver_reduction_

double Opm::FlowLinearSolverParameters::relaxed_linear_solver_reduction_

Referenced by init(), and reset().

◆ scale_linear_system_

bool Opm::FlowLinearSolverParameters::scale_linear_system_

Referenced by init(), and reset().


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