GEOSX
Public Types | Public Attributes | List of all members
geosx::LinearSolverParameters::MGR Struct Reference

Multigrid reduction parameters. More...

#include <LinearSolverParameters.hpp>

Public Types

enum  StrategyType : integer {
  StrategyType::invalid, StrategyType::singlePhaseReservoirFVM, StrategyType::singlePhaseHybridFVM, StrategyType::singlePhaseReservoirHybridFVM,
  StrategyType::singlePhasePoromechanics, StrategyType::hybridSinglePhasePoromechanics, StrategyType::compositionalMultiphaseFVM, StrategyType::compositionalMultiphaseHybridFVM,
  StrategyType::compositionalMultiphaseReservoirFVM, StrategyType::compositionalMultiphaseReservoirHybridFVM, StrategyType::multiphasePoromechanics, StrategyType::hydrofracture,
  StrategyType::lagrangianContactMechanics
}
 MGR available strategies. More...
 

Public Attributes

StrategyType strategy = StrategyType::invalid
 Predefined MGR solution strategy (solver specific)
 
integer separateComponents = false
 Apply a separate displacement component (SDC) filter before AMG construction.
 
string displacementFieldName
 Displacement field name need for SDC filter.
 

Detailed Description

Multigrid reduction parameters.

Definition at line 203 of file LinearSolverParameters.hpp.

Member Enumeration Documentation

◆ StrategyType

MGR available strategies.

Enumerator
invalid 

default value, to ensure solver sets something

singlePhaseReservoirFVM 

fininte volume single-phase flow with wells

singlePhaseHybridFVM 

hybrid finite volume single-phase flow

singlePhaseReservoirHybridFVM 

hybrid finite volume single-phase flow with wells

singlePhasePoromechanics 

single phase poromechanics with finite volume single phase flow

hybridSinglePhasePoromechanics 

single phase poromechanics with hybrid finite volume single phase flow

compositionalMultiphaseFVM 

finite volume compositional muliphase flow

compositionalMultiphaseHybridFVM 

hybrid finite volume compositional muliphase flow

compositionalMultiphaseReservoirFVM 

finite volume compositional multiphase flow with wells

compositionalMultiphaseReservoirHybridFVM 

hybrid finite volume compositional multiphase flow with wells

multiphasePoromechanics 

multiphase poromechanics with finite volume compositional multiphase flow

hydrofracture 

hydrofracture

lagrangianContactMechanics 

Lagrangian contact mechanics.

Definition at line 208 of file LinearSolverParameters.hpp.


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