OGS
|
Created on June 8, 2021, 12:16 PM
Definition in file GetSpaceDimension.cpp.
#include "GetSpaceDimension.h"
#include <Eigen/Core>
#include <algorithm>
#include <limits>
#include "BaseLib/Error.h"
#include "MeshLib/Node.h"
Go to the source code of this file.
Namespaces | |
namespace | MeshLib |
Functions | |
int | MeshLib::getSpaceDimension (std::vector< Node * > const &nodes) |
Computes dimension of the embedding space containing the set of given points. | |