Christophe Prud'homme
Christophe Prud'homme
 ``` using namespace indicators; // Hide cursor show_console_cursor(false); ProgressBar bar{ option::BarWidth{50}, option::Start{"["}, option::Fill{"■"}, option::Lead{"■"}, option::Remainder{"-"}, option::End{" ]"}, option::PostfixText{"Starting simulator"}, option::ForegroundColor{Color::cyan}, option::FontStyles{std::vector{FontStyle::bold}} }; ``` here...
I now get this warning a lot **fast_and** ``` /scratch/prudhomm/feelpp/feelpp/contrib/boost/hana/include/boost/hana/detail/fast_and.hpp:21:50: warning: left operand of comma operator has no effect [-Wunused-value] [build] : std::is_same ``` **make** ``` [build] /scratch/prudhomm/feelpp/feelpp/contrib/boost/hana/include/boost/hana/core/make.hpp:35:28: warning: left...
add a json specification for RHT that will be implemented in the heat toolbox
- [x] add c++ code for heat equation - [x] add json spec for heat equation
in case of unobstructed planar surfaces, view factors can be computed with quadrature formulas. The diagonal of the VF matrix is 0 since a planar surface does not see itself....
implement a class hierarchy to support view factor computations: #1910 and #1892
- [x] Have you checked to ensure there aren't other open [Pull Requests](https://github.com/feelpp/feelpp/pulls) for the same change? - [x] Have you added an explanation of what your changes do and...
add view factor computation it uses nanoflann #1893 see also #1806 /cc @alixkien
Porting Feel++ to fedora requires a few changes: - [x] #1913 - [x] #1933 - [ ] #1934 - [x] #1935 - [x] #1936 - [ ] #1937
it is recommended to use petsc.pc and FindPkgConfig rather than FindPETSC.cmake to deal with non standard PETSc installation like in fedora