Classes | Functions
spatial_reconstruction.hpp File Reference

Abstract class for interpolation of the hydrodynamic variables. More...

#include "../common/hydrodynamic_variables.hpp"
#include "../../tessellation/tessellation.hpp"
#include "computational_cell_2d.hpp"
#include "cache_data.hpp"
Include dependency graph for spatial_reconstruction.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SpatialReconstruction
 Spatial reconstruction of the primitive functions. More...
 

Functions

Vector2D CalcCentroid (Edge const &edge)
 Calculates the central point of the edge. More...
 

Detailed Description

Abstract class for interpolation of the hydrodynamic variables.

Author
Almog Yalinewich

Definition in file spatial_reconstruction.hpp.

Function Documentation

◆ CalcCentroid()

Vector2D CalcCentroid ( Edge const &  edge)

Calculates the central point of the edge.

Parameters
edgeEdge
Returns
Center of the edge

Definition at line 3 of file spatial_reconstruction.cpp.

Here is the caller graph for this function: