Skip to content
Snippets Groups Projects
Commit 616bbada authored by Julien Fontchastagner's avatar Julien Fontchastagner
Browse files

coquille

parent 68f7a469
No related branches found
No related tags found
No related merge requests found
......@@ -65,7 +65,9 @@ nec = 4*finesse;
lcd = Rd/nec;
lcs = Rs/nec*2;
neN = 2*nec;
typele = 1; // <=1 : triangles
// > 1 : quadrangles
// Numeros regions physiques
DISQUE = 1000;
SOURCE = 1001;
......@@ -136,7 +138,7 @@ En plus des fonctions basiques de création des entités élémentaires, Gmsh po
{{% notice note %}}
Pour plus d'informations sur le logiciel, vous pouvez :
$\rightarrow$ consulter le **[site officiel](https://gmsh.info/)** et son **[wiki](https://gitlab.onelab.info/gmsh/gmsh/-/wikis/home)** ;
$\rightarrow$ suivre un très **[bon tutoriel](https://bthierry.pages.math.cnrs.fr/tutorial/gmsh/)** fait par **[B. Thierry](https://bthierry.pages.math.cnrs.fr/)** (ENSEM, promo 2007).
$\rightarrow$ suivre un très **[bon tutoriel](https://bthierry.pages.math.cnrs.fr/tutorial/gmsh/basics/first-mesh/)** fait par **[B. Thierry](https://bthierry.pages.math.cnrs.fr/)** (ENSEM, promo 2007).
{{% /notice %}}
......
......@@ -26,7 +26,7 @@ Cette formulation est équivalente à la forme matricielle :
$${\bf A_h}\\,{\bf U_h} = {\bf B_h}$$
avec :
$$\left\\{\begin{aligned}&{\bf A_h} = \big(a(\varphi_i,\varphi_j)\big)\_{1\le i,j\le n_h} = (A_{ij})\_{1\le i,j\le n_h}\\\\[1ex] &{\bf B_h} = \big(L(\varphi_i)\big)\_{1\le i\le j} = (B_i)\_{1\le i\le j} \end{aligned}\right.$$
$$\left\\{\begin{aligned}&{\bf A_h} = \big(a(\varphi_i,\varphi_j)\big)\_{1\le i,j\le n_h} = (A_{ij})\_{1\le i,j\le n_h}\\\\[1ex] &{\bf B_h} = \big(L(\varphi_i)\big)\_{1\le i\le n_h} = (B_i)\_{1\le i\le n_h} \end{aligned}\right.$$
### Calcul de ${\bf A_h}$ (matrice de rigidité ou de raideur)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment