My Project
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)
 
void reset ()
 

Static Public Member Functions

template<class TypeTag >
static void registerParameters ()
 

Public Attributes

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

Detailed Description

This class carries all parameters for the NewtonIterationBlackoilInterleaved class.


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