Reconstruction Class Reference
To perform various reconstruction operations. More...
Public Member Functions | |
| Reconstruction () | |
| Default constructor. | |
| Reconstruction (const Mesh &ms) | |
| Constructor using a refrence to a Mesh instance. | |
| ~Reconstruction () | |
| Destructor. | |
| void | setMesh (Mesh &ms) |
| Provide Mesh instance. | |
| void | P0toP1 (const Vect< double > &u, Vect< double > &v) |
| Smooth an elementwise field to obtain a nodewise field by L2 projection. | |
| void | DP1toP1 (const Vect< double > &u, Vect< double > &v) |
| Smooth an Discontinuous P1 field to obtain a nodewise (Continuous P1) field by L2 projection. | |
Detailed Description
To perform various reconstruction operations.
This class enables various reconstruction operations like smoothing, projections, ...
Member Function Documentation
- OFELI
- Reconstruction
Copyright © 1998-2012 Rachid Touzani