HyperHDG
Static Public Attributes | List of all members
HyperHDG.hy_config.config Class Reference

Object that comprises all information for HyperHDG to create a problem. More...

Static Public Attributes

string global_loop = ""
 
string local_solver = ""
 
string topology = ""
 
string geometry = ""
 
string node_descriptor = ""
 
list cython_replacements = []
 
string cpp_code = ""
 
list include_files = []
 
bool debug_mode = False
 
bool allow_file_output = True
 

Detailed Description

Object that comprises all information for HyperHDG to create a problem.

Authors
Guido Kanschat, Heidelberg University, 2021.
Andreas Rupp, Heidelberg University, 2021.

Member Data Documentation

◆ allow_file_output

bool HyperHDG.hy_config.config.allow_file_output = True
static

◆ cpp_code

string HyperHDG.hy_config.config.cpp_code = ""
static

◆ cython_replacements

list HyperHDG.hy_config.config.cython_replacements = []
static

◆ debug_mode

bool HyperHDG.hy_config.config.debug_mode = False
static

◆ geometry

string HyperHDG.hy_config.config.geometry = ""
static

◆ global_loop

string HyperHDG.hy_config.config.global_loop = ""
static

◆ include_files

list HyperHDG.hy_config.config.include_files = []
static

◆ local_solver

string HyperHDG.hy_config.config.local_solver = ""
static

◆ node_descriptor

string HyperHDG.hy_config.config.node_descriptor = ""
static

◆ topology

string HyperHDG.hy_config.config.topology = ""
static

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