_check_whether_reasonable | PenetrationLocator | protected |
_do_normal_smoothing | PenetrationLocator | protected |
_fe | PenetrationLocator | |
_fe_type | PenetrationLocator | |
_has_penetrated | PenetrationLocator | |
_mesh | PenetrationLocator | |
_nearest_node | PenetrationLocator | |
_normal_smoothing_distance | PenetrationLocator | protected |
_normal_smoothing_method | PenetrationLocator | protected |
_patch_update_strategy | PenetrationLocator | protected |
_penetration_info | PenetrationLocator | |
_pg_moose_app | PerfGraphInterface | protected |
_prefix | PerfGraphInterface | protected |
_primary_boundary | PenetrationLocator | |
_restartable_app | Restartable | private |
_restartable_read_only | Restartable | private |
_restartable_system_name | Restartable | private |
_restartable_tid | Restartable | private |
_secondary_boundary | PenetrationLocator | |
_subproblem | PenetrationLocator | |
_tangential_tolerance | PenetrationLocator | protected |
_update_location | PenetrationLocator | protected |
declareManagedRestartableDataWithContext(const std::string &data_name, void *context, Args &&... args) | Restartable | private |
declareRecoverableData(const std::string &data_name, Args &&... args) | Restartable | private |
declareRestartableData(const std::string &data_name, Args &&... args) | Restartable | private |
declareRestartableDataWithContext(const std::string &data_name, void *context, Args &&... args) | Restartable | private |
declareRestartableDataWithObjectName(const std::string &data_name, const std::string &object_name, Args &&... args) | Restartable | private |
declareRestartableDataWithObjectNameWithContext(const std::string &data_name, const std::string &object_name, void *context, Args &&... args) | Restartable | private |
detectPenetration() | PenetrationLocator | |
getRestartableData(const std::string &data_name) const | Restartable | private |
getTangentialTolerance() | PenetrationLocator | inline |
inSegment(Point P, Point SP0, Point SP1) | PenetrationLocator | |
intersect2D_Segments(Point S1P0, Point S1P1, Point S2P0, Point S2P1, Point *I0, Point *I1) | PenetrationLocator | |
NORMAL_SMOOTHING_METHOD enum name | PenetrationLocator | |
normDistance(const Elem &elem, const Elem &side, const Node &p0, Point &closest_point, RealVectorValue &normal) | PenetrationLocator | |
NSM_EDGE_BASED enum value | PenetrationLocator | |
NSM_NODAL_NORMAL_BASED enum value | PenetrationLocator | |
penetrationDistance(dof_id_type node_id) | PenetrationLocator | |
PenetrationLocator(SubProblem &subproblem, GeometricSearchData &geom_search_data, MooseMesh &mesh, const unsigned int primary_id, const unsigned int secondary_id, Order order, NearestNodeLocator &nearest_node) | PenetrationLocator | |
penetrationNormal(dof_id_type node_id) | PenetrationLocator | |
perfGraph() | PerfGraphInterface | |
PerfGraphInterface(const MooseObject *moose_object) | PerfGraphInterface | |
PerfGraphInterface(const MooseObject *moose_object, const std::string prefix) | PerfGraphInterface | |
PerfGraphInterface(PerfGraph &perf_graph, const std::string prefix="") | PerfGraphInterface | |
PerfGraphInterface(MooseApp &moose_app, const std::string prefix="") | PerfGraphInterface | |
registerTimedSection(const std::string §ion_name, const unsigned int level) const | PerfGraphInterface | protected |
registerTimedSection(const std::string §ion_name, const unsigned int level, const std::string &live_message, const bool print_dots=true) const | PerfGraphInterface | protected |
reinit() | PenetrationLocator | |
Restartable(const MooseObject *moose_object, const std::string &system_name) | Restartable | private |
Restartable(const MooseObject *moose_object, const std::string &system_name, THREAD_ID tid) | Restartable | private |
Restartable(MooseApp &moose_app, const std::string &name, const std::string &system_name, THREAD_ID tid, const bool read_only=false, const RestartableDataMapName &metaname="") | Restartable | private |
restartableName(const std::string &data_name) const | Restartable | private |
setCheckWhetherReasonable(bool state) | PenetrationLocator | |
setNormalSmoothingDistance(Real normal_smoothing_distance) | PenetrationLocator | |
setNormalSmoothingMethod(std::string nsmString) | PenetrationLocator | |
setTangentialTolerance(Real tangential_tolerance) | PenetrationLocator | |
setUpdate(bool update) | PenetrationLocator | |
timedSectionName(const std::string §ion_name) const | PerfGraphInterface | protected |
validParams() | PerfGraphInterface | static |
~PenetrationLocator() | PenetrationLocator | |
~PerfGraphInterface()=default | PerfGraphInterface | virtual |