Finite Volume Solver  prototype
A framework to build finite volume solvers for the AG Klein at the Freie Universität Berlin.
Public Member Functions | Public Attributes | List of all members
fub::amrex::BK19LevelIntegratorOptions Struct Reference

#include <BK19LevelIntegrator.hpp>

Public Member Functions

 BK19LevelIntegratorOptions ()=default
 
 BK19LevelIntegratorOptions (const ProgramOptions &map)
 
template<typename Log >
void Print (Log &log)
 

Public Attributes

bool do_initial_projection
 
double mlmg_tolerance_rel
 
double mlmg_tolerance_abs
 
int mlmg_max_iter
 
int mlmg_verbose
 
double bottom_tolerance_rel
 
double bottom_tolerance_abs
 
int bottom_max_iter
 
int bottom_verbose
 
int always_use_bnorm
 
std::string prefix
 
bool output_between_steps
 

Constructor & Destructor Documentation

◆ BK19LevelIntegratorOptions() [1/2]

fub::amrex::BK19LevelIntegratorOptions::BK19LevelIntegratorOptions ( )
default

◆ BK19LevelIntegratorOptions() [2/2]

fub::amrex::BK19LevelIntegratorOptions::BK19LevelIntegratorOptions ( const ProgramOptions map)

Member Function Documentation

◆ Print()

template<typename Log >
void fub::amrex::BK19LevelIntegratorOptions::Print ( Log log)

Member Data Documentation

◆ always_use_bnorm

int fub::amrex::BK19LevelIntegratorOptions::always_use_bnorm

◆ bottom_max_iter

int fub::amrex::BK19LevelIntegratorOptions::bottom_max_iter

◆ bottom_tolerance_abs

double fub::amrex::BK19LevelIntegratorOptions::bottom_tolerance_abs

◆ bottom_tolerance_rel

double fub::amrex::BK19LevelIntegratorOptions::bottom_tolerance_rel

◆ bottom_verbose

int fub::amrex::BK19LevelIntegratorOptions::bottom_verbose

◆ do_initial_projection

bool fub::amrex::BK19LevelIntegratorOptions::do_initial_projection

◆ mlmg_max_iter

int fub::amrex::BK19LevelIntegratorOptions::mlmg_max_iter

◆ mlmg_tolerance_abs

double fub::amrex::BK19LevelIntegratorOptions::mlmg_tolerance_abs

◆ mlmg_tolerance_rel

double fub::amrex::BK19LevelIntegratorOptions::mlmg_tolerance_rel

◆ mlmg_verbose

int fub::amrex::BK19LevelIntegratorOptions::mlmg_verbose

◆ output_between_steps

bool fub::amrex::BK19LevelIntegratorOptions::output_between_steps

◆ prefix

std::string fub::amrex::BK19LevelIntegratorOptions::prefix

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