Skip to content

Commit

Permalink
fix links #153
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-saigre committed Jul 16, 2021
1 parent 5f92e8d commit c26440f
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/dev/modules/reference/pages/Integrals/norms.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ include::../../../../codes/mystokes.cpp[tag=main]
----


==== H^1^ norm
==== H^1 norm

In the same idea, you can evaluate the H1 norm or semi norm, for any function stem:[f \in H^1(\Omega)]:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
:keywords: {feelpp}, partial differential equations, finite element method,
:feelpp-tag: {feelpp-git-tag}
:uri-github-raw: https://raw.githubusercontent.com/feelpp/feelpp/
:uri-pyfeelpp-raw: {uri-github-raw}{feelpp-tag}/feelpp/pyfeelpp/pyfeelpp/
:uri-pyfeelpp-raw: {uri-github-raw}{feelpp-tag}/feelpp/pyfeelpp/
:uri-pyfeelpptb-raw: {uri-github-raw}/{feelpp-tag}/pyfeelpp-toolboxes/pyfeelpptoolboxes/
:uri-pyfeelppmor-raw: {uri-github-raw}/{feelpp-tag}/pyfeelpp-mor/pyfeelppmor/
4 changes: 2 additions & 2 deletions docs/user/modules/python/pages/pyfeelpp/core.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The `core` module provides the basic data structures to
.Start the {feelpp} environment, `test_core.py`
[source,python]
----
include::{uri-pyfeelpp-raw}core/test_core.py[]
include::{uri-pyfeelpp-raw}tests/test_core.py[]
----
//include::{uri-pyfeelpp-raw}core/test_core.py[]

Expand All @@ -36,7 +36,7 @@ mpiexec -n 4 python3 test_core.py --version

[source,python]
----
include::{uri-pyfeelpp-raw}core/test_remotedata.py[]
include::{uri-pyfeelpp-raw}tests/test_remotedata.py[]
----

To execute the previous example
Expand Down
2 changes: 1 addition & 1 deletion docs/user/modules/python/pages/pyfeelpp/discr.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ include::{partialsdir}/header-macros.adoc[]
.Function spaces and elements of function spaces example
[source,python]
----
include::{uri-pyfeelpp-raw}discr/test_discr.py[]
include::{uri-pyfeelpp-raw}tests/test_discr.py[]
----
14 changes: 13 additions & 1 deletion docs/user/modules/python/pages/pyfeelpp/filters.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ In this 2D and 3D example, we
.Example to build a mesh and function space, create an element and visualize them in {paraview}
[source,python]
----
include::{uri-pyfeelpp-raw}filters/test_exporter.py[]
include::{uri-pyfeelpp-raw}tests/test_exporter.py[]
----

To run this example,
Expand All @@ -28,6 +28,18 @@ The location of the results are shown in the output of the script.

.Output of the script
----
[ Starting Feel++ ] application test_exporter.py version 0.1 date 2021-Jul-16
[feelpp] create Feel++ repository "/home/saigre/feelppdb" ...
[feelpp] create Feel++ geo repository "/home/saigre/feelppdb/geo" ...
[feelpp] create Feel++ exprs directory "/home/saigre/feelppdb/./exprs" ...
. test_exporter.py files are stored in /home/saigre/feelppdb/./np_4
.. logfiles :/home/saigre/feelppdb/./np_4/logs
[loadMesh] Loading mesh in format geo+msh: "/home/saigre/feelppdb/./downloads/feelpp2d.geo"
[loadMesh] Use default geo desc: /home/saigre/feelppdb/./downloads/feelpp2d.geo 0.1
[loadMesh] Loading mesh in format geo+msh: "/home/saigre/feelppdb/./downloads/feelpp3d.geo"
[loadMesh] Use default geo desc: /home/saigre/feelppdb/./downloads/feelpp3d.geo 0.1
[env] Time : 6.69257s
[ Stopping Feel++ ] application test_exporter.py execution time 6.69257s
----

It remains to open the file `.case` with {paraview} or {ensight}.
Expand Down
2 changes: 1 addition & 1 deletion docs/user/modules/python/pages/pyfeelpp/mesh.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ The `mesh` provides the {feelpp} data structures in Python:
.Mesh data structure handling example
[source,python]
----
include::{uri-pyfeelpp-raw}mesh/test_mesh.py[]
include::{uri-pyfeelpp-raw}tests/test_mesh.py[]
----

0 comments on commit c26440f

Please sign in to comment.