This is the complete list of members for Component2D, including all inherited members.
| _action_factory | MooseObject | protected |
| _app | MooseObject | protected |
| _axial_inner_bc_id | Component2D | protected |
| _axial_offset | Component2D | mutableprotected |
| _axial_outer_bc_id | Component2D | protected |
| _axial_region_names | GeneratedMeshComponent | protected |
| _boundary_info | Component2D | protected |
| _boundary_name_end | Component2D | protected |
| _boundary_name_inner | Component2D | protected |
| _boundary_name_outer | Component2D | protected |
| _boundary_name_start | Component2D | protected |
| _boundary_name_to_area | Component2D | protected |
| _boundary_names_axial_inner | Component2D | protected |
| _boundary_names_axial_outer | Component2D | protected |
| _boundary_names_inner_radial | Component2D | protected |
| _boundary_names_interior_axial_per_radial_section | Component2D | protected |
| _boundary_names_radial_end | Component2D | protected |
| _boundary_names_radial_start | Component2D | protected |
| _communicator | libMesh::ParallelObject | protected |
| _console | MooseObject | |
| _coord_sys | Component | protected |
| _dir | DiscreteLineSegmentInterface | protected |
| _dir_unnormalized | DiscreteLineSegmentInterface | protected |
| _elem_ids | Component | protected |
| _enabled | MooseObject | protected |
| _end_bc_id | Component2D | protected |
| _external_boundary_type_to_enum | Component2D | static |
| _factory | Component | protected |
| _inner_bc_id | Component2D | protected |
| _inner_radial_bc_id | Component2D | protected |
| _interior_axial_per_radial_section_bc_id | Component2D | protected |
| _length | DiscreteLineSegmentInterface | protected |
| _lengths | DiscreteLineSegmentInterface | protected |
| _log | LoggingInterface | protected |
| _mesh | Component | protected |
| _moose_object_name_dlsi | DiscreteLineSegmentInterface | protected |
| _n_elem | DiscreteLineSegmentInterface | protected |
| _n_elems | DiscreteLineSegmentInterface | protected |
| _n_part_elems | Component2D | protected |
| _n_regions | Component2D | protected |
| _n_sections | DiscreteLineSegmentInterface | protected |
| _name | MooseObject | protected |
| _names | Component2D | protected |
| _node_ids | Component | protected |
| _node_locations | GeneratedMeshComponent | protected |
| _outer_bc_id | Component2D | protected |
| _parent | Component | protected |
| _pars | MooseObject | protected |
| _position | DiscreteLineSegmentInterface | protected |
| _R | DiscreteLineSegmentInterface | protected |
| _R_inv | DiscreteLineSegmentInterface | protected |
| _radial_end_bc_id | Component2D | protected |
| _radial_start_bc_id | Component2D | protected |
| _rotation | DiscreteLineSegmentInterface | protected |
| _Rx | DiscreteLineSegmentInterface | protected |
| _Rx_inv | DiscreteLineSegmentInterface | protected |
| _section_end | DiscreteLineSegmentInterface | protected |
| _sim | Component | protected |
| _start_bc_id | Component2D | protected |
| _subdomain_ids | Component | protected |
| _subdomain_names | Component | protected |
| _total_elem_number | Component2D | protected |
| _total_width | Component2D | protected |
| _type | MooseObject | protected |
| _volume | Component2D | protected |
| _width | Component2D | protected |
| _x_centers | DiscreteLineSegmentInterface | protected |
| _zero | Component | protected |
| addDependency(const std::string &dependency) | Component | |
| addElement(libMesh::ElemType elem_type, const std::vector< dof_id_type > &node_ids) | GeometricalComponent | protected |
| addElementEdge2(dof_id_type node0, dof_id_type node1) | GeometricalComponent | protected |
| addElementEdge3(dof_id_type node0, dof_id_type node1, dof_id_type node2) | GeometricalComponent | protected |
| addElementQuad4(dof_id_type node0, dof_id_type node1, dof_id_type node2, dof_id_type node3) | GeometricalComponent | protected |
| addElementQuad9(dof_id_type node0, dof_id_type node1, dof_id_type node2, dof_id_type node3, dof_id_type node4, dof_id_type node5, dof_id_type node6, dof_id_type node7, dof_id_type node8) | GeometricalComponent | protected |
| addMooseObjects() | Component | inlinevirtual |
| addNode(const Point &pt) | Component | protected |
| addNodeElement(dof_id_type node) | Component | protected |
| addRelationshipManagers(Moose::RelationshipManagerType) | Component | inlinevirtual |
| addRelationshipManagersFromParameters(const InputParameters &moose_object_pars) | Component | protected |
| addVariables() | Component | inlinevirtual |
| ADFunctorInterface(const MooseObject *moose_object) | ADFunctorInterface | |
| ADFunctorInterface(const ADFunctorInterface &object, const Moose::Kokkos::FunctorCopy &key) | ADFunctorInterface | |
| app_param | MooseObject | static |
| build2DMesh() | Component2D | protected |
| build2DMesh2ndOrder() | Component2D | protected |
| buildMesh() override | Component2D | virtual |
| callMooseError(std::string msg, const bool with_prefix, const hit::Node *node=nullptr) const | MooseObject | |
| callMooseError(MooseApp *const app, const InputParameters ¶ms, std::string msg, const bool with_prefix, const hit::Node *node) | MooseObject | static |
| check() const override | Component2D | protectedvirtual |
| checkComponentExistsByName(const std::string &comp_name) const | Component | |
| checkComponentOfTypeExists(const std::string ¶m) const | Component | |
| checkComponentOfTypeExistsByName(const std::string &comp_name) const | Component | |
| CHECKED enum value | Component | |
| checkEqualSize(const std::string ¶m1, const std::string ¶m2) const | Component | |
| checkFunctorSupportsSideIntegration(const std::string &name, bool qp_integration) | ADFunctorInterface | protected |
| checkMutuallyExclusiveParameters(const std::vector< std::string > ¶ms, bool need_one_specified=true) const | Component | |
| checkParameterValueLessThan(const std::string ¶m, const T &value_max) const | Component | |
| checkSetupStatus(const EComponentSetupStatus &status) const | Component | |
| checkSizeEqualsParameterValue(const std::string ¶m1, const std::string ¶m2) const | Component | |
| checkSizeEqualsValue(const std::string ¶m, const unsigned int &n_entries) const | Component | |
| checkSizeEqualsValue(const std::string ¶m, const unsigned int &n_entries, const std::string &description) const | Component | |
| checkSizeGreaterThan(const std::string ¶m, const unsigned int &n_entries) const | Component | |
| checkSizeLessThan(const std::string ¶m, const unsigned int &n_entries) const | Component | |
| cname() const | Component | |
| comm() const | libMesh::ParallelObject | |
| Component(const InputParameters ¶meters) | Component | |
| Component2D(const InputParameters ¶ms) | Component2D | |
| computeAxialBoundaryArea(const Real &y_min, const Real &y_max) const =0 | Component2D | pure virtual |
| computeAxialCoordinate(const Point &p) const | DiscreteLineSegmentInterface | |
| computeDirectionTransformationTensor(const RealVectorValue &dir) | DiscreteLineSegmentInterface | static |
| computeRadialBoundaryArea(const Real &length, const Real &y) const =0 | Component2D | pure virtual |
| computeRadialCoordinate(const Point &p) const | DiscreteLineSegmentInterface | |
| computeRealPointFromReferencePoint(const Point &p) const | DiscreteLineSegmentInterface | |
| computeRealPointFromReferencePoint(const Point &p, const RealVectorValue &position, const RealTensorValue &R, const RealTensorValue &Rx) | DiscreteLineSegmentInterface | static |
| computeReferencePointFromRealPoint(const Point &p) const | DiscreteLineSegmentInterface | |
| computeReferencePointFromRealPoint(const Point &p, const RealVectorValue &position, const RealTensorValue &R_inv, const RealTensorValue &Rx_inv) | DiscreteLineSegmentInterface | static |
| computeXRotationTransformationTensor(const Real &rotation) | DiscreteLineSegmentInterface | static |
| connectControllableParams(const std::string ¶meter, const std::string &object_type, const std::string &object_name, const std::string &object_parameter) const | MooseObject | |
| connectObject(const InputParameters ¶ms, const std::string &mooseName, const std::string &name) const | Component | |
| connectObject(const InputParameters ¶ms, const std::string &mooseName, const std::string &name, const std::string &par_name) const | Component | |
| ConsoleStreamInterface(MooseApp &app) | ConsoleStreamInterface | |
| constMesh() const | Component | inline |
| CREATED enum value | Component | |
| DataFileInterface(const ParallelParamObject &parent) | DataFileInterface | |
| DataFileParameterType typedef | MooseObject | |
| deduceFunctorName(const std::string &name, const InputParameters ¶ms) | ADFunctorInterface | static |
| deduceFunctorName(const std::string &name) const | ADFunctorInterface | protected |
| DiscreteLineSegmentInterface(const MooseObject *moose_object) | DiscreteLineSegmentInterface | |
| EComponentSetupStatus enum name | Component | |
| enabled() const | MooseObject | virtual |
| errorPrefix(const std::string &) const | MooseObject | |
| executeCheck() const | Component | |
| executeInit() | Component | |
| executeInitSecondary() | Component | |
| executeSetupMesh() | Component | |
| ExternalBoundaryType enum name | Component2D | |
| flagInvalidSolutionInternal(const InvalidSolutionID invalid_solution_id) const | MooseObject | protected |
| FunctorInterface(const MooseObject *moose_object) | FunctorInterface | |
| FunctorInterface(const FunctorInterface &object, const Moose::Kokkos::FunctorCopy &key) | FunctorInterface | |
| GeneratedMeshComponent(const InputParameters ¶meters) | GeneratedMeshComponent | |
| genName(const std::string &prefix, unsigned int id, const std::string &suffix="") const | NamingInterface | inline |
| genName(const std::string &prefix, unsigned int i, unsigned int j, const std::string &suffix="") const | NamingInterface | inline |
| genName(const std::string &prefix, const std::string &name, unsigned int i) const | NamingInterface | inline |
| genName(const std::string &prefix, const std::string &middle, const std::string &suffix="") const | NamingInterface | inline |
| genSafeName(const std::string &prefix, const std::string &middle, const std::string &suffix="") const | NamingInterface | inline |
| GeometricalComponent(const InputParameters ¶meters) | GeometricalComponent | |
| getAlignmentAxis() const | DiscreteLineSegmentInterface | |
| getAlignmentAxis(const RealVectorValue &dir) | DiscreteLineSegmentInterface | static |
| getAxialElementIndex(const Point &p_center) const | DiscreteLineSegmentInterface | |
| getAxialOffset() const | Component2D | inline |
| getAxialSectionIndex(const Point &p) const | DiscreteLineSegmentInterface | |
| getBase() const | MooseObject | |
| getBoundaryArea(const BoundaryName &boundary_name) const | Component2D | |
| getBoundaryInfo(const BoundaryName &boundary_name) const | Component2D | |
| getBoundaryInfo(const ExternalBoundaryType &boundary_type) const | Component2D | |
| getCheckedPointerParam(const std::string &name, const std::string &error_string="") const | MooseObject | |
| getComponent(const std::string &name) const | Component | |
| getComponentByName(const std::string &cname) const | Component | |
| getCoordSysTypes() const | Component | virtual |
| getDataFileName(const std::string ¶m) const | MooseObject | |
| getDataFileNameByName(const std::string &relative_path) const | MooseObject | |
| getDataFilePath(const std::string &relative_path) const | MooseObject | |
| getDependencies() const | Component | inline |
| getDirection() const | DiscreteLineSegmentInterface | inlinevirtual |
| getElementBoundaryCoordinates() const | DiscreteLineSegmentInterface | |
| getElementBoundaryCoordinates(const RealVectorValue &position, const RealVectorValue &orientation, const Real &rotation, const std::vector< Real > &lengths, const std::vector< unsigned int > &n_elems) | DiscreteLineSegmentInterface | static |
| getElementIDs() const | Component | |
| getEnumParam(const std::string ¶m, bool log_error=true) const | Component | |
| getExternalBoundaryName(const ExternalBoundaryType &boundary_type) const | Component2D | |
| getExternalBoundaryType(const BoundaryName &boundary_name) const | Component2D | |
| getExternalBoundaryTypeMooseEnum(const std::string &default_value="") | Component2D | static |
| getFunctor(const std::string &name) | ADFunctorInterface | protected |
| getFunctor(const std::string &name, THREAD_ID tid) | ADFunctorInterface | protected |
| getFunctor(const std::string &name, SubProblem &subproblem) | ADFunctorInterface | protected |
| getFunctor(const std::string &name, SubProblem &subproblem, THREAD_ID tid) | ADFunctorInterface | protected |
| getHitNode() const | MooseObject | |
| getLength() const | DiscreteLineSegmentInterface | inlinevirtual |
| getMooseApp() const | MooseObject | |
| getNames() const | Component2D | inline |
| getNodeIDs() const | Component | |
| getNumElems() const | DiscreteLineSegmentInterface | inlinevirtual |
| getNumRegions() const | Component2D | inline |
| getParam(const std::string &name) const | MooseObject | |
| getParam(const std::string ¶m1, const std::string ¶m2) const | MooseObject | |
| getPosition() const | DiscreteLineSegmentInterface | inlinevirtual |
| getRenamedParam(const std::string &old_name, const std::string &new_name) const | MooseObject | |
| getRotation() const | DiscreteLineSegmentInterface | inlinevirtual |
| getSharedPtr() | MooseObject | |
| getSharedPtr() const | MooseObject | |
| getSubdomainNames() const | Component | virtual |
| getTHMProblem() const | Component | |
| getTotalWidth() const | Component2D | inline |
| getVariableFn(const FunctionName &fn_param_name) | GeometricalComponent | protected |
| getVolumes() const | Component2D | inline |
| hasBase() const | MooseObject | |
| hasBlock(const std::string &name) const | Component2D | |
| hasBoundary(const BoundaryName &boundary_name) const | Component2D | |
| hasComponent(const std::string &name) const | Component | |
| hasComponentByName(const std::string &cname) const | Component | |
| hasExternalBoundary(const BoundaryName &boundary_name) const | Component2D | |
| hasParam(const std::string &name) const | Component | |
| init() | Component | inlineprotectedvirtual |
| INITIALIZED_PRIMARY enum value | Component | |
| INITIALIZED_SECONDARY enum value | Component | |
| initSecondary() | Component | inlineprotectedvirtual |
| insistParameterExists(const std::string &function_name, const std::string ¶m_name) const | Component | |
| isBoundaryInVector(const BoundaryName &boundary_name, const std::vector< BoundaryName > &boundary_name_vector) const | Component2D | |
| isFunctor(const std::string &name) const | ADFunctorInterface | protected |
| isFunctor(const std::string &name, const SubProblem &subproblem) const | ADFunctorInterface | protected |
| isKokkosObject(IsKokkosObjectKey &&) const | MooseObject | |
| isParamSetByUser(const std::string &name) const | MooseObject | |
| isParamValid(const std::string &name) const | MooseObject | |
| kokkos_object_param | MooseObject | static |
| logComponentError(const std::string &component_name, Args &&... args) const | LoggingInterface | inline |
| logComponentWarning(const std::string &component_name, Args &&... args) const | LoggingInterface | inline |
| logError(Args &&... args) const | Component | inline |
| LoggingInterface(Logger &log) | LoggingInterface | |
| logWarning(Args &&... args) const | Component | inline |
| makeElemArg(const Elem *elem, bool correct_skewnewss=false) const | ADFunctorInterface | protected |
| makeFunctionControllableIfConstant(const FunctionName &fn_name, const std::string &control_name, const std::string ¶m="value") const | Component | |
| mesh() | Component | |
| MESH_PREPARED enum value | Component | |
| messagePrefix(const bool hit_prefix=true) const | MooseObject | |
| moose_base_param | MooseObject | static |
| MooseBase(const InputParameters ¶ms) | MooseBase | |
| MooseBase(MooseApp &app, const InputParameters ¶ms) | MooseBase | |
| mooseDeprecated(Args &&... args) const | MooseObject | |
| mooseDeprecated(Args &&... args) const | MooseObject | |
| mooseDocumentedError(const std::string &repo_name, const unsigned int issue_num, Args &&... args) const | MooseObject | |
| mooseError(Args &&... args) const | MooseObject | |
| mooseErrorNonPrefixed(Args &&... args) const | MooseObject | |
| mooseInfo(Args &&... args) const | MooseObject | |
| MooseObject(const InputParameters ¶meters) | MooseObject | |
| MooseObject(const MooseObject &object, const Moose::Kokkos::FunctorCopy &key) | MooseObject | |
| mooseWarning(Args &&... args) const | MooseObject | |
| mooseWarning(Args &&... args) const | MooseObject | |
| mooseWarningNonPrefixed(Args &&... args) const | MooseObject | |
| mooseWarningNonPrefixed(Args &&... args) const | MooseObject | |
| n_processors() const | libMesh::ParallelObject | |
| name() const | MooseObject | |
| name_param | MooseObject | static |
| NamingInterface() | NamingInterface | inline |
| operator=(const ParallelObject &libmesh_dbg_var(other)) | libMesh::ParallelObject | |
| ParallelObject(const Parallel::Communicator &comm_in) | libMesh::ParallelObject | |
| ParallelObject(const ParallelObject &other) | libMesh::ParallelObject | |
| ParallelParamObject(const InputParameters ¶ms) | ParallelParamObject | |
| paramError(const std::string ¶m, Args... args) const | MooseObject | |
| parameters() const | MooseObject | |
| paramInfo(const std::string ¶m, Args... args) const | MooseObject | |
| paramWarning(const std::string ¶m, Args... args) const | MooseObject | |
| paramWarning(const std::string ¶m, Args... args) const | MooseObject | |
| parent() | Component | inline |
| passParameter(const std::string &name, const std::string &new_name, InputParameters ¶ms) const | THMObject | protected |
| passParameter(const std::string &name, InputParameters ¶ms) const | THMObject | protected |
| problemIsTransient() const | Component | inline |
| processor_id() const | libMesh::ParallelObject | |
| queryParam(const std::string &name) const | MooseObject | |
| registerInvalidSolutionInternal(const std::string &message, const bool warning) const | MooseObject | protected |
| setSubdomainInfo(SubdomainID subdomain_id, const std::string &subdomain_name, const Moose::CoordinateSystemType &coord_system=Moose::COORD_XYZ) | Component | protectedvirtual |
| setupMesh() override | GeneratedMeshComponent | protectedvirtual |
| SolutionInvalidInterface(const MooseBase *const moose_base, const InputParameters ¶ms) | SolutionInvalidInterface | |
| SolutionInvalidInterface(const SolutionInvalidInterface &object, const Moose::Kokkos::FunctorCopy &key) | SolutionInvalidInterface | |
| stringify(EComponentSetupStatus status) const | Component | |
| THMObject(const InputParameters ¶meters) | THMObject | |
| type() const | MooseObject | |
| type_param | MooseObject | static |
| typeAndName() const | MooseObject | |
| unique_name_param | MooseObject | static |
| uniqueName() const | MooseObject | |
| uniqueParameterName(const std::string ¶meter_name) const | MooseObject | |
| usingCombinedWarningSolutionWarnings | MooseObject | |
| usingSecondOrderMesh() const =0 | GeneratedMeshComponent | protectedpure virtual |
| validParams() | Component2D | static |
| ~MooseBase()=default | MooseBase | virtual |
| ~MooseObject()=default | MooseObject | virtual |
| ~ParallelObject()=default | libMesh::ParallelObject | virtual |
| ~ParallelParamObject()=default | ParallelParamObject | virtual |
1.8.14