-
Suppose phi is my variable on Vh. I've only seen examples with P1 functions, where phi[][i] works good. But I need P2 function and this won't give the correct result. Query by triangles like phi[][Vh(…
-
In Freefem's DSL, include directive does not look for files in the directory of the file calling this directive. For example, if `include "bar.edp"` is found in a file `$FF_ROOT/foo.edp` which is run …
-
Dear developpers,
Is there any reason why the underscore is not allowed in variable definitions?
real var_1=0;
results in
syntax error
current line = 1
Compile error : syntax error
…
-
Hi there,
thank you for putting together the nice new looking documentation.
I'm trying to get started with FreeFem and read through the [heat exchanger example](https://doc.freefem.org/tutorials/…
-
Ctrl+Alt+F does not work on Linux (Arch Linux)
Atom: 1.34.0
Electron: 3.1.3
Packages -> FreeFem++ runner -> Launch compilation works well
Right-click -> launch compilation for this file works …
-
A coverage report is available [here](http://13.93.1.249/coverage/)
It will be good to reach, at least, 80% of coverage for Lines and Functions.
PS: There is no automatic update at each commit rig…
-
Dear sir:
I want to use FreeFem as my adaptive mesh generator, how to output the mesh informs (cell neighbor, cell central, etc.)from FreeFem.
-
Dear professor,
I compared CG solver in old version(v3.62) with CG in new version(v4.0), noticing that the later(v4.0) is slower than the former(v3.62) in term of solve time.
As solve Poisson equat…
-
We ran Infer(a static code analyzer developed by Facebook) on Freefem's code, excluding /download
See the report repository [here](https://github.com/freefem/FreeFem-infer-report) and in [html](htt…
-
What is the meaning of the assertion involved in the error message below?
> Load: lg_fem lg_mesh lg_mesh3 eigenvalue
1 : load "metis" current line = 1
Assertion fail : (ii==MotClef.end())
…