- register_objects_fromThe names of other applications from which objects will be registered from (dynamic registration).
C++ Type:std::vector
Description:The names of other applications from which objects will be registered from (dynamic registration).
- library_nameThe file name of the library (*.la file) that will be dynamically loaded.
C++ Type:std::string
Description:The file name of the library (*.la file) that will be dynamically loaded.
- library_pathPath to search for dynamic libraries (please avoid committing absolute paths in addition to MOOSE_LIBRARY_PATH)
C++ Type:std::string
Description:Path to search for dynamic libraries (please avoid committing absolute paths in addition to MOOSE_LIBRARY_PATH)
- inactiveIf specified blocks matching these identifiers will be skipped.
C++ Type:std::vector
Description:If specified blocks matching these identifiers will be skipped.
- object_namesThe names of the objects to register (Default: register all).
C++ Type:std::vector
Description:The names of the objects to register (Default: register all).
- active__all__ If specified only the blocks named will be visited and made active
Default:__all__
C++ Type:std::vector
Description:If specified only the blocks named will be visited and made active
DynamicObjectRegistrationAction
under construction:Undocumented Class
The DynamicObjectRegistrationAction has not been documented, if you would like to contribute to MOOSE by writing documentation, please see Documenting MOOSE. The content contained on this page explains the typical documentation associated with an action; however, what is contained is ultimately determined by what is necessary to make the documentation clear for users.
!syntax description /Problem/DynamicObjectRegistrationAction