sfepy.homogenization.coefficients module¶
-
class
sfepy.homogenization.coefficients.
Coefficients
(**kwargs)[source]¶ Class for storing (homogenized) material coefficients.
-
to_file_latex
(filename, names, format='%.2e', cdot=False, filter=None, idx=None)[source]¶ Save the coefficients to a file in LaTeX format.
- Parameters
- filenamestr
The name of the output file.
- namesdict
Mapping of attribute names to LaTeX names.
- formatstr
Format string for numbers.
- cdotbool
For ‘%.e’ formats only. If True, replace ‘e’ by LaTeX ‘cdot 10^{exponent}’ format.
- filterint
For ‘%.e’ formats only. Typeset as 0, if exponent is less than filter.
- idxint
For multi-coefficients, set the coefficient index.
-