Ember
Loading...
Searching...
No Matches
Static Public Member Functions | Static Public Attributes | List of all members
debugParameters Class Reference

A container for global flags that set the verbosity of log messages. More...

#include <debugUtils.h>

Static Public Member Functions

static void setParameters (bool adapt, bool regrid, bool timesteps, bool radius, bool verbose)
 Set values for the various debug flags.
 

Static Public Attributes

static bool debugAdapt
 Print verbose information while doing grid adaptation (adding and removing interior grid points).
 
static bool debugRegrid
 Print verbose information while regridding (adding and removing boundary grid points).
 
static bool debugTimesteps
 Print a single summary line after each global timestep.
 
static bool debugFlameRadiusControl
 Print information related to the feedback control used to set the location of the flame, when this capability is active.
 
static bool veryVerbose
 Print lots of extra information, primarily about the progress of the individual solvers for the split terms.
 

Detailed Description

A container for global flags that set the verbosity of log messages.

Member Function Documentation

◆ setParameters()

void debugParameters::setParameters ( bool  adapt,
bool  regrid,
bool  timesteps,
bool  radius,
bool  verbose 
)
static

Set values for the various debug flags.

This function exists because it's easier to expose in Cython than the individual static members of this class.

Member Data Documentation

◆ debugAdapt

bool debugParameters::debugAdapt
static

Print verbose information while doing grid adaptation (adding and removing interior grid points).

◆ debugRegrid

bool debugParameters::debugRegrid
static

Print verbose information while regridding (adding and removing boundary grid points).

◆ debugTimesteps

bool debugParameters::debugTimesteps
static

Print a single summary line after each global timestep.

◆ debugFlameRadiusControl

bool debugParameters::debugFlameRadiusControl
static

Print information related to the feedback control used to set the location of the flame, when this capability is active.

◆ veryVerbose

bool debugParameters::veryVerbose
static

Print lots of extra information, primarily about the progress of the individual solvers for the split terms.


The documentation for this class was generated from the following files: