@@ -52,7 +52,7 @@ E = 200e3 * (1-T(x,y,z)/300) # temperature-dependent Young modulus
5252nu = 0.3
5353
5454BC left fixed # left face fully fixed
55- BC top p=1e4*(1+x) # top face with a triapezoidal load
55+ BC top p=1e4*(1+x) # top face with a trapezoidal load
5656
5757WRITE_RESULTS FORMAT vtu
5858```
@@ -65,7 +65,7 @@ Note that
6565 straightforward task—hallucinations are easily detected.
6666- [ Material properties and boundary conditions] can be [ expressions of
6767 $` x ` $, $` y ` $ and $` z ` $]
68- - Input mesh is is [ Gmsh’s format ` .msh ` ]
68+ - Input mesh is in [ Gmsh’s format ` .msh ` ]
6969- Output results are in [ Paraview’s ` .vtk ` /` .vtu `
7070 formats] [ Gmsh’s format `.msh` ]
7171
@@ -502,6 +502,7 @@ hesitate to ask in FeenoX’s [discussion page].
502502 > ./configure --prefix=$HOME
503503 > make
504504 > make install
505+ > export PATH=$PATH:$HOME/bin
505506 > ```
506507
507508To stay up to date, pull and then `autogen`, `configure` and `make` (and
@@ -660,8 +661,8 @@ Note that
660661- Each author keeps the copyright of the contribution.
661662- You can [ ask] [ Github discussions ] !
662663
663- [ hackers ] : README4hackers.html
664- [ academics ] : README4academics.html
664+ [ hackers ] : ../ README4hackers.html
665+ [ academics ] : ../ README4academics.html
665666 [ `src/pdes/laplace` ] : https://github.com/seamplex/feenox/tree/main/src/pdes/laplace
666667 [ 9 ] : https://seamplex.com/feenox/doc/programming.html
667668 [ Github discussions ] : https://github.com/seamplex/feenox/discussions
0 commit comments