PolyFEM
Loading...
Searching...
No Matches
NodeSelectionUtils.hpp File Reference
#include <Eigen/Core>
#include <vector>
#include <polyfem/legacy/State.hpp>
Include dependency graph for NodeSelectionUtils.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  polyfem
 

Functions

Eigen::VectorXi polyfem::select_interior_nodes (const legacy::State &state, const std::vector< int > &volume_selection)
 Select interior nodes (vertex id).
 
Eigen::VectorXi polyfem::select_boundary_nodes (const legacy::State &state, const std::vector< int > &surface_selection)
 Select boundary nodes (vertex id).
 
Eigen::VectorXi polyfem::select_boundary_nodes_excluding_surfaces (const legacy::State &state, const std::vector< int > &exclude_surface_selections)
 Select all boundary nodes (vertex id) except surface.