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

FreeFEM user documentation

Results 17 FreeFem-doc issues
Sort by recently updated
recently updated
newest added

I need to work on Windows 11 :-( Following th instruction I read in [FREEFEM++ COLOR SYNTAX OF WINDOWS](http://www3.freefem.org/ff++/color-syntax-win.pdf) I already had Notepad++ (8.4.4 64bit) installed, but I cannot find...

I need to work on Windows 11 :-( About **1.9.4 Coloring Syntax FreeFem++** / **Atom** 1) I downloaded and installed Atom (1.60.0 x64), but I cannot find the _Edit ->...

**Is your feature request related to a problem? Please describe.** I want to add a new element to FreeFem. Defining interpolation points and associated vertex/edge/element is quite straightforward from the...

Hi, I have downloaded the source from Git, but when I type `autoreconf -i`, I get the following error message: ``` $ autoreconf -i configure.ac:1110: warning: file `etc/config/m4/acmpi.m4' included several...

On the page about evolution problems, I think it should be f^{m+1} in (53).

3D elasticity complex with mixed elements with weak symmetry enforcement (only "primal" method, based on only displacement dofs, is demonstrated in Freefem documentation) **Describe the solution you'd like** Would like...

The manual states > Notice the C++-like syntax; the user needs not study C++ for using FreeFEM, but it helps to guess what is allowed in the language. and the...

See https://community.freefem.org/t/implementation-of-dirichlet-boundary-condition-when-tgv-1/113/3

enhancement

int2d(Th, 2, 5)(K*v*w) appears twice (bilinear part for 3D meshes Th) int1d(Th, 2, 5)(K*v*w) appears twice (bilinear part for 2D meshes Th)