PolyFEM
|
This is the complete list of members for polyfem::utils::BoundarySampler, including all inherited members.
boundary_quadrature(const mesh::LocalBoundary &local_boundary, const int order, const mesh::Mesh &mesh, const bool skip_computation, Eigen::MatrixXd &uv, Eigen::MatrixXd &points, Eigen::MatrixXd &normals, Eigen::VectorXd &weights, Eigen::VectorXi &global_primitive_ids) | polyfem::utils::BoundarySampler | static |
boundary_quadrature(const mesh::LocalBoundary &local_boundary, const int order, const mesh::Mesh &mesh, const int i, const bool skip_computation, Eigen::MatrixXd &uv, Eigen::MatrixXd &points, Eigen::MatrixXd &normal, Eigen::VectorXd &weights) | polyfem::utils::BoundarySampler | static |
hex_local_node_coordinates_from_face(int lf) | polyfem::utils::BoundarySampler | static |
normal_for_polygon_edge(int face_id, int edge_id, const mesh::Mesh &mesh, Eigen::MatrixXd &normal) | polyfem::utils::BoundarySampler | static |
normal_for_quad_edge(int index, Eigen::MatrixXd &normal) | polyfem::utils::BoundarySampler | static |
normal_for_quad_face(int index, Eigen::MatrixXd &normal) | polyfem::utils::BoundarySampler | static |
normal_for_tri_edge(int index, Eigen::MatrixXd &normal) | polyfem::utils::BoundarySampler | static |
normal_for_tri_face(int index, Eigen::MatrixXd &normal) | polyfem::utils::BoundarySampler | static |
quad_local_node_coordinates_from_edge(int le) | polyfem::utils::BoundarySampler | static |
quadrature_for_polygon_edge(int face_id, int edge_id, int order, const mesh::Mesh &mesh, Eigen::MatrixXd &uv, Eigen::MatrixXd &points, Eigen::VectorXd &weights) | polyfem::utils::BoundarySampler | static |
quadrature_for_quad_edge(int index, int order, const int gid, const mesh::Mesh &mesh, Eigen::MatrixXd &uv, Eigen::MatrixXd &points, Eigen::VectorXd &weights) | polyfem::utils::BoundarySampler | static |
quadrature_for_quad_face(int index, int order, const int gid, const mesh::Mesh &mesh, Eigen::MatrixXd &uv, Eigen::MatrixXd &points, Eigen::VectorXd &weights) | polyfem::utils::BoundarySampler | static |
quadrature_for_tri_edge(int index, int order, const int gid, const mesh::Mesh &mesh, Eigen::MatrixXd &uv, Eigen::MatrixXd &points, Eigen::VectorXd &weights) | polyfem::utils::BoundarySampler | static |
quadrature_for_tri_face(int index, int order, const int gid, const mesh::Mesh &mesh, Eigen::MatrixXd &uv, Eigen::MatrixXd &points, Eigen::VectorXd &weights) | polyfem::utils::BoundarySampler | static |
sample_boundary(const mesh::LocalBoundary &local_boundary, const int n_samples, const mesh::Mesh &mesh, const bool skip_computation, Eigen::MatrixXd &uv, Eigen::MatrixXd &samples, Eigen::VectorXi &global_primitive_ids) | polyfem::utils::BoundarySampler | static |
sample_parametric_quad_edge(int index, int n_samples, Eigen::MatrixXd &uv, Eigen::MatrixXd &samples) | polyfem::utils::BoundarySampler | static |
sample_parametric_quad_face(int index, int n_samples, Eigen::MatrixXd &uv, Eigen::MatrixXd &samples) | polyfem::utils::BoundarySampler | static |
sample_parametric_tri_edge(int index, int n_samples, Eigen::MatrixXd &uv, Eigen::MatrixXd &samples) | polyfem::utils::BoundarySampler | static |
sample_parametric_tri_face(int index, int n_samples, Eigen::MatrixXd &uv, Eigen::MatrixXd &samples) | polyfem::utils::BoundarySampler | static |
sample_polygon_edge(int face_id, int edge_id, int n_samples, const mesh::Mesh &mesh, Eigen::MatrixXd &uv, Eigen::MatrixXd &samples) | polyfem::utils::BoundarySampler | static |
tet_local_node_coordinates_from_face(int lf) | polyfem::utils::BoundarySampler | static |
tri_local_node_coordinates_from_edge(int le) | polyfem::utils::BoundarySampler | static |