]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
9 years agoAdjust test output for VTU tests to additional manifold id 1081/head
Guido Kanschat [Sun, 5 Jul 2015 14:50:00 +0000 (16:50 +0200)]
Adjust test output for VTU tests to additional manifold id

9 years agoMerge pull request #1078 from guidokanschat/partial_grid_out
Luca Heltai [Sun, 5 Jul 2015 14:22:26 +0000 (16:22 +0200)]
Merge pull request #1078 from guidokanschat/partial_grid_out

VTK and VTU output with level number, material id, and subdomain ids

9 years agoastyle 1078/head
Guido Kanschat [Sun, 5 Jul 2015 11:46:06 +0000 (13:46 +0200)]
astyle

9 years agoadd manifold id to output and adjust output files
Guido Kanschat [Sun, 5 Jul 2015 11:38:17 +0000 (13:38 +0200)]
add manifold id to output and adjust output files

9 years agoremove include
Guido Kanschat [Sun, 5 Jul 2015 11:34:35 +0000 (13:34 +0200)]
remove include

9 years agoignore mpirun tests without mpi
Guido Kanschat [Sun, 5 Jul 2015 10:56:38 +0000 (12:56 +0200)]
ignore mpirun tests without mpi

9 years agoadd test for multiple subdomains and convert huge unsigned to negative values
Guido Kanschat [Sun, 5 Jul 2015 09:42:29 +0000 (11:42 +0200)]
add test for multiple subdomains and convert huge unsigned to negative values

9 years agoVTK and VTU output in GridOut restructured to use iterator ranges internally
Guido Kanschat [Sat, 4 Jul 2015 12:25:11 +0000 (14:25 +0200)]
VTK and VTU output in GridOut restructured to use iterator ranges internally
Add output of level number, material id, and subdomain ids

9 years agoMerge pull request #1079 from tjhei/testsuite_pretty_function
Guido Kanschat [Sun, 5 Jul 2015 10:11:40 +0000 (12:11 +0200)]
Merge pull request #1079 from tjhei/testsuite_pretty_function

rework unify_pretty_function() in testsuite so that sed is not needed anymore

9 years agoMerge pull request #1080 from tjhei/remove_warning
Luca Heltai [Sun, 5 Jul 2015 10:08:29 +0000 (12:08 +0200)]
Merge pull request #1080 from tjhei/remove_warning

remove warning

9 years agoremove warning 1080/head
Timo Heister [Sun, 5 Jul 2015 10:00:05 +0000 (06:00 -0400)]
remove warning

gcc gives the nonsensical warning "comparison of unsigned expression < 0
is always false". Work around this.

9 years agorework unify_pretty_function() in testsuite 1079/head
Timo Heister [Sun, 5 Jul 2015 08:46:10 +0000 (04:46 -0400)]
rework unify_pretty_function() in testsuite

We used to call into sed to do some string replacement in order to
normalize the output of __PRETTY_FUNCTION__. This is crazy and won't
work on MAC OS (sed doesn't accept -e). Do this using string replacement
instead.

9 years agoMerge pull request #1075 from tamiko/compilation_fixes
Martin Kronbichler [Fri, 3 Jul 2015 15:04:49 +0000 (17:04 +0200)]
Merge pull request #1075 from tamiko/compilation_fixes

Bugfix: Compile fixes for Functions::Polynomial<dim>

9 years agoBugfix: Compile fixes for Functions::Polynomial<dim> 1075/head
Matthias Maier [Fri, 3 Jul 2015 14:55:37 +0000 (16:55 +0200)]
Bugfix: Compile fixes for Functions::Polynomial<dim>

Change dealii::Vector to std::vector to not have to include vector.h in
function_lib.h. This fixes a compilation error encountered with several
compilers.

Further, fix the corresponding test

9 years agoMerge pull request #1074 from tamiko/null_operator_cleanup
Luca Heltai [Fri, 3 Jul 2015 13:47:24 +0000 (15:47 +0200)]
Merge pull request #1074 from tamiko/null_operator_cleanup

Restructure null_operator

9 years agoRestructure null_operator 1074/head
Matthias Maier [Fri, 3 Jul 2015 13:28:19 +0000 (15:28 +0200)]
Restructure null_operator

This commit restructures the null_operator optimization in LinearOperator
slightly and removes an ambiguous constructor variant.

9 years agoMerge pull request #1067 from angelrca/Function_Polynomial
Martin Kronbichler [Fri, 3 Jul 2015 12:37:37 +0000 (14:37 +0200)]
Merge pull request #1067 from angelrca/Function_Polynomial

New class Function::Polynomial

9 years agoMerge pull request #1073 from guidokanschat/fix_mac
Martin Kronbichler [Fri, 3 Jul 2015 10:21:02 +0000 (12:21 +0200)]
Merge pull request #1073 from guidokanschat/fix_mac

Fix problems where the library did not compile on MacOS with clang 3.3

9 years agocheck for std::isnan and make sure we never use a function that does not exist 1073/head
Guido Kanschat [Fri, 3 Jul 2015 10:09:45 +0000 (12:09 +0200)]
check for std::isnan and make sure we never use a function that does not exist

9 years agofix more powers
Guido Kanschat [Fri, 3 Jul 2015 07:27:24 +0000 (09:27 +0200)]
fix more powers
compiling on Mac with clang 5.0.0 (3.3) again

9 years agoFix the problems on Mac with isnan and pow
Guido Kanschat [Thu, 2 Jul 2015 21:03:24 +0000 (23:03 +0200)]
Fix the problems on Mac with isnan and pow

9 years agoMerge pull request #1047 from guidokanschat/new_meshes
Guido Kanschat [Thu, 2 Jul 2015 20:30:15 +0000 (22:30 +0200)]
Merge pull request #1047 from guidokanschat/new_meshes

Add three new meshes to GridGenerator: simplex, cheese and hyper_cross

9 years agoAdd three new meshes to GridGenerator: simplex, cheese and hyper_cross 1047/head
Guido Kanschat [Sun, 28 Jun 2015 19:15:46 +0000 (21:15 +0200)]
Add three new meshes to GridGenerator: simplex, cheese and hyper_cross

9 years agoMerge pull request #1070 from davydden/step36-eigenvalues
Luca Heltai [Thu, 2 Jul 2015 14:58:29 +0000 (16:58 +0200)]
Merge pull request #1070 from davydden/step36-eigenvalues

fixed the expression for expected eigenvalues in Step-36

9 years agoMerge pull request #1071 from tamiko/restructure_cmake_cxx11
Luca Heltai [Thu, 2 Jul 2015 13:36:15 +0000 (15:36 +0200)]
Merge pull request #1071 from tamiko/restructure_cmake_cxx11

CMake: Restructure logic in check_01_cxx_features

9 years agoCMake: Restructure logic in check_01_cxx_features 1071/head
Matthias Maier [Thu, 2 Jul 2015 10:27:28 +0000 (12:27 +0200)]
CMake: Restructure logic in check_01_cxx_features

9 years agofixed the expression for expected eigenvalues in Step-36 1070/head
Denis Davydov [Thu, 2 Jul 2015 08:47:28 +0000 (10:47 +0200)]
fixed the expression for expected eigenvalues in Step-36

9 years agoNew class Function::Polynomial 1067/head
angelrca [Wed, 1 Jul 2015 08:44:25 +0000 (10:44 +0200)]
New class Function::Polynomial

New class Function::Polynomial

New class Function::Polynomial

New class Function::Polynomial

9 years agoMerge pull request #1065 from drwells/fix-trivially-copyable-cmake-test
Matthias Maier [Thu, 2 Jul 2015 07:40:47 +0000 (09:40 +0200)]
Merge pull request #1065 from drwells/fix-trivially-copyable-cmake-test

[RFC] Fix trivially copyable cmake test

9 years agoMerge pull request #1068 from bangerth/add-missing-function
Matthias Maier [Thu, 2 Jul 2015 05:53:21 +0000 (07:53 +0200)]
Merge pull request #1068 from bangerth/add-missing-function

Add a declared but not implemented function.

9 years agoAdd a declared but not implemented function. 1068/head
Wolfgang Bangerth [Wed, 1 Jul 2015 16:20:54 +0000 (11:20 -0500)]
Add a declared but not implemented function.

This addresses a linker error recently posted to the mailing list. The issue
is that we have iterators that represent faces of cells and a specialization
for the faces of 1d cells, i.e., vertices. These class specializations have
most of the regular accessor members declared, but here is one that was
declared without being defined.

This patch adds a definition of the function. The issue is relatively
uncritical since the so-defined function does not actually have to do
anything other than return an invalid object (vertices have no children).

9 years agoMerge pull request #1066 from QiaoLei-88/fix_max_n_cells
Wolfgang Bangerth [Wed, 1 Jul 2015 04:04:57 +0000 (23:04 -0500)]
Merge pull request #1066 from QiaoLei-88/fix_max_n_cells

Fix max n cells

9 years agoupdate mpi/refine_and_coarsen_fixed_number_07 and it's output. 1066/head
Lei Qiao [Wed, 1 Jul 2015 03:44:38 +0000 (22:44 -0500)]
update mpi/refine_and_coarsen_fixed_number_07 and it's output.
  1. Increase number of cells by global refinement to weaken influence of float truncation error;
  2. Because number of cells increased, construct refinement indicator as test _01 to avoid float overflow;
  3. Update test drivers interface because it is too complicated to calculate global number of cells;
  4. Update reference output.

9 years agofix bug introduce by commit 594dc87 in function GridRefinement::refine_and_coarsen_fi...
Lei Qiao [Wed, 1 Jul 2015 01:34:39 +0000 (20:34 -0500)]
fix bug introduce by commit 594dc87 in function GridRefinement::refine_and_coarsen_fixed_number()

9 years agoCheck for 'std::is_trivially_copyable' correctly. 1065/head
David Wells [Wed, 1 Jul 2015 00:15:34 +0000 (20:15 -0400)]
Check for 'std::is_trivially_copyable' correctly.
This should be checked whenever C++11 is enabled; more specifically, it
should be checked when compiling with C++14 too.

9 years agoFix a spelling error in a comment.
David Wells [Wed, 1 Jul 2015 00:15:05 +0000 (20:15 -0400)]
Fix a spelling error in a comment.

9 years agoMerge pull request #1059 from bangerth/fix-isfinite
Wolfgang Bangerth [Tue, 30 Jun 2015 14:29:36 +0000 (09:29 -0500)]
Merge pull request #1059 from bangerth/fix-isfinite

Verify that a number is not a NaN before testing for finiteness.

9 years agoAdd a changelog entry. 1059/head
Wolfgang Bangerth [Mon, 29 Jun 2015 23:15:23 +0000 (18:15 -0500)]
Add a changelog entry.

9 years agoVerify that a number is not a NaN before testing for finiteness.
Wolfgang Bangerth [Mon, 29 Jun 2015 22:59:54 +0000 (17:59 -0500)]
Verify that a number is not a NaN before testing for finiteness.

While not intuitive, std::isfinite triggers a floating point exception when called
on a signalling NaN. Avoid this.

9 years agoMerge pull request #1063 from tjhei/cmake_depend_msg
Matthias Maier [Tue, 30 Jun 2015 14:20:30 +0000 (16:20 +0200)]
Merge pull request #1063 from tjhei/cmake_depend_msg

clarify cmake dependency message

9 years agoclarify cmake dependency message 1063/head
Timo Heister [Tue, 30 Jun 2015 13:36:06 +0000 (09:36 -0400)]
clarify cmake dependency message

change the message:
BLA has unmet configuration requirements: MPI
has to be set to "ON".

to:
BLA has unmet configuration requirements: DEAL_II_WITH_MPI
has to be set to "ON".

9 years agoMerge pull request #1061 from bangerth/fix-test-6
Timo Heister [Tue, 30 Jun 2015 13:17:54 +0000 (09:17 -0400)]
Merge pull request #1061 from bangerth/fix-test-6

Avoid computing atan(y/x) where x=0.

9 years agoMerge pull request #1057 from angelrca/Monomial_gradient
Wolfgang Bangerth [Tue, 30 Jun 2015 11:33:59 +0000 (06:33 -0500)]
Merge pull request #1057 from angelrca/Monomial_gradient

Functions::Monomial

9 years agoMerge pull request #1062 from bangerth/fix-gmres-breakdown
Timo Heister [Tue, 30 Jun 2015 10:15:20 +0000 (06:15 -0400)]
Merge pull request #1062 from bangerth/fix-gmres-breakdown

Handle the case of lucky breakdown in GMRES better, without testing whether 1/a is actually finite

9 years agoMerge pull request #1060 from bangerth/fix-test-5
Timo Heister [Tue, 30 Jun 2015 10:10:47 +0000 (06:10 -0400)]
Merge pull request #1060 from bangerth/fix-test-5

Avoid setting boundary objects that don't fit.

9 years agoFix Functions::Monomial::gradient 1057/head
angelrca [Mon, 29 Jun 2015 15:48:37 +0000 (17:48 +0200)]
Fix Functions::Monomial::gradient

Fix Functions::Monomial::gradient

Fix Functions::Monomial::gradient

Fix Functions::Monomial::gradient

Fix Functions::Monomial::gradient

9 years agoHandle the case of lucky breakdown better, without testing whether 1/a 1062/head
Wolfgang Bangerth [Mon, 29 Jun 2015 21:24:14 +0000 (16:24 -0500)]
Handle the case of lucky breakdown better, without testing whether 1/a
is actually finite.

9 years agoAvoid computing atan(y/x) where x=0. 1061/head
Wolfgang Bangerth [Mon, 29 Jun 2015 23:01:45 +0000 (18:01 -0500)]
Avoid computing atan(y/x) where x=0.

Rather, use atan2(y,x).

9 years agoAvoid setting boundary objects that don't fit. 1060/head
Wolfgang Bangerth [Mon, 29 Jun 2015 23:01:11 +0000 (18:01 -0500)]
Avoid setting boundary objects that don't fit.

This test set a hyperball boundary for the flat part of a half-hypersphere.

9 years agoMerge pull request #1053 from bangerth/improve-error-message-3
Matthias Maier [Mon, 29 Jun 2015 16:26:10 +0000 (18:26 +0200)]
Merge pull request #1053 from bangerth/improve-error-message-3

Improve the error message the script produces if no astyle was found.

9 years agoMerge pull request #1056 from bangerth/avoid-c++11ism
Matthias Maier [Mon, 29 Jun 2015 16:25:54 +0000 (18:25 +0200)]
Merge pull request #1056 from bangerth/avoid-c++11ism

Avoid a C++11ism.

9 years agoMerge pull request #1055 from bangerth/fix-clang-errors
Matthias Maier [Mon, 29 Jun 2015 16:24:55 +0000 (18:24 +0200)]
Merge pull request #1055 from bangerth/fix-clang-errors

Fix some compilation errors with clang.

9 years agoMerge pull request #1054 from bangerth/limit-tests
Matthias Maier [Mon, 29 Jun 2015 16:24:16 +0000 (18:24 +0200)]
Merge pull request #1054 from bangerth/limit-tests

Only run tests that require muparser if we have indeed configured with muparser.

9 years agoMerge pull request #1051 from drwells/fix-cxx11-detection
Matthias Maier [Mon, 29 Jun 2015 16:23:58 +0000 (18:23 +0200)]
Merge pull request #1051 from drwells/fix-cxx11-detection

[WIP] Fix C++11 detection

9 years agoAvoid a C++11ism. 1056/head
Wolfgang Bangerth [Mon, 29 Jun 2015 14:43:36 +0000 (09:43 -0500)]
Avoid a C++11ism.

9 years agoFix some compilation errors with clang. 1055/head
Wolfgang Bangerth [Mon, 29 Jun 2015 14:41:42 +0000 (09:41 -0500)]
Fix some compilation errors with clang.

Specifically, address these: http://cdash.kyomu.43-1.org/testDetails.php?test=15565167&build=9452

9 years agoOnly run tests that require muparser if we have indeed configured with muparser. 1054/head
Wolfgang Bangerth [Mon, 29 Jun 2015 14:20:01 +0000 (09:20 -0500)]
Only run tests that require muparser if we have indeed configured with muparser.

9 years agoImprove the error message the script produces if no astyle was found. 1053/head
Wolfgang Bangerth [Mon, 29 Jun 2015 14:17:21 +0000 (09:17 -0500)]
Improve the error message the script produces if no astyle was found.

9 years agoMerge pull request #1052 from angelrca/Monomial_gradient
Wolfgang Bangerth [Mon, 29 Jun 2015 14:06:11 +0000 (09:06 -0500)]
Merge pull request #1052 from angelrca/Monomial_gradient

Fix Functions::Monomial::gradient

9 years agoFix Functions::Monomial::gradient 1052/head
angelrca [Mon, 29 Jun 2015 09:26:33 +0000 (11:26 +0200)]
Fix Functions::Monomial::gradient

9 years agoModify set variables to clarify logic. 1051/head
David Wells [Mon, 29 Jun 2015 03:13:35 +0000 (23:13 -0400)]
Modify set variables to clarify logic.

9 years agoRe-enable automatic detection of C++ versions.
David Wells [Mon, 29 Jun 2015 03:11:55 +0000 (23:11 -0400)]
Re-enable automatic detection of C++ versions.
I mistakenly removed this when adding C++14 support.

9 years agoMerge pull request #1050 from luca-heltai/fix-block-matrix-array
Wolfgang Bangerth [Mon, 29 Jun 2015 02:58:32 +0000 (21:58 -0500)]
Merge pull request #1050 from luca-heltai/fix-block-matrix-array

Added missing headers.

9 years agoReplaced std::fabs with std::abs 1050/head
Luca Heltai [Sun, 28 Jun 2015 23:39:17 +0000 (01:39 +0200)]
Replaced std::fabs with std::abs

9 years agoAdded missing headers.
Luca Heltai [Sun, 28 Jun 2015 23:25:55 +0000 (01:25 +0200)]
Added missing headers.

9 years agoMerge pull request #1039 from maieneuro/master
Wolfgang Bangerth [Sun, 28 Jun 2015 20:57:20 +0000 (15:57 -0500)]
Merge pull request #1039 from maieneuro/master

Added second template argument to BlockMatrixArray representing gener…

9 years agoMerge pull request #1048 from guidokanschat/dgq_arbitrary_gauss_again
Wolfgang Bangerth [Sun, 28 Jun 2015 20:55:14 +0000 (15:55 -0500)]
Merge pull request #1048 from guidokanschat/dgq_arbitrary_gauss_again

Add GaussLog to the set of recognized quadrature rules and fix tests

9 years agoAdd GaussLog to the set of recognized quadrature rules and fix tests 1048/head
Guido Kanschat [Sun, 28 Jun 2015 19:41:52 +0000 (21:41 +0200)]
Add GaussLog to the set of recognized quadrature rules and fix tests

9 years agoMerge pull request #1044 from bangerth/instantiate-SparseMatrix-for-complex-scalars
Guido Kanschat [Sun, 28 Jun 2015 19:17:37 +0000 (21:17 +0200)]
Merge pull request #1044 from bangerth/instantiate-SparseMatrix-for-complex-scalars

Instantiate SparseMatrix for complex scalar types.

9 years agoInstantiate SparseMatrix for complex scalar types. 1044/head
Wolfgang Bangerth [Sat, 27 Jun 2015 00:10:27 +0000 (19:10 -0500)]
Instantiate SparseMatrix for complex scalar types.

9 years agoMerge pull request #1045 from drwells/fix-function-time-typos
Guido Kanschat [Sun, 28 Jun 2015 09:42:27 +0000 (11:42 +0200)]
Merge pull request #1045 from drwells/fix-function-time-typos

Fix two typos in the function_time documentation.

9 years agoFix two typos in the function_time documentation. 1045/head
David Wells [Sun, 28 Jun 2015 03:04:22 +0000 (23:04 -0400)]
Fix two typos in the function_time documentation.

9 years agoAdded PETSc instantiation and preprocessor checks 1039/head
Maien Hamed [Sat, 27 Jun 2015 19:32:55 +0000 (21:32 +0200)]
Added PETSc instantiation and preprocessor checks

9 years agoMerge pull request #1033 from guidokanschat/dgq_arbitrary_gauss
Timo Heister [Sat, 27 Jun 2015 12:04:24 +0000 (14:04 +0200)]
Merge pull request #1033 from guidokanschat/dgq_arbitrary_gauss

add detection of Gauss points in FE_DGQArbitraryNodes::get_name()

9 years agoMerge pull request #1042 from bangerth/fix-typo
Martin Kronbichler [Fri, 26 Jun 2015 06:34:12 +0000 (08:34 +0200)]
Merge pull request #1042 from bangerth/fix-typo

Fix a typo.

9 years agoFix a typo. 1042/head
Wolfgang Bangerth [Thu, 25 Jun 2015 22:07:18 +0000 (17:07 -0500)]
Fix a typo.

9 years agoMerge pull request #1018 from ESeNonFossiIo/gauss
Luca Heltai [Thu, 25 Jun 2015 15:29:44 +0000 (17:29 +0200)]
Merge pull request #1018 from ESeNonFossiIo/gauss

Back and forward substitution

9 years agoMerge pull request #1040 from kronbichler/master
Wolfgang Bangerth [Thu, 25 Jun 2015 15:13:06 +0000 (10:13 -0500)]
Merge pull request #1040 from kronbichler/master

Minor cleanup to make function work with VectorizedArray

9 years agocaveat has been removed 1018/head
ESeNonFossiIo [Wed, 17 Jun 2015 09:53:15 +0000 (11:53 +0200)]
caveat has been removed

9 years agoreording tests
ESeNonFossiIo [Tue, 16 Jun 2015 20:35:16 +0000 (22:35 +0200)]
reording tests

9 years agoremoving test that requires lower triangular matrix
ESeNonFossiIo [Tue, 16 Jun 2015 20:33:47 +0000 (22:33 +0200)]
removing test that requires lower triangular matrix

9 years agoremoving file depending on upper and lower triangular
ESeNonFossiIo [Tue, 16 Jun 2015 19:57:23 +0000 (21:57 +0200)]
removing file depending on upper and lower triangular

9 years agoremoving tests that require upper and lower triangular block operators
ESeNonFossiIo [Tue, 16 Jun 2015 19:44:38 +0000 (21:44 +0200)]
removing tests that require upper and lower triangular block operators

9 years agoreneaming and improving documentation
ESeNonFossiIo [Tue, 16 Jun 2015 10:56:45 +0000 (12:56 +0200)]
reneaming and improving documentation

9 years agotest for gauss elimination argument
ESeNonFossiIo [Mon, 15 Jun 2015 22:05:50 +0000 (00:05 +0200)]
test for gauss elimination argument

9 years agogauss elimination argument for linear operator
ESeNonFossiIo [Mon, 15 Jun 2015 22:04:39 +0000 (00:04 +0200)]
gauss elimination argument for linear operator

9 years agoMinor cleanup to make function work with VectorizedArray 1040/head
Martin Kronbichler [Thu, 25 Jun 2015 12:40:35 +0000 (14:40 +0200)]
Minor cleanup to make function work with VectorizedArray

9 years agoAdded second template argument to BlockMatrixArray representing generic BlockVector
Maien Hamed [Thu, 25 Jun 2015 12:35:56 +0000 (14:35 +0200)]
Added second template argument to BlockMatrixArray representing generic BlockVector

9 years agoMerge pull request #1038 from drwells/fix-compatibility-typo
Matthias Maier [Thu, 25 Jun 2015 12:32:55 +0000 (14:32 +0200)]
Merge pull request #1038 from drwells/fix-compatibility-typo

Fix a spelling error induced by the C++14 PR.

9 years agoFix a spelling error induced by the C++14 PR. 1038/head
David Wells [Thu, 25 Jun 2015 12:06:23 +0000 (08:06 -0400)]
Fix a spelling error induced by the C++14 PR.

9 years agoMerge pull request #1032 from drwells/support-c++14
Matthias Maier [Thu, 25 Jun 2015 11:00:24 +0000 (13:00 +0200)]
Merge pull request #1032 from drwells/support-c++14

Support C++14

9 years agoMerge pull request #1037 from drwells/fix-lapack-full-matrix-typos
Wolfgang Bangerth [Wed, 24 Jun 2015 22:01:27 +0000 (17:01 -0500)]
Merge pull request #1037 from drwells/fix-lapack-full-matrix-typos

Fix typos in the LAPACKFullMatrix documentation.

9 years agoFix typos in the documentation. 1037/head
David Wells [Wed, 24 Jun 2015 19:01:30 +0000 (15:01 -0400)]
Fix typos in the documentation.
Most of these were character transpositions.

9 years agoMerge pull request #1036 from davydden/fix_table_reinit
Wolfgang Bangerth [Tue, 23 Jun 2015 18:16:01 +0000 (13:16 -0500)]
Merge pull request #1036 from davydden/fix_table_reinit

fixed Table<2,T>::reinit(TableIndices<2>)

9 years agofixed Table<2,T>::reinit(TableIndices<2>) 1036/head
Denis Davydov [Tue, 23 Jun 2015 17:46:12 +0000 (19:46 +0200)]
fixed Table<2,T>::reinit(TableIndices<2>)

9 years agoadd detection of Gauss points in FE_DGQArbitraryNodes::get_name() 1033/head
Guido Kanschat [Mon, 22 Jun 2015 06:26:48 +0000 (08:26 +0200)]
add detection of Gauss points in FE_DGQArbitraryNodes::get_name()

9 years agoUpdate documentation with C++14 information. 1032/head
David Wells [Sun, 21 Jun 2015 17:49:30 +0000 (13:49 -0400)]
Update documentation with C++14 information.

9 years agoAdd support for C++14.
David Wells [Mon, 22 Jun 2015 01:43:42 +0000 (21:43 -0400)]
Add support for C++14.
Rather than support "C++11 or not C++11", the CMake files now support
either C++14 or C++11 based on the flags DEAL_II_WITH_CXX14 and
DEAL_II_WITH_CXX11. As C++14 is (very nearly) a superset of C++11
functionality, DEAL_II_HAVE_CXX14 may only be true when
DEAL_II_HAVE_CXX11 is true.

9 years agoMerge pull request #1026 from bangerth/fix-warnings
Wolfgang Bangerth [Sun, 21 Jun 2015 16:18:45 +0000 (11:18 -0500)]
Merge pull request #1026 from bangerth/fix-warnings

Fix a few warnings in the tutorial programs.

9 years agoFix a few warnings in the tutorial programs. 1026/head
Wolfgang Bangerth [Wed, 17 Jun 2015 19:24:37 +0000 (14:24 -0500)]
Fix a few warnings in the tutorial programs.


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.