Skip to content

Commit

Permalink
Documentation updated for already published problem solvers
Browse files Browse the repository at this point in the history
  • Loading branch information
reuterbal committed May 14, 2018
1 parent 652c628 commit db22e15
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Expand Up @@ -6,7 +6,7 @@
path = advection
url = https://www1.am.uni-erlangen.de/git/festung-advection
[submodule "hdg_advection"]
path = hdg_advection
path = advection_hdg
url = https://www1.am.uni-erlangen.de/git/festung-hdg_advection
[submodule "advection_implicit"]
path = advection_implicit
Expand Down
2 changes: 1 addition & 1 deletion doxyfile → Doxyfile
Expand Up @@ -776,7 +776,7 @@ INPUT = . \
doxygen/gallery.md \
license.md \
namingConvention.md \
doxygen/solverStructure.md
doxygen/solverStructure.md

# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -42,7 +42,7 @@ doxygen
in the main directory.

## Contributors
FESTUNGs main developers are [Florian Frank](http://frank.ink), [Balthasar Reuter](https://math.fau.de/reuter), and [Vadym Aizinger](https://math.fau.de/aizinger). Its initial release was developed at the [Chair for Applied Mathematics I](https://www.mso.math.fau.de/applied-mathematics-1.html) at [Friedrich-Alexander-University Erlangen-Nürnberg](https://www.fau.eu).
FESTUNGs main developers are [Florian Frank](http://frank.ink), [Balthasar Reuter](https://math.fau.de/reuter), and [Vadym Aizinger](https://www.awi.de/nc/en/about-us/organisation/staff/vadym-aizinger.html). Its initial release was developed at the [Chair for Applied Mathematics I](https://www.mso.math.fau.de/applied-mathematics-1.html) at [Friedrich-Alexander-University Erlangen-Nürnberg](https://www.fau.eu).

### Third party libraries
* FESTUNG makes extensive use of the built-in routines in MATLAB / GNU Octave.
Expand Down
2 changes: 1 addition & 1 deletion advection
Submodule advection updated from 7a7773 to b79caa
1 change: 1 addition & 0 deletions advection_hdg
Submodule advection_hdg added at 75aac6
2 changes: 1 addition & 1 deletion advection_implicit
Submodule advection_implicit updated from 47573c to 357208
2 changes: 1 addition & 1 deletion core
Submodule core updated from f0cd2e to 651dc1
2 changes: 1 addition & 1 deletion darcy_2dv
Submodule darcy_2dv updated from 3bc5b9 to fb5d5c
2 changes: 1 addition & 1 deletion darcy_swe_2dv
Submodule darcy_swe_2dv updated from 4616ab to b54ca0
2 changes: 1 addition & 1 deletion diffusion
Submodule diffusion updated from 5b49bd to 27306f
4 changes: 2 additions & 2 deletions doxygen/references.dox
Expand Up @@ -3,14 +3,14 @@
//!
//! @section TAG_REF_1 FESTUNG articles
//!
//! @subsection RRAFP2018 [RRAFP2018]
//! @subsection RRAFK2018 [RRAFK2018]
//! B. Reuter, A. Rupp, V. Aizinger, F. Frank, P.Knabner,<br>
//! <b>&ldquo;FESTUNG: A MATLAB/GNU Octave toolbox for the discontinuous Galerkin
//! method, Part IV: Generic problem framework and model-coupling
//! interface&rdquo;</b>,<br>
//! Submitted to Computers & Mathematics with Applications (2018).
//!
//! @subsection JRASK2017 [JRASK2017]
//! @subsection JRASK2018 [JRASK2018]
//! A. Jaust, B. Reuter, V. Aizinger, J. Schütz, P. Knabner,<br>
//! <b>&ldquo;FESTUNG: A MATLAB/GNU Octave toolbox for the discontinuous
//! Galerkin method, Part III: Hybridized discontinuous (HDG) formulation&rdquo;</b>,<br>
Expand Down
1 change: 0 additions & 1 deletion hdg_advection
Submodule hdg_advection deleted from 40d4cc
2 changes: 1 addition & 1 deletion swe
Submodule swe updated from c83190 to 08ec96
2 changes: 1 addition & 1 deletion swe_2dv
Submodule swe_2dv updated from 2874d2 to c56a3d
2 changes: 1 addition & 1 deletion template
Submodule template updated from 9bf15d to 48d23e

0 comments on commit db22e15

Please sign in to comment.