| _bah_ratio | PeridynamicsMesh | protected |
| _boundary_node_offset | PeridynamicsMesh | protected |
| _cracks_end | PeridynamicsMesh | protected |
| _cracks_start | PeridynamicsMesh | protected |
| _cracks_width | PeridynamicsMesh | protected |
| _dg_neighbors | PeridynamicsMesh | protected |
| _dg_vol_frac | PeridynamicsMesh | protected |
| _dim | PeridynamicsMesh | protected |
| _has_cracks | PeridynamicsMesh | protected |
| _has_horiz_num | PeridynamicsMesh | protected |
| _horiz_num | PeridynamicsMesh | protected |
| _horiz_rad | PeridynamicsMesh | protected |
| _n_pdbonds | PeridynamicsMesh | protected |
| _n_pdnodes | PeridynamicsMesh | protected |
| _pdnode_avg_spacing | PeridynamicsMesh | protected |
| _pdnode_blockID | PeridynamicsMesh | protected |
| _pdnode_bonds | PeridynamicsMesh | protected |
| _pdnode_coord | PeridynamicsMesh | protected |
| _pdnode_elemID | PeridynamicsMesh | protected |
| _pdnode_horiz_rad | PeridynamicsMesh | protected |
| _pdnode_horiz_vol | PeridynamicsMesh | protected |
| _pdnode_neighbors | PeridynamicsMesh | protected |
| _pdnode_vol | PeridynamicsMesh | protected |
| buildMesh() override | PeridynamicsMesh | virtual |
| checkCrackIntersectBond(Point crack_p1, Point crack_p2, Real crack_width, Point bond_p1, Point bond_p2) | PeridynamicsMesh | protected |
| checkInterface(SubdomainID pdnode_blockID_i, SubdomainID pdnode_blockID_j, std::multimap< SubdomainID, SubdomainID > blockID_pairs) | PeridynamicsMesh | protected |
| checkPointInsideRectangle(Point point, Point rec_p1, Point rec_p2, Real rec_height, Real tol=0) | PeridynamicsMesh | protected |
| checkSegmentIntersectSegment(Point seg1_p1, Point seg1_p2, Point seg2_p1, Point seg2_p2) | PeridynamicsMesh | protected |
| createNeighborHorizonBasedData() | PeridynamicsMesh | protected |
| createNodeHorizBasedData(std::multimap< SubdomainID, SubdomainID > connect_block_id_pairs, std::multimap< SubdomainID, SubdomainID > non_connect_block_id_pairs) | PeridynamicsMesh | protected |
| createPeridynamicsMeshData(MeshBase &fe_mesh, std::set< dof_id_type > converted_elem_id, std::multimap< SubdomainID, SubdomainID > connect_block_id_pairs, std::multimap< SubdomainID, SubdomainID > non_connect_block_id_pairs) | PeridynamicsMesh | |
| dimension() const override | PeridynamicsMesh | virtual |
| getBonds(dof_id_type node_id) | PeridynamicsMesh | |
| getBoundaryOffset(dof_id_type node_id) | PeridynamicsMesh | |
| getDefGradNeighbors(dof_id_type node_id, unsigned int neighbor_id) | PeridynamicsMesh | |
| getDefGradVolFraction(dof_id_type node_id, dof_id_type neighbor_id) | PeridynamicsMesh | |
| getHorizon(dof_id_type node_id) | PeridynamicsMesh | |
| getHorizVolume(dof_id_type node_id) | PeridynamicsMesh | |
| getNeighborIndex(dof_id_type node_i, dof_id_type node_j) | PeridynamicsMesh | |
| getNeighbors(dof_id_type node_id) | PeridynamicsMesh | |
| getNodeAvgSpacing(dof_id_type node_id) | PeridynamicsMesh | |
| getNodeBlockID(dof_id_type node_id) | PeridynamicsMesh | |
| getPDNodeCoord(dof_id_type node_id) | PeridynamicsMesh | |
| getPDNodeIDToFiniteElemIDMap() | PeridynamicsMesh | |
| getPDNodeVolume(dof_id_type node_id) | PeridynamicsMesh | |
| nPDBonds() const | PeridynamicsMesh | |
| nPDNodes() const | PeridynamicsMesh | |
| operator=(const PeridynamicsMesh &other_mesh)=delete | PeridynamicsMesh | |
| PeridynamicsMesh(const InputParameters ¶meters) | PeridynamicsMesh | |
| PeridynamicsMesh(const PeridynamicsMesh &)=default | PeridynamicsMesh | |
| safeClone() const override | PeridynamicsMesh | virtual |
| setNodeBlockID(SubdomainID id) | PeridynamicsMesh | |