1 #ifndef SIMPT_MATH_MESH_TOPOLOGY_H_INCLUDED
2 #define SIMPT_MATH_MESH_TOPOLOGY_H_INCLUDED
24 #include <boost/property_tree/ptree.hpp>
30 using boost::property_tree::ptree;
64 #endif // end_of_include_guard
static CSRMatrix NodeEdgeNodeIncidence(std::shared_ptr< Mesh > mesh)
Return the incidence of nodes and nodes as a binary CSR matrix A with dimensions: #nodes x #nodes...
static CSRMatrix NodeCellNodeIncidence(std::shared_ptr< Mesh > mesh)
Return the incidence of nodes and cells as a binary CSR matrix A with dimensions: #nodes x #cells...
Represents a binary matrix with n rows and m columns in a Compressed Sparse Row representation.
Namespace for the core simulator.
Helper functions for mesh topology.
Data strucuture for generalized node/cell incidence relations.