mufem.CoefficientFunctionManager
- class mufem.CoefficientFunctionManager
Bases:
pybind11_object
Manages scalar, vector, and matrix coefficient functions. Users can register their own coefficient functions and retrieve them by name.
- __init__(*args, **kwargs)
Methods
__init__
(*args, **kwargs)list_functions
(self)List all registered coefficient function names.
register_user
(*args, **kwargs)register_user(name, cff)
- list_functions(self: mufem.CoefficientFunctionManager) List[str]
List all registered coefficient function names.
- Returns:
Names of registered scalar, vector, and matrix coefficient functions.
- Return type:
list of str
- register_user(*args, **kwargs)
register_user(name, cff)