| ball_selection(const M &m, const VectorNd ¢er, const double rel_radius, const int n_ring_size) | polyfem::mesh::LocalMesh< M > | static |
| body_ids() const | polyfem::mesh::LocalMesh< M > | inline |
| boundary_edges() const | polyfem::mesh::LocalMesh< M > | inline |
| boundary_faces() const | polyfem::mesh::LocalMesh< M > | inline |
| boundary_facets() | polyfem::mesh::LocalMesh< M > | |
| boundary_facets() const | polyfem::mesh::LocalMesh< M > | |
| boundary_ids() const | polyfem::mesh::LocalMesh< M > | inline |
| build_bases(const std::string &formulation) | polyfem::mesh::LocalMesh< M > | |
| displacements() const | polyfem::mesh::LocalMesh< M > | inline |
| elements() const | polyfem::mesh::LocalMesh< M > | inline |
| fixed_vertices() const | polyfem::mesh::LocalMesh< M > | inline |
| flood_fill_n_ring(const M &m, const Tuple ¢er, const double area) | polyfem::mesh::LocalMesh< M > | static |
| global_to_local() const | polyfem::mesh::LocalMesh< M > | inline |
| init_local_to_global() | polyfem::mesh::LocalMesh< M > | protected |
| init_vertex_attributes(const M &m) | polyfem::mesh::LocalMesh< M > | protected |
| local_to_global() const | polyfem::mesh::LocalMesh< M > | inline |
| LocalMesh(const M &m, const std::vector< Tuple > &element_tuples, const bool include_global_boundary) | polyfem::mesh::LocalMesh< M > | |
| m_body_ids | polyfem::mesh::LocalMesh< M > | protected |
| m_boundary_edges | polyfem::mesh::LocalMesh< M > | protected |
| m_boundary_faces | polyfem::mesh::LocalMesh< M > | protected |
| m_boundary_ids | polyfem::mesh::LocalMesh< M > | protected |
| m_elements | polyfem::mesh::LocalMesh< M > | protected |
| m_fixed_vertices | polyfem::mesh::LocalMesh< M > | protected |
| m_global_to_local | polyfem::mesh::LocalMesh< M > | protected |
| m_local_to_global | polyfem::mesh::LocalMesh< M > | protected |
| m_num_local_vertices | polyfem::mesh::LocalMesh< M > | protected |
| m_positions | polyfem::mesh::LocalMesh< M > | protected |
| m_projection_quantities | polyfem::mesh::LocalMesh< M > | protected |
| m_rest_positions | polyfem::mesh::LocalMesh< M > | protected |
| n_ring(const M &m, const Tuple ¢er, const int n) | polyfem::mesh::LocalMesh< M > | static |
| n_ring(const M &m, const std::vector< Tuple > &one_ring, const int n) | polyfem::mesh::LocalMesh< M > | static |
| num_elements() const | polyfem::mesh::LocalMesh< M > | inline |
| num_local_vertices() const | polyfem::mesh::LocalMesh< M > | inline |
| num_vertices() const | polyfem::mesh::LocalMesh< M > | inline |
| positions() const | polyfem::mesh::LocalMesh< M > | inline |
| projection_quantities() const | polyfem::mesh::LocalMesh< M > | inline |
| remove_duplicate_fixed_vertices() | polyfem::mesh::LocalMesh< M > | protected |
| reorder_vertices(const Eigen::VectorXi &permutation) | polyfem::mesh::LocalMesh< M > | |
| rest_positions() const | polyfem::mesh::LocalMesh< M > | inline |
| Tuple typedef | polyfem::mesh::LocalMesh< M > | protected |
| write_mesh(const std::string &path, const Eigen::MatrixXd &sol) const | polyfem::mesh::LocalMesh< M > | |