]> https://gitweb.dealii.org/ - dealii.git/commit
introduce FESeries namespace and use it in step-27 2603/head
authorDenis Davydov <davydden@gmail.com>
Fri, 13 May 2016 20:14:27 +0000 (22:14 +0200)
committerDenis Davydov <davydden@gmail.com>
Thu, 23 Jun 2016 07:09:03 +0000 (09:09 +0200)
commit5ac46f9897eabf99cbb9a3f168e7fd3dfb3c137e
treec8c6acea2fe981a0eb1e6b4723568f35840a316d
parent79e136bdc897890d6ab0146a4b0e35db5bbf0741
introduce FESeries namespace and use it in step-27

The namespace provides two classes to perform expansion into
orthogonal series: Fourier and Legendre. Additionally
auxiliary functions to process expansion coefficients and
do linear regression are implemented. It appears that there
was a bug in step-27, nammely k-vectors should have a
2\pi multiplier instead of \pi. This was fixed and step-27
was updated.
25 files changed:
doc/news/changes.h
examples/step-27/doc/intro.dox
examples/step-27/doc/results.dox
examples/step-27/step-27.cc
include/deal.II/fe/fe_series.h [new file with mode: 0644]
source/fe/CMakeLists.txt
source/fe/fe_series.cc [new file with mode: 0644]
tests/fe/fe_series_01.cc [new file with mode: 0644]
tests/fe/fe_series_01.output [new file with mode: 0644]
tests/fe/fe_series_02.cc [new file with mode: 0644]
tests/fe/fe_series_02.with_gsl=on.output [new file with mode: 0644]
tests/fe/fe_series_03.cc [new file with mode: 0644]
tests/fe/fe_series_03.output [new file with mode: 0644]
tests/fe/fe_series_04.cc [new file with mode: 0644]
tests/fe/fe_series_04.with_gsl=on.output [new file with mode: 0644]
tests/fe/fe_series_05.cc [new file with mode: 0644]
tests/fe/fe_series_05.with_gsl=on.output [new file with mode: 0644]
tests/fe/fe_series_06.cc [new file with mode: 0644]
tests/fe/fe_series_06.output [new file with mode: 0644]
tests/fe/fe_series_07.cc [new file with mode: 0644]
tests/fe/fe_series_07.output [new file with mode: 0644]
tests/fe/fe_series_08.cc [new file with mode: 0644]
tests/fe/fe_series_08.output [new file with mode: 0644]
tests/hp/step-27.cc [new file with mode: 0644]
tests/hp/step-27.output [new file with mode: 0644]

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.