OGS
getMaxiumElementEdgeLengths.h
Go to the documentation of this file.
1
12#pragma once
13
14#include <vector>
15
16namespace MeshLib
17{
18class Element;
20std::vector<double> getMaxiumElementEdgeLengths(
21 std::vector<Element*> const& elements);
22} // namespace MeshLib
std::vector< double > getMaxiumElementEdgeLengths(std::vector< Element * > const &elements)
Returns the maximum lengths of the edges for each element.