Reconstruction Class Reference
[Solver]
#include <Reconstruction.h>
Detailed Description
To perform various reconstruction operations.This class enables various reconstruction operations like smoothing, projections, ...
Public Member Functions | |
| Reconstruction (const Mesh &ms) | |
| Constructor using a refrence to a Mesh instance. | |
| Reconstruction () | |
| Default constructor. | |
| void | setMesh (const Mesh &ms) |
| Provide Mesh instance. | |
| void | SmoothP0P1 (const ElementVect< double > &u, NodeVect< double > &v) |
| Smooth an elementwise field to obtain a nodewise field by L2 projection. | |
| ~Reconstruction () | |
| Destructor. | |
Member Function Documentation
| void SmoothP0P1 | ( | const ElementVect< double > & | u, | |
| NodeVect< double > & | v | |||
| ) |
Smooth an elementwise field to obtain a nodewise field by L2 projection.
- Parameters:
-
[in] u ElementVect instance that contains field to smooth [out] v NodeVect instance that contains on output smoothed field