HyperHDG
Classes | Functions
HyperHDG.hy_config Namespace Reference

Classes

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

Functions

def consistent (conf)
 Check that config is consistent. More...
 
def extract_include (conf)
 Add the files that need to be included for defining the problem to include list. More...
 
def generate_cy_replace (conf)
 Evaluate config file that needs to be present for all .pyx/.pxd files. More...
 

Function Documentation

◆ consistent()

def HyperHDG.hy_config.consistent (   conf)

Check that config is consistent.

◆ extract_include()

def HyperHDG.hy_config.extract_include (   conf)

Add the files that need to be included for defining the problem to include list.

Here is the call graph for this function:

◆ generate_cy_replace()

def HyperHDG.hy_config.generate_cy_replace (   conf)

Evaluate config file that needs to be present for all .pyx/.pxd files.

Here is the call graph for this function: