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

#include <Log.hpp>

Public Member Functions

 LogOptions ()=default
 
 LogOptions (const boost::program_options::variables_map &vm)
 

Static Public Member Functions

static boost::program_options::options_description GetCommandLineOptions ()
 

Public Attributes

std::string file_template
 
std::vector< int > which_mpi_ranks_do_log
 

Constructor & Destructor Documentation

◆ LogOptions() [1/2]

fub::LogOptions::LogOptions ( )
default

◆ LogOptions() [2/2]

fub::LogOptions::LogOptions ( const boost::program_options::variables_map &  vm)

Member Function Documentation

◆ GetCommandLineOptions()

static boost::program_options::options_description fub::LogOptions::GetCommandLineOptions ( )
static

Member Data Documentation

◆ file_template

std::string fub::LogOptions::file_template

◆ which_mpi_ranks_do_log

std::vector<int> fub::LogOptions::which_mpi_ranks_do_log

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