-
**OS:** Win10
**FreeFEM++ Version**: FreeFem++-4.1-win64-corei7-v2.exe
Hi,I got an error when I ran the example script `FreeFem++\examples\3d\fallingspheres.edp` ,
some content of log shows bel…
-
Hello,
I am trying FreeFEM++v4 on ubuntu 18.04. There was a problem while compiling PETSc-complex (more specifically in MUMPS), but on configuring with PETSc available on my PC for v3.62 or modifying…
-
Hello,
I'd like to ask if FreeFem++ support h- and p-adaptation respectively, and "trunc" in 3D(when I test Poission equations' convergence rate on norm H1 by using `Th = trunc(Th, 1, split=2);` to…
-
Original post from [FreeFem-doc #5](https://github.com/FreeFem/FreeFem-doc/issues/5) :
Sorry if this is the inappropriate place or way to complain, but i had some problems compiling Freefem++ on ar…
-
@FreeFem/documenters
Sorry if this is the inappropriate place or way to complain, but i had some problems compiling Freefem++ on arch (Manjaro to be exact).
the error occured after the "./reconfigur…
-
Environment variable FF_INCLUDEPATH is not split when it contains several paths separated by ":" on Unix systems. Here is the error message coming from examples++/include.edp (take a look at the last …
-
I do not understand why include.edp fails (with CMake). I added to PATH the full path of examples++ (containing funct.edp) but it does not solve the problem (unless I made a mistake somewhere).
> L…
-
Recently I spend some time so watch and clean up code in qucs.cpp, the main program. Here is the issue need to be discussed.
Currently qucs support two type of doc: `schematic`, and pure text document…