FreeFem-sources icon indicating copy to clipboard operation
FreeFem-sources copied to clipboard

FreeFEM source code

Results 66 FreeFem-sources issues
Sort by recently updated
recently updated
newest added

Hello, I noticed that the computation of 3D integrals with [P1,P1,P1] elements is about ten times slower compared to the integration with P1 elements (after interpolating each coordinate), see the...

bug

Could freefem run on the AMD processor (Windows)?

Hello, There appears to be a bug when exporting meshes in .am format. It can be reproduced in the following script: ```C++ mesh Th = square(10, 10); savemesh(Th, "square.am"); mesh...

A bug of parameter order of `setenv` in this PR is fixed. For the example `shell.edp` in `examples/plugin/`, the original code will not yield any results when users calling `setenv("FF_TOTO",...

Dear FreeFEM developers, I'm working on a project involving solving a PDE in a domain (using FreeFem) and then, using the calculated solution, evolving my system (implemented in Python). For...

Dear Pierre @prj- , in early versions of macro_ddm.idp script there was a good feature that enabled to split mesh during partitioning. In ver. 4.11 build script generates an error...

Dear FreeFEM developers, I try to build FreeFEM source code on remote cluster as user on operating system: CentOS Linux 7 (Core) (without sudo permission). ``` $ hostnamectl Static hostname:...

Dear FreeFem developers, I try to run the code, which is very close to example **elasticity-2d-PETSc.edp**. I use the folowing command to run script in VSCode `mpiexec -n 6 FreeFem++-mpi.exe...

Hello, I'm a french beginner student on Freefem++ and I have to make research on Nitsche's method for elliptic problem by Hansbo P. and A. (link : https://hal.archives-ouvertes.fr/hal-01352903 ). I'm...

Version 4.10 fails to build: ``` lg.ypp:32:10: fatal error: 'config.h' file not found #include ^~~~~~~~~~ ``` cmake-3.22.1 FreeBSD 13 No other package should install a header ```config.h``` because it is...