]> https://gitweb.dealii.org/ - dealii.git/commit
Let FE names have spaces between words.
authorDavid Wells <wellsd2@rpi.edu>
Fri, 22 Jan 2016 16:38:46 +0000 (11:38 -0500)
committerDavid Wells <wellsd2@rpi.edu>
Fri, 5 Feb 2016 03:59:15 +0000 (22:59 -0500)
commit007119f47425334d40edf17d5ec1288c77a510a1
tree7ca12e5b03ef8fc6e2fcb3a17783f58c1fa4a26d
parentd8ba893447c039ea964b5bb4d8d46519cb23eae6
Let FE names have spaces between words.

Previously, things like

    FESystem[FE_Q(1) - FE_Q(2)]

caused parsing errors due to the spaces around the '-'. The new behavior is to
delete space that is not surrounded by 'word' characters (things that match the
regular expression [A-Za-z0-9_]) before parsing the name.
include/deal.II/fe/fe_tools.h
source/fe/fe_tools.cc

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.