sfepy.homogenization.homogen_app module¶
-
class
sfepy.homogenization.homogen_app.
HomogenizationApp
(conf, options, output_prefix, **kwargs)[source]¶ -
call
(verbose=False, ret_all=None)¶ Call the homogenization engine and compute the homogenized coefficients.
Parameters: verbose : bool
If True, print the computed coefficients.
ret_all : bool or None
If not None, it can be used to override the ‘return_all’ option. If True, also the dependencies are returned.
Returns: coefs : Coefficients instance
The homogenized coefficients.
dependencies : dict
The dependencies, if ret_all is True.
-
static
process_options
(options)¶ Application options setup. Sets default values for missing non-compulsory options.
-
setup_options
()¶
-