-
Chers développeurs FreeFem,
J'utilise actuellement la version 4.6 de FreeFem++.
En post traitant les résultats au format VTK avec le logiciel VisIt 3.1.2 (une alternative à Paraview), je n'arrive …
-
**Submitting author:** @oalii (Olivier Ali)
**Repository:** https://gitlab.com/oali/bvpy
**Version:** v1.0.1
**Editor:** @Kevin-Mattheus-Moerman
**Reviewer:** @IgorBaratta, @chennachaos, @finsberg
…
-
I use the version v4.5 of FreeFem++.
When I run this small part of code:
****** BEGIN ******
load "medit"
load "msh3"
load "iovtk"
mesh3 Th = cube(10, 10, 10);
savemesh(Th,"test.mesh");
mesh3…
-
Dear all,
I noticed possible issues with the interpolate function and integration requiring interpolation of test functions in 3D.
For some 3D meshes, the following lines seem to create infinite l…
-
Yesterday I compiled FreeFem++ from the latest sources (v4.4) and every test passed (except for one xfail) and then I installed it. However now I'm trying to run and old script which was working and i…
-
Good evening to everyone.
I am running FreeFem++ 4.2.1-1 on ArchLinux.
I downloaded the program from the AUR repository at this link
`https://aur.archlinux.org/packages/freefem`
I am posting t…
-
Dear all,
I have a problem with ffddm.
I downloaded FreeFEM(v4.2-1) from github (`https://github.com/FreeFem/FreeFem-sources.git`) and installed on Ubuntu 18.04 correctly according to the installa…
-
Hi there,
I am working on a nonlinear PDE.
It seems the "problem" supports only a linear problem,
and users have to write nonlinear solvers by themselves like this
https://www.um.es/freefem/ff…
-
FreeFEM version:4.1
OS: WIN10 64
Hi, When I run example **"bottle.edp"** in directory **FreeFem++\examples++-3d**, I get the error like below:
`-- FreeFem++ v 4.100000 (date mar. 9 avr. 2019 13:5…
-
After running the code for the 3D beam analysis from the [FreeFem Documentation](https://modules.freefem.org/modules/elasticity/)
See Code below:
```C
load "gmsh"
load "msh3"
//Parameters
real…