Functions
EdgeLengthCorrect.hpp File Reference

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"
Include dependency graph for EdgeLengthCorrect.hpp:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Attempts to improve the accuracy of the simulation by taking into accout the change in the length of an edge during a time step.

Author
Elad Steinberg

Definition in file EdgeLengthCorrect.hpp.

Function Documentation

◆ CorrectEdgeLength() [1/2]

void CorrectEdgeLength ( Tessellation const &  tessold,
Tessellation const &  tessnew,
vector< double > &  lengths 
)

Corrects the length of the edges to be second order in time.

Parameters
tessoldThe tessellation at the start of the time step
tessnewThe tessellation at the end of the time step
lengthsThis is the output of the correct edges lengths

Definition at line 3 of file EdgeLengthCorrect.cpp.

Here is the call graph for this function:

◆ CorrectEdgeLength() [2/2]

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.

Parameters
tessoldThe tessellation at the start of the time step
tessmidThe tessellation at the middle of the time step
tessnewThe tessellation at the end of the time step
lengthsThis is the output of the correct edges lengths

Definition at line 47 of file EdgeLengthCorrect.cpp.

Here is the call graph for this function: