-
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…
-
Dear Professor,
I do a simple test to solve block matrix equations using MUMPS in freefem++-4.0-beta.tar.gz(Source version), and find that it always report errors. But it works well when using MUMP…
-
Hello,
I saw that it was possible to add new types of finite elements to freefem ++.
Do you think that the freefem ++ structure is compatible with the finite element family described in this paper…
-
**Describe the bug**
Function ambiguity
**Expected behavior**
Should not compile
**Code**
```
func real[int] test (real[int] &u) {
return u;
}
func real[int] test (real[int] &u) {
re…
-
Hello,
I would like to report these bugs I found in version 4.0 documentation.
The page number refers to the number you find on the bottom right corner of each page.
page 150: text out of bounds
…
-
Hello,
I am a long-time FF++ user (developing .edp scripts to model solid mechanics problems), and I just installed FreeFem++ on a new MacOS-10.13. I am noticing a strange performance issue on my M…
-
[Enter steps to reproduce:]
1. Open an EDP file
2. Run the script (Ctrl+Alt+F)
**Atom**: 1.34.0 x64
**Electron**: 3.1.1
**OS**: "Arch Linux"
**Thrown From**: [freefempp-runner](https://githu…
-
Hello,
In version 4.0 when using solver=Crout the following is shown even when verbosity = 0
SumpT=59287
-- forward substitution L
-- diagonal substitution D
-- backward substitution U…
bbogo updated
5 years ago
-
I think there is an error on the definition of transpose in the documentation.
It is indicated that the operator ' returns the transpose, and '' the hermitian transpose.
In my version of FreeFe…
-
When one loads a mesh in an edp file, e.g. `mesh3 Th("foo.mesh")`, no path seems to be used (see Mesh::read in femlib/fem.cpp).
Unless there already exists some mechanism to use a path, I would li…