Skip to content

Commit 3927830

Browse files
author
sveinlin
committed
updated some links
1 parent 76a3f1a commit 3927830

32 files changed

Lines changed: 871 additions & 854 deletions

doc/.src/chapters/advec/advec.do.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ which results in the updating formula
265265
!et
266266
A special scheme is needed to compute $u^1$, but we leave that problem for
267267
now. Anyway, this special scheme can be found in
268-
"`advec1D.py`": "$https://github.com/hplgit/fdm-book/blob/master/src/advec/advec1D.py".
268+
"`advec1D.py`": "${src_advec}/advec1D.py".
269269

270270
=== Implementation ===
271271

@@ -724,7 +724,7 @@ def run(scheme='UP', case='gaussian', C=1, dt=0.01):
724724
print 'Integral of u:', integral.max(), integral.min()
725725
!ec
726726
The complete code is found in the file
727-
"`advec1D.py`": "$https://github.com/hplgit/fdm-book/blob/master/src/advec/advec1D.py".
727+
"`advec1D.py`": "${src_advec}/advec1D.py".
728728

729729
===== A Crank-Nicolson discretization in time and centered differences in space =====
730730
label{advec:1D:CN}

doc/.src/chapters/softeng2/softeng2.do.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ The general initial-boundary value problem
8686
(ref{wave:pde2:software:ueq2})-(ref{wave:pde2:software:bcL2})
8787
solved by finite difference methods can be implemented as shown in
8888
the following `solver` function (taken from the
89-
file "`wave1D_dn_vc.py`": "${src_wave}/wave1D/wave_dn_vc.py").
89+
file "`wave1D_dn_vc.py`": "${src_wave}/wave1D/wave1D_dn_vc.py").
9090
This function builds on
9191
simpler versions described in
9292
ref[Sections ref{wave:pde1:impl}, ref{wave:pde1:impl:vec}
@@ -269,7 +269,7 @@ Such actions must be
269269
taken care of outside the `solver` function, more precisely in the
270270
`user_action` function that is called at every time level.
271271

272-
We have, in the "`wave1D_dn_vc.py`": "${src_wave}/wave1D/wave_dn_vc.py"
272+
We have, in the "`wave1D_dn_vc.py`": "${src_wave}/wave1D/wave1D_dn_vc.py"
273273
code, implemented the `user_action`
274274
callback function as a class `PlotAndStoreSolution` with a
275275
`__call__(self, x, t, t, n)` method for the `user_action` function.
@@ -343,7 +343,7 @@ resulting archive file with all solutions, is supposed to be a
343343
hash reflecting all import parameters in the problem such that this
344344
simulation has a unique name.
345345
The `hashed_input` string is made in the "`solver`":
346-
"${src_wave}/wave1D/wave_dn_vc.py" function, using the `hashlib`
346+
"${src_wave}/wave1D/wave1D_dn_vc.py" function, using the `hashlib`
347347
and `inspect` modules, based on the arguments to `solver`:
348348

349349
!bc pycod
@@ -448,7 +448,7 @@ $u(x,t) = \cos(\frac{2\pi}{L}t)\sin(\frac{2\pi}{L}x)$. The call will
448448
be very similar to the one provided in the `test_convrate_sincos` function
449449
in ref[Section ref{wave:pde1:impl:verify:rate}][ in cite{Langtangen_deqbook_wave}][the section "Verification: convergence rates": "" in
450450
cite{Langtangen_deqbook_wave}], see the file "`wave1D_dn_vc.py`":
451-
"${src_wave}/wave1D/wave_dn_vc.py" for details.
451+
"${src_wave}/wave1D/wave1D_dn_vc.py" for details.
452452

453453

454454
======= Programming the solver with classes =======
@@ -821,7 +821,7 @@ idx{Fortran subroutine}
821821
idx{`wave2D_u0_loop_f77.f`}
822822

823823
We write a Fortran subroutine `advance` in a file
824-
"`wave2D_u0_loop_f77.f`": "${src_wave}/wave2D_u0/wave2D_u0_loop_f77.f"
824+
"`wave2D_u0_loop_f77.f`": "${src_softeng2}/wave2D_u0_loop_f77.f"
825825
for implementing the updating formula
826826
(ref{wave:2D3D:impl1:2Du0:ueq:discrete}) and setting the solution to zero
827827
at the boundaries:
-48 Bytes
Binary file not shown.
543 Bytes
Binary file not shown.
-48 Bytes
Binary file not shown.

doc/pub/softeng2/html/._softeng2-sol000.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@
255255
<center>[3] <b>Department of Process, Energy and Environmental Technology, University College of Southeast Norway</b></center>
256256
<br>
257257
<p>
258-
<center><h4>Dec 23, 2016</h4></center> <!-- date -->
258+
<center><h4>Aug 15, 2017</h4></center> <!-- date -->
259259
<br>
260260
<p>
261261
<!-- Externaldocuments: ../wave/main_wave -->
@@ -340,7 +340,7 @@ <h2>Table of contents</h2>
340340

341341

342342
<center style="font-size:80%">
343-
<!-- copyright --> &copy; 2016, Hans Petter Langtangen, Svein Linge. Released under CC Attribution 4.0 license
343+
<!-- copyright --> &copy; 2017, Hans Petter Langtangen, Svein Linge. Released under CC Attribution 4.0 license
344344
</center>
345345

346346

doc/pub/softeng2/html/._softeng2-sol001.html

Lines changed: 113 additions & 111 deletions
Large diffs are not rendered by default.

doc/pub/softeng2/html/._softeng2-solarized000.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@
215215
<center>[3] <b>Department of Process, Energy and Environmental Technology, University College of Southeast Norway</b></center>
216216
<br>
217217
<p>
218-
<center><h4>Dec 23, 2016</h4></center> <!-- date -->
218+
<center><h4>Aug 15, 2017</h4></center> <!-- date -->
219219
<br>
220220
<p>
221221
<!-- Externaldocuments: ../wave/main_wave -->
@@ -286,7 +286,7 @@ <h2>Table of contents</h2>
286286

287287

288288
<center style="font-size:80%">
289-
<!-- copyright --> &copy; 2016, Hans Petter Langtangen, Svein Linge. Released under CC Attribution 4.0 license
289+
<!-- copyright --> &copy; 2017, Hans Petter Langtangen, Svein Linge. Released under CC Attribution 4.0 license
290290
</center>
291291

292292

doc/pub/softeng2/html/._softeng2-solarized001.html

Lines changed: 104 additions & 102 deletions
Large diffs are not rendered by default.

doc/pub/softeng2/html/._softeng2000.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@
255255
<center>[3] <b>Department of Process, Energy and Environmental Technology, University College of Southeast Norway</b></center>
256256
<br>
257257
<p>
258-
<center><h4>Dec 23, 2016</h4></center> <!-- date -->
258+
<center><h4>Aug 15, 2017</h4></center> <!-- date -->
259259
<br>
260260
<p>
261261
<!-- Externaldocuments: ../wave/main_wave -->
@@ -340,7 +340,7 @@ <h2>Table of contents</h2>
340340

341341

342342
<center style="font-size:80%">
343-
<!-- copyright --> &copy; 2016, Hans Petter Langtangen, Svein Linge. Released under CC Attribution 4.0 license
343+
<!-- copyright --> &copy; 2017, Hans Petter Langtangen, Svein Linge. Released under CC Attribution 4.0 license
344344
</center>
345345

346346

0 commit comments

Comments
 (0)