Opm::FlowLinearSolverParameters Struct Reference

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

#include <FlowLinearSolverParameters.hpp>

Public Member Functions

 FlowLinearSolverParameters ()
 
void init (bool cprRequestedInDataFile)
 
void reset ()
 

Static Public Member Functions

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_
 
bool is_nldd_local_solver_
 
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()

void Opm::FlowLinearSolverParameters::init ( bool  cprRequestedInDataFile)

◆ registerParameters()

static void Opm::FlowLinearSolverParameters::registerParameters ( )
static

◆ reset()

void Opm::FlowLinearSolverParameters::reset ( )

Member Data Documentation

◆ accelerator_mode_

std::string Opm::FlowLinearSolverParameters::accelerator_mode_

◆ bda_device_id_

int Opm::FlowLinearSolverParameters::bda_device_id_

◆ cpr_reuse_interval_

int Opm::FlowLinearSolverParameters::cpr_reuse_interval_

◆ cpr_reuse_setup_

int Opm::FlowLinearSolverParameters::cpr_reuse_setup_

◆ ignoreConvergenceFailure_

bool Opm::FlowLinearSolverParameters::ignoreConvergenceFailure_

◆ ilu_fillin_level_

int Opm::FlowLinearSolverParameters::ilu_fillin_level_

◆ ilu_milu_

MILU_VARIANT Opm::FlowLinearSolverParameters::ilu_milu_

◆ ilu_redblack_

bool Opm::FlowLinearSolverParameters::ilu_redblack_

◆ ilu_relaxation_

double Opm::FlowLinearSolverParameters::ilu_relaxation_

◆ ilu_reorder_sphere_

bool Opm::FlowLinearSolverParameters::ilu_reorder_sphere_

◆ is_nldd_local_solver_

bool Opm::FlowLinearSolverParameters::is_nldd_local_solver_

◆ linear_solver_maxiter_

int Opm::FlowLinearSolverParameters::linear_solver_maxiter_

◆ 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_

◆ linear_solver_verbosity_

int Opm::FlowLinearSolverParameters::linear_solver_verbosity_

◆ linsolver_

std::string Opm::FlowLinearSolverParameters::linsolver_

◆ newton_use_gmres_

bool Opm::FlowLinearSolverParameters::newton_use_gmres_

◆ opencl_ilu_parallel_

bool Opm::FlowLinearSolverParameters::opencl_ilu_parallel_

◆ opencl_platform_id_

int Opm::FlowLinearSolverParameters::opencl_platform_id_

◆ relaxed_linear_solver_reduction_

double Opm::FlowLinearSolverParameters::relaxed_linear_solver_reduction_

◆ scale_linear_system_

bool Opm::FlowLinearSolverParameters::scale_linear_system_

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