EdgeLengthCorrect.hpp
Go to the documentation of this file.
1 
6 #include "tessellation.hpp"
7 
13 void CorrectEdgeLength(Tessellation const& tessold,Tessellation const& tessnew,
14  vector<double> &lengths);
15 
22 void CorrectEdgeLength(Tessellation const& tessold,Tessellation const& tessmid,
23  Tessellation const& tessnew,vector<double> &lengths);
Abstract class for tessellation.
Abstract class for the tessellation.
void CorrectEdgeLength(Tessellation const &tessold, Tessellation const &tessnew, vector< double > &lengths)
Corrects the length of the edges to be second order in time.