- Nov 06, 2015
-
-
René Fritze authored
-
- Oct 07, 2015
-
-
René Fritze authored
-
- Jul 01, 2015
-
-
Dr. Felix Tobias Schindler authored
-
- May 21, 2015
-
-
Tobias Leibner authored
-
Tobias Leibner authored
-
- Apr 15, 2015
-
-
Dr. Felix Tobias Schindler authored
-
Dr. Felix Tobias Schindler authored
-
Dr. Felix Tobias Schindler authored
-
- Mar 17, 2015
-
-
René Fritze authored
-
René Fritze authored
-
- Feb 18, 2015
-
-
René Fritze authored
-
- Feb 07, 2015
-
-
Dr. Felix Tobias Schindler authored
-
Dr. Felix Tobias Schindler authored
-
- Feb 06, 2015
-
-
Dr. Felix Tobias Schindler authored
-
Dr. Felix Tobias Schindler authored
-
- Feb 03, 2015
-
-
Dr. Felix Tobias Schindler authored
Signed-off-by:
Felix Schindler <felix.schindler@wwu.de>
-
Dr. Felix Tobias Schindler authored
-
Dr. Felix Tobias Schindler authored
-
- Dec 04, 2014
-
-
Dr. Felix Tobias Schindler authored
-
Dr. Felix Tobias Schindler authored
-
- Oct 27, 2014
-
-
Dr. Felix Tobias Schindler authored
-
- Oct 22, 2014
-
-
Dr. Felix Tobias Schindler authored
-
- Oct 21, 2014
-
-
René Fritze authored
-
Dr. Felix Tobias Schindler authored
-
- Oct 19, 2014
-
-
René Fritze authored
-
- Oct 04, 2014
-
-
Dr. Felix Tobias Schindler authored
This can be used for instance in the context of a static_assert to check if a given function is derived from LocalizableFunctionInterface. Since we do not only check whether the function is tagged as LocalizableFunction but in deed derived from LocalizableFunctionInterface we need the helper class.
-
- Sep 29, 2014
-
-
Dr. Felix Tobias Schindler authored
Thus new functions do not have to implement this.
-
- Sep 12, 2014
-
-
Dr. Felix Tobias Schindler authored
-
- Sep 11, 2014
-
-
Dr. Felix Tobias Schindler authored
There is finally only one FunctionProvider, all specializations are gone. The price for this is one additional line in all functions that should be provided which is acceptable. See the added documentation of FunctionProvider on how to proceed for new functions. The only drawback is that there are still four places in functions.hh that need to be touched. This is left as an exercise for someone who fancies static loops over tuple types (not a tuple object), I am too tired now... :)
-
- Sep 09, 2014
-
-
Dr. Felix Tobias Schindler authored
Since we do not fully trust the vtk writer (for good reasons), creating the directory beforehand seems like a sensible thing to do.
-
- Sep 08, 2014
-
-
Dr. Felix Tobias Schindler authored
We fall back to write() in serial runs, avoiding the s0000-p000 prefix in the output files. Hope this does not break anything, @renemilk?
-
Dr. Felix Tobias Schindler authored
-
René Fritze authored
parallel runs failed if "filename" contains directory parts since VTKWriter wants to prefix filename with s00000$(RANK)
-
René Fritze authored
This reverts commit 9ab7afb6a85a422908ff6fbfa454fc140475c149. no idea wtf I've commited here...
-
René Fritze authored
parallel runs failed if "filename" contains directory parts since VTKWriter wants to prefix filename with s00000$(RANK)
-
- Sep 05, 2014
-
-
Dr. Felix Tobias Schindler authored
-
Dr. Felix Tobias Schindler authored
-
Dr. Felix Tobias Schindler authored
-
Dr. Felix Tobias Schindler authored
Did not make much sense in the end, Rene was right after all^^
-
Dr. Felix Tobias Schindler authored
By printing the scalar frobenius norm of the matrix.
-