To perform various reconstruction operations. More...
#include <Reconstruction.h>
Public Member Functions | |
| Reconstruction () | |
| Default constructor. | |
| Reconstruction (const Mesh &ms) | |
| Constructor using a refrence to a Mesh instance. | |
| ~Reconstruction () | |
| Destructor. | |
| void | setMesh (const Mesh &ms) |
| Provide Mesh instance. | |
| void | P0toP1 (const Vect< real_t > &u, Vect< real_t > &v) |
| Smooth an elementwise field to obtain a nodewise field by L2 projection. | |
| void | DP1toP1 (const Vect< real_t > &u, Vect< real_t > &v) |
| Smooth a discontinuous P1 field to obtain a nodewise (Continuous P1) field by L2 projection. | |
To perform various reconstruction operations.
This class enables various reconstruction operations like smoothing, projections, ...