-
- Downloads
Improve reconstruction for polynomials of degree greater than 1
- The code is really crappy - Missing basis change have been implemented - Add few tests (seems to work at least for polynomials of degree 2) Still need a lot of clean-up and (performances) tests
Showing
- src/mesh/StencilBuilder.cpp 78 additions, 8 deletionssrc/mesh/StencilBuilder.cpp
- src/mesh/StencilBuilder.hpp 2 additions, 2 deletionssrc/mesh/StencilBuilder.hpp
- src/mesh/StencilManager.cpp 11 additions, 11 deletionssrc/mesh/StencilManager.cpp
- src/mesh/StencilManager.hpp 23 additions, 2 deletionssrc/mesh/StencilManager.hpp
- src/scheme/PolynomialReconstruction.cpp 47 additions, 15 deletionssrc/scheme/PolynomialReconstruction.cpp
- src/scheme/PolynomialReconstructionDescriptor.hpp 22 additions, 1 deletionsrc/scheme/PolynomialReconstructionDescriptor.hpp
- src/scheme/test_reconstruction.cpp 1 addition, 1 deletionsrc/scheme/test_reconstruction.cpp
- tests/CMakeLists.txt 1 addition, 0 deletionstests/CMakeLists.txt
- tests/test_PolynomialReconstruction.cpp 3 additions, 1 deletiontests/test_PolynomialReconstruction.cpp
- tests/test_PolynomialReconstructionDescriptor.cpp 11 additions, 3 deletionstests/test_PolynomialReconstructionDescriptor.cpp
- tests/test_QuadraticPolynomialReconstruction.cpp 1198 additions, 0 deletionstests/test_QuadraticPolynomialReconstruction.cpp
Loading
Please register or sign in to comment