OGS
GetSpaceDimension.h
Go to the documentation of this file.
1
12#pragma once
13
14#include <vector>
15
16namespace MeshLib
17{
18class Node;
19
43int getSpaceDimension(std::vector<Node*> const& nodes);
44}; // namespace MeshLib
int getSpaceDimension(std::vector< Node * > const &nodes)
Computes dimension of the embedding space containing the set of given points.