Attempts to improve the accuracy of the simulation by taking into accout the change in the length of an edge during a time step. More...
#include "tessellation.hpp"
Go to the source code of this file.
Functions | |
void | CorrectEdgeLength (Tessellation const &tessold, Tessellation const &tessnew, vector< double > &lengths) |
Corrects the length of the edges to be second order in time. More... | |
void | CorrectEdgeLength (Tessellation const &tessold, Tessellation const &tessmid, Tessellation const &tessnew, vector< double > &lengths) |
Corrects the length of the edges to be second order in time. More... | |
Attempts to improve the accuracy of the simulation by taking into accout the change in the length of an edge during a time step.
Definition in file EdgeLengthCorrect.hpp.
void CorrectEdgeLength | ( | Tessellation const & | tessold, |
Tessellation const & | tessnew, | ||
vector< double > & | lengths | ||
) |
Corrects the length of the edges to be second order in time.
tessold | The tessellation at the start of the time step |
tessnew | The tessellation at the end of the time step |
lengths | This is the output of the correct edges lengths |
Definition at line 3 of file EdgeLengthCorrect.cpp.
void CorrectEdgeLength | ( | Tessellation const & | tessold, |
Tessellation const & | tessmid, | ||
Tessellation const & | tessnew, | ||
vector< double > & | lengths | ||
) |
Corrects the length of the edges to be second order in time.
tessold | The tessellation at the start of the time step |
tessmid | The tessellation at the middle of the time step |
tessnew | The tessellation at the end of the time step |
lengths | This is the output of the correct edges lengths |
Definition at line 47 of file EdgeLengthCorrect.cpp.