snek5000.info#

Information classes#

Store information regarding modules and class names of simulation class and dependent objects.

Classes

InfoSolverMake([only_root])

Contain the information on a solver which uses Snakemake.

InfoSolverNek([only_root])

Contain the information on a snek5000.solvers.base.Simul instance.

class snek5000.info.InfoSolverNek(only_root=False, **kargs)[source]#

Contain the information on a snek5000.solvers.base.Simul instance.

complete_with_classes()#

Populate info solver by executing _complete_info_solver class methods

import_classes()#

Import the classes and return a dictionary.

class snek5000.info.InfoSolverMake(only_root=False, **kargs)[source]#

Contain the information on a solver which uses Snakemake.

complete_with_classes()#

Populate info solver by executing _complete_info_solver class methods

import_classes()#

Import the classes and return a dictionary.