From 72c2712f0977dbb00f70c1936a7605f5895810f7 Mon Sep 17 00:00:00 2001 From: fontchas5 <j.fontchastagner@gmail.com> Date: Tue, 3 May 2022 11:03:12 +0200 Subject: [PATCH] coquille --- Ressources-Onelab/Poisson/poisson/poisson.pro | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Ressources-Onelab/Poisson/poisson/poisson.pro b/Ressources-Onelab/Poisson/poisson/poisson.pro index 024b564..5eeff45 100644 --- a/Ressources-Onelab/Poisson/poisson/poisson.pro +++ b/Ressources-Onelab/Poisson/poisson/poisson.pro @@ -96,13 +96,13 @@ Formulation { Equation { - Galerkin { [ Dof{Grad u} , {Grad u} ] ; + Integral { [ Dof{Grad u} , {Grad u} ] ; In Domaine ; Jacobian Jvol ; Integration Integ ; } - Galerkin { [ -beta[] , {u} ] ; + Integral { [ -beta[] , {u} ] ; In Source ; Jacobian Jvol ; Integration Integ ; } - Galerkin { [ -gamma[] , {u} ] ; + Integral { [ -gamma[] , {u} ] ; In Neumann ; Jacobian Jvol ; Integration Integ ; } } } -- GitLab