Romain Hild
Romain Hild
add a class for biotsavart computation allow to compute the magnetic field or potential on a set of markers of a mesh, or to create a box from the geotools....
I have an error on atlas when running the thermoelectric hdg application, or the `qs_hdg_laplacian` app on 2 nodes. The error occurs after the resolution of the problem, when exporting...
Radiation is the type of heating due to the windows. Possible benchmarks: - https://www.comsol.fr/paper/solar-radiation-effects-on-the-epoxy-adhesive-temperature-used-to-bond-cfrp-to-c-64131 - https://www.comsol.fr/paper/design-of-solar-thermal-dryers-for-24-hour-food-drying-processes-29072 - https://www.comsol.fr/paper/heat-transfer-optimization-of-a-solar-radiation-concrete-oven-for-rural-areas-40572
We could want to use indices for materials and also parameters, so we should be able to use the indices inside the parameters: ``` "Parameters": { "sigma1":35, "sigma2":40 }, "Materials":...
I would like to do something like this ``` element_ptrtype u; auto U = ps->element(); u = U(0_c); ``` But `U(0_c)` is a view on the subvector and we cannot...
When using the latest image for ubuntu focal, clang crashes when trying to compile `feelpp_qs_adr_3d`, with errors such as ``` 1. : current parser token ' _rhs=l,' 2. : parsing...
I have implemented an M-Search with the package, and it works fine in the Playground, but not when I copy the code in my Mac app. Is there anything to...