Skip to content

Commit

Permalink
[web,docs] Fixed tfel website url.
Browse files Browse the repository at this point in the history
  • Loading branch information
bilke committed Jan 15, 2024
1 parent 1311b89 commit e86f565
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions Documentation/.vale/Vocab/ogs/accept.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ Heidemann
Homebrew
Horner
hyperelastic
IC[s]
IPhreeqc
ipynb
ipyvtklink
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Loads a material model from a shared library that has been created by MFront
with MFront's generic interface.

See <http://tfel.sourceforge.net/> <https://github.com/thelfer/MFrontGenericInterfaceSupport>
See <https://thelfer.github.io/tfel/web/> <https://github.com/thelfer/MFrontGenericInterfaceSupport>

This requires MFront version 3.2.1 (which must correspond to the MFront's
"generic" interface), which must be available on your system: see
<http://tfel.sourceforge.net> page for download and installation instructions.
<https://thelfer.github.io/tfel/web> page for download and installation instructions.

\note The MFront library is distributed under GPL license.

Expand Down
2 changes: 1 addition & 1 deletion scripts/ArchLinux-PKGBUILDs/MFront/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pkgname=mfront-git
pkgver=r1761.fda58ae6
pkgrel=1
pkgdesc='A code generation tool dedicated to material knowledge'
url='http://tfel.sourceforge.net'
url='https://thelfer.github.io/tfel/web'
arch=('x86_64')
license=('custom')
source=("tfel::git+https://github.com/thelfer/tfel.git")
Expand Down
2 changes: 1 addition & 1 deletion web/content/docs/devguide/packages/mfront/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ If you install it system-wide it will get picked up by CMake (when the `mfront`-

## Installation in the user directory

If you need another version of MFront / TFEL (e.g. for model development) as required for OGS one solution is to install MFront / TFEL in your user-directory with a version-suffix, see the [official documentation](http://tfel.sourceforge.net/install.html#sec:QuickUbuntu) for instructions! In this case you can use the `mfront` executable by using the binary name with the suffix, e.g. `mfront-4.0.0-dev` and OGS will automatically download and build a compatible MFront / TFEL version inside the build directory.
If you need another version of MFront / TFEL (e.g. for model development) as required for OGS one solution is to install MFront / TFEL in your user-directory with a version-suffix, see the [official documentation](https://thelfer.github.io/tfel/web/install.html#sec:QuickUbuntu) for instructions! In this case you can use the `mfront` executable by using the binary name with the suffix, e.g. `mfront-4.0.0-dev` and OGS will automatically download and build a compatible MFront / TFEL version inside the build directory.

## Automatic installation

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Image `registry.opengeosys.org/ogs/ogs/ogs-serial-jupyter` contains:
- [VTUinterface](https://github.com/joergbuchwald/VTUinterface) — VTU / PVD IO
- [ogstools](https://pypi.org/project/ogstools/) — OGS-related helper scripts, e.g. `msh2vtu`: Gmsh to VTU conversion
- [h5py](https://docs.h5py.org/en/latest/index.html) — HDF5 IO
- [MFront python bindings](http://tfel.sourceforge.net/mfront-python.html) – Material model manipulation
- [MFront python bindings](https://thelfer.github.io/tfel/web/mfront-python.html) – Material model manipulation
- [Matplotlib](https://matplotlib.org) — Plotting
- [NumPy](https://numpy.org) — Scientific computing
- [pandas](https://pandas.pydata.org) — Data analysis
Expand Down

0 comments on commit e86f565

Please sign in to comment.