DynamicObjectRegistrationAction

under construction:Undocumented Action Class

The DynamicObjectRegistrationAction has not been documented. The content listed below should be used as a starting point for documenting the class, which includes the typical automatic documentation associated with an Action; however, what is contained is ultimately determined by what is necessary to make the documentation clear for users.


# DynamicObjectRegistrationAction

!syntax description /Problem/DynamicObjectRegistrationAction

## Overview

!! Replace these lines with information regarding the DynamicObjectRegistrationAction action.

## Example Input File Syntax

!! Describe and include an example of how to use the DynamicObjectRegistrationAction action.

!syntax parameters /Problem/DynamicObjectRegistrationAction

!syntax description /Problem/DynamicObjectRegistrationAction

Input Parameters

  • active__all__ If specified only the blocks named will be visited and made active

    Default:__all__

    C++ Type:std::vector

    Options:

    Description:If specified only the blocks named will be visited and made active

  • inactiveIf specified blocks matching these identifiers will be skipped.

    C++ Type:std::vector

    Options:

    Description:If specified blocks matching these identifiers will be skipped.

  • library_nameThe file name of the library (*.la file) that will be dynamically loaded.

    C++ Type:std::string

    Options:

    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

    Options:

    Description:Path to search for dynamic libraries (please avoid committing absolute paths in addition to MOOSE_LIBRARY_PATH)

  • object_namesThe names of the objects to register (Default: register all).

    C++ Type:std::vector

    Options:

    Description:The names of the objects to register (Default: register all).

  • register_objects_fromThe names of other applications from which objects will be registered from (dynamic registration).

    C++ Type:std::vector

    Options:

    Description:The names of other applications from which objects will be registered from (dynamic registration).