hemocell
Loading...
Searching...
No Matches
Public Attributes | List of all members
hemo::ConfigValues Struct Reference

#include <config.h>

Collaboration diagram for hemo::ConfigValues:
Collaboration graph
[legend]

Public Attributes

bool hemoCellInitialized = false
 
bool cellsDeletedInfo = false
 
bool enableCEPACfield = false
 
bool enableSolidifyMechanics = false
 
bool enableInteriorViscosity = false
 
std::string checkpointDirectory = "./checkpoint/"
 
Profiler statistics = Profiler("HemoCell")
 

Member Data Documentation

◆ cellsDeletedInfo

bool hemo::ConfigValues::cellsDeletedInfo = false

◆ checkpointDirectory

std::string hemo::ConfigValues::checkpointDirectory = "./checkpoint/"

◆ enableCEPACfield

bool hemo::ConfigValues::enableCEPACfield = false

◆ enableInteriorViscosity

bool hemo::ConfigValues::enableInteriorViscosity = false

◆ enableSolidifyMechanics

bool hemo::ConfigValues::enableSolidifyMechanics = false

◆ hemoCellInitialized

bool hemo::ConfigValues::hemoCellInitialized = false

◆ statistics

Profiler hemo::ConfigValues::statistics = Profiler("HemoCell")