vibeflow-freefem

Generate and run FreeFEM PDE/FEM workflows from caseDict inputs.

12|1|Updated May 19, 2026
One-click install
npx skills add https://github.com/sunrise-hjx/vibeFlow-skills --skill vibeflow-freefem
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vibeflow-freefem
Source: https://github.com/sunrise-hjx/vibeFlow-skills/tree/main/vibeflow-freefem
Command: npx skills add https://github.com/sunrise-hjx/vibeFlow-skills --skill vibeflow-freefem

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Enables rapid, scriptable PDE/FEM prototyping and validation by using FreeFEM as the backend in VibeCAE, generating executable edp workflows from caseDict, and providing reusable templates for weak-form development and mesh handling.

Core Features & Use Cases

  • Scriptable PDE/FEM prototyping and verification with FreeFEM as the backend.
  • Manage mesh generation/import, boundary labels, parameter studies, and MPI-enabled runs.
  • Develop reusable variational-form templates and post-processing pipelines for rapid method validation and experimentation.

Quick Start

Create a minimal caseDict entry and run FreeFEM to generate and execute a main.edp, then post-process results with the provided templates.

Frequently Asked Questions about vibeflow-freefem

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate and run FreeFEM scripts for PDE prototyping?

FreeFEM PDE prototyping generates executable .edp workflows from caseDict inputs to create, test, and validate weak-form formulations. It handles mesh generation, boundary labels, and MPI runs while providing reusable templates for Poisson, elasticity, and Stokes problems.

What is a weak-form formulation in FreeFEM and when do I need it?

A weak-form formulation in FreeFEM translates PDEs into variational expressions for finite element discretization. You need it to prototype and validate PDE models like Stokes flow or elasticity, applying reusable templates for rapid method testing.

Can I use MPI to run parameter studies with FreeFEM meshes?

MPI-enabled runs coordinate FreeFEM mesh generation and parameter studies directly from caseDict inputs. The workflow manages boundary labels and executes parallel simulations, producing consistent outputs for post-processing and validation.

Does this approach support transient problems and post-processing pipelines?

Transient PDE problems and post-processing pipelines are supported through reusable variational-form templates. The workflow generates executable FreeFEM scripts from caseDict inputs, ensuring consistent outputs for analyzing time-dependent simulation results.

What is the best way to manage boundary labels and mesh import in FreeFEM?

Managing FreeFEM boundary labels and mesh imports is driven by explicit caseDict inputs that enforce clear boundary semantics. This approach ensures consistent outputs for post-processing while handling mesh generation and parameter studies.