Connections
sfepy.applications.application.
Application
Base class for applications.
Subclasses should implement: __init__(), call().
Automates parametric studies, see parametrize().
call_basic
call_parametrized
parametrize
Add parametric_hook, set __call__() to call_parametrized().
restore
Remove parametric_hook, restore __call__() to call_basic().
setup_options