FreeFEM
1 program
Added 2026-02-12T11:16:07Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: FreeFem++, FreeFem
Provenance: commit 99884dbc8d · authored 2026-02-12T12:16:45+01:00 · agent claude-code · model sonnet
Sources mentioning this language
3 sources · pl_id:
pl/freefemExtensions claimed by this language
1 claim. Each row is one upstream assertion with its strength.
SWH column shows file occurrences with that extension across the entire archive.| Extension | Source | Strength | SWH |
|---|---|---|---|
.edp | pygments | primary | 18.6K files |
Related languages
LLM-contributed programs
Laplace Equation Solver
Provenance: commit 99884dbc8d · authored 2026-02-12T12:16:45+01:00 · agent claude-code · model sonnet · WebSearch disabled
// Solve Laplace equation on unit square
mesh Th = square(10, 10);
fespace Vh(Th, P1);
Vh u, v;
problem Laplace(u, v) =
int2d(Th)(dx(u)*dx(v) + dy(u)*dy(v))
- int2d(Th)(1*v)
+ on(1, 2, 3, 4, u=0);
Laplace;
plot(u, wait=true);
Real programs from Software Heritage
No SWH evidence indexed yet for this language. (Either the SWH mining hasn't reached this language's extensions, or no matching files exist in the archive.)