]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
6 years agoMerge pull request #6029 from bangerth/update-step-14
Daniel Arndt [Sat, 10 Mar 2018 20:30:51 +0000 (15:30 -0500)]
Merge pull request #6029 from bangerth/update-step-14

Avoid re-init'ing the same vector twice in step-14.

6 years agoAvoid re-init'ing the same vector twice in step-14. 6029/head
Wolfgang Bangerth [Sat, 10 Mar 2018 15:54:44 +0000 (08:54 -0700)]
Avoid re-init'ing the same vector twice in step-14.

6 years agoMerge pull request #6027 from bangerth/doc-update
David Wells [Sat, 10 Mar 2018 13:25:42 +0000 (08:25 -0500)]
Merge pull request #6027 from bangerth/doc-update

Minor doc update to step-35.

6 years agoMerge pull request #6003 from masterleinad/relaxation_block_set_kernel
Martin Kronbichler [Sat, 10 Mar 2018 10:27:45 +0000 (11:27 +0100)]
Merge pull request #6003 from masterleinad/relaxation_block_set_kernel

Allow for setting the size of the kernel instead of a threshold in RelaxationBlock

6 years agoMinor doc update to step-35. 6027/head
Wolfgang Bangerth [Sat, 10 Mar 2018 10:13:51 +0000 (03:13 -0700)]
Minor doc update to step-35.

6 years agoMerge pull request #6024 from kronbichler/remove_mpi_comm_world
Martin Kronbichler [Sat, 10 Mar 2018 10:04:54 +0000 (11:04 +0100)]
Merge pull request #6024 from kronbichler/remove_mpi_comm_world

Do not use MPI_COMM_WORLD in MG Transfer

6 years agoRemove use of MPI_COMM_WORLD in serial Trilinos vector. 6024/head
Martin Kronbichler [Sat, 10 Mar 2018 06:22:05 +0000 (07:22 +0100)]
Remove use of MPI_COMM_WORLD in serial Trilinos vector.

6 years agoDo not use MPI_COMM_WORLD.
Martin Kronbichler [Sat, 10 Mar 2018 06:10:18 +0000 (07:10 +0100)]
Do not use MPI_COMM_WORLD.

6 years agoMerge pull request #6020 from bangerth/doc-update
Bruno Turcksin [Fri, 9 Mar 2018 23:00:13 +0000 (18:00 -0500)]
Merge pull request #6020 from bangerth/doc-update

Improve documentation of FETools::compute_projection_matrices().

6 years agoMerge pull request #6014 from kronbichler/improve_hermite_like_interp
Bruno Turcksin [Fri, 9 Mar 2018 22:58:58 +0000 (17:58 -0500)]
Merge pull request #6014 from kronbichler/improve_hermite_like_interp

Extend Hermite-like interpolation to case degree=2

6 years agoMerge pull request #6021 from tjhei/cuda_documentation_fixes
Bruno Turcksin [Fri, 9 Mar 2018 22:45:37 +0000 (17:45 -0500)]
Merge pull request #6021 from tjhei/cuda_documentation_fixes

CUDA: doxygen fixes

6 years agoCUDA: doxygen fixes 6021/head
Timo Heister [Fri, 9 Mar 2018 19:32:26 +0000 (14:32 -0500)]
CUDA: doxygen fixes

- disable DEAL_II_ALWAYS_INLINE and __device__ in doxygen documentation
- avoid @ingroup for member functions because they will be moved not
copied to the group

6 years agoImprove documentation of FETools::compute_projection_matrices(). 6020/head
Wolfgang Bangerth [Fri, 9 Mar 2018 15:09:17 +0000 (08:09 -0700)]
Improve documentation of FETools::compute_projection_matrices().

6 years agoMerge pull request #6012 from tjhei/cuda_warnings
Bruno Turcksin [Fri, 9 Mar 2018 14:09:38 +0000 (09:09 -0500)]
Merge pull request #6012 from tjhei/cuda_warnings

CUDA: fix cmake 3.10 and remove warning

6 years agoMerge pull request #6005 from jppelteret/fix_vector_from_trilinos_vector
Martin Kronbichler [Fri, 9 Mar 2018 03:39:26 +0000 (04:39 +0100)]
Merge pull request #6005 from jppelteret/fix_vector_from_trilinos_vector

Fix Vector::operator=(TrilinosWrappers::MPI::Vector)

6 years agoExtend Hermite-like interpolation to case degree=2. 6014/head
Martin Kronbichler [Thu, 8 Mar 2018 23:25:36 +0000 (00:25 +0100)]
Extend Hermite-like interpolation to case degree=2.

6 years agoMerge pull request #6013 from tjhei/lapack_warnings
Jean-Paul Pelteret [Thu, 8 Mar 2018 20:24:10 +0000 (21:24 +0100)]
Merge pull request #6013 from tjhei/lapack_warnings

remove LAPACK warning about uninitialized info variable

6 years agoremove LAPACK warning about uninitialized info variable 6013/head
Timo Heister [Thu, 8 Mar 2018 17:21:40 +0000 (12:21 -0500)]
remove LAPACK warning about uninitialized info variable

6 years agoCUDA: fix cmake 3.10 and remove warning 6012/head
Timo Heister [Thu, 8 Mar 2018 17:11:14 +0000 (12:11 -0500)]
CUDA: fix cmake 3.10 and remove warning

6 years agoMerge pull request #6009 from bangerth/doc-update-13
Matthias Maier [Thu, 8 Mar 2018 17:11:07 +0000 (11:11 -0600)]
Merge pull request #6009 from bangerth/doc-update-13

Better document one place.

6 years agoMerge pull request #6008 from bangerth/cleanup-2
Matthias Maier [Thu, 8 Mar 2018 17:10:35 +0000 (11:10 -0600)]
Merge pull request #6008 from bangerth/cleanup-2

Better document a piece of code.

6 years agoMerge pull request #6007 from bangerth/cleanup
Matthias Maier [Thu, 8 Mar 2018 17:10:05 +0000 (11:10 -0600)]
Merge pull request #6007 from bangerth/cleanup

Simplify code.

6 years agoMerge pull request #6011 from tamiko/add-gitignore
Wolfgang Bangerth [Thu, 8 Mar 2018 16:50:13 +0000 (09:50 -0700)]
Merge pull request #6011 from tamiko/add-gitignore

Add a .gitignore file

6 years agoAdd a .gitignore file 6011/head
Matthias Maier [Thu, 8 Mar 2018 16:46:16 +0000 (10:46 -0600)]
Add a .gitignore file

Let's ignore the "code-gallery" directory and all directories starting
with "build*".

6 years agoBetter document one place. 6009/head
Wolfgang Bangerth [Thu, 8 Mar 2018 14:54:25 +0000 (07:54 -0700)]
Better document one place.

6 years agoBetter document a piece of code. 6008/head
Wolfgang Bangerth [Thu, 8 Mar 2018 14:41:43 +0000 (07:41 -0700)]
Better document a piece of code.

6 years agoSimplify code. 6007/head
Wolfgang Bangerth [Thu, 8 Mar 2018 14:37:19 +0000 (07:37 -0700)]
Simplify code.

The existing code seemed to suggest that something different had to happen if n_levels()>0.
But it was really that there was nothing to do if the triangulation is empty. Reflect this
in both the code and a comment.

6 years agoMerge pull request #6006 from tjhei/cuda_doc
Bruno Turcksin [Thu, 8 Mar 2018 13:37:25 +0000 (08:37 -0500)]
Merge pull request #6006 from tjhei/cuda_doc

create CUDA doxygen module

6 years agoAllow for setting the size of the kernel instead of a threshold 6003/head
Daniel Arndt [Tue, 6 Mar 2018 04:39:24 +0000 (05:39 +0100)]
Allow for setting the size of the kernel instead of a threshold

6 years agocuda doxygen 6006/head
Timo Heister [Wed, 7 Mar 2018 21:10:43 +0000 (16:10 -0500)]
cuda doxygen

6 years agoFix Vector::operator=(TrilinosWrappers::MPI::Vector) 6005/head
Jean-Paul Pelteret [Wed, 7 Mar 2018 16:54:25 +0000 (17:54 +0100)]
Fix Vector::operator=(TrilinosWrappers::MPI::Vector)

Data was being copied to the local vector directly from the distributed
vector (as opposed to its localised equivalent). This lead to only a
partial copy of data, and all of the data was offset incorrectly in the
returned vector (giving each process a different view of the localised
vector).

6 years agoMerge pull request #6004 from masterleinad/avoid_warnings_spherical
Denis Davydov [Wed, 7 Mar 2018 09:09:06 +0000 (10:09 +0100)]
Merge pull request #6004 from masterleinad/avoid_warnings_spherical

Avoid compiler warnings for Function::Spherical

6 years agoMerge pull request #5995 from bangerth/doc-update
Martin Kronbichler [Wed, 7 Mar 2018 06:41:27 +0000 (07:41 +0100)]
Merge pull request #5995 from bangerth/doc-update

Expand on the discussion in the introduction to step-14.

6 years agoAvoid compiler warnings for Function::Spherical 6004/head
Daniel Arndt [Wed, 7 Mar 2018 04:19:12 +0000 (05:19 +0100)]
Avoid compiler warnings for Function::Spherical

6 years agoMerge pull request #5732 from Jie-Cheng/petsc_mmult_follow_up
Daniel Arndt [Wed, 7 Mar 2018 03:14:51 +0000 (22:14 -0500)]
Merge pull request #5732 from Jie-Cheng/petsc_mmult_follow_up

Follow-up of #5655: add mmult and Tmmult to petsc sparse matrix and petsc parallel sparse matrix

6 years agoFollow-up of #5655: add PETScWrappers::SparseMatrix::mmult and PETScWrappers::MPI... 5732/head
Jie Cheng [Sun, 14 Jan 2018 06:08:47 +0000 (01:08 -0500)]
Follow-up of #5655: add PETScWrappers::SparseMatrix::mmult and PETScWrappers::MPI::SparseMatrix::mmult

6 years agoMerge pull request #6000 from masterleinad/changelog_5997
David Wells [Mon, 5 Mar 2018 17:02:19 +0000 (12:02 -0500)]
Merge pull request #6000 from masterleinad/changelog_5997

Changelog entry for #5997

6 years agoChangelog entry for #5997 6000/head
Daniel Arndt [Mon, 5 Mar 2018 14:57:31 +0000 (15:57 +0100)]
Changelog entry for #5997

6 years agoMerge pull request #5997 from masterleinad/fix_distort_random
Daniel Arndt [Mon, 5 Mar 2018 13:23:41 +0000 (08:23 -0500)]
Merge pull request #5997 from masterleinad/fix_distort_random

Fix up GridTools::distort_random for p::s::Triangulation

6 years agoMerge pull request #5957 from masterleinad/move_support_qgausslobatto
Wolfgang Bangerth [Mon, 5 Mar 2018 07:54:17 +0000 (00:54 -0700)]
Merge pull request #5957 from masterleinad/move_support_qgausslobatto

Fix undefined functions in template instantiations

6 years agoMerge pull request #5996 from masterleinad/fix_scalapack_hdf5
Jean-Paul Pelteret [Mon, 5 Mar 2018 06:13:14 +0000 (07:13 +0100)]
Merge pull request #5996 from masterleinad/fix_scalapack_hdf5

Guard HDF5 specific ScaLAPACK implementation

6 years agoFix up GridTools::distort_random for p::s::Triangulation 5997/head
Daniel Arndt [Mon, 5 Mar 2018 03:41:06 +0000 (04:41 +0100)]
Fix up GridTools::distort_random for p::s::Triangulation

6 years agoExpand on the discussion in the introduction to step-14. 5995/head
Wolfgang Bangerth [Sun, 4 Mar 2018 08:22:42 +0000 (01:22 -0700)]
Expand on the discussion in the introduction to step-14.

6 years agoGuard HDF5 specific ScaLAPACK implementation 5996/head
Daniel Arndt [Mon, 5 Mar 2018 01:03:42 +0000 (02:03 +0100)]
Guard HDF5 specific ScaLAPACK implementation

6 years agoMerge pull request #5941 from BenBrands/save_state_property
Denis Davydov [Sat, 3 Mar 2018 18:50:32 +0000 (19:50 +0100)]
Merge pull request #5941 from BenBrands/save_state_property

save/load state and property of ScaLAPACKMatrix

6 years agoMerge pull request #5988 from bangerth/update-step-12
David Wells [Sat, 3 Mar 2018 13:12:23 +0000 (08:12 -0500)]
Merge pull request #5988 from bangerth/update-step-12

Merge the two places where we compute beta in step-12 into one function.

6 years agoMerge pull request #5991 from tjhei/detailed-log-vectorization
Matthias Maier [Fri, 2 Mar 2018 22:06:45 +0000 (16:06 -0600)]
Merge pull request #5991 from tjhei/detailed-log-vectorization

cmake: print vectorization level in detailed.log

6 years agocmake: print vectorization level in detailed.log 5991/head
Timo Heister [Fri, 2 Mar 2018 21:44:42 +0000 (16:44 -0500)]
cmake: print vectorization level in detailed.log

6 years agoMerge the two places where we compute beta in step-12 into one function. 5988/head
Wolfgang Bangerth [Fri, 2 Mar 2018 17:12:44 +0000 (10:12 -0700)]
Merge the two places where we compute beta in step-12 into one function.

6 years agoMerge pull request #5987 from drwells/fix-qcollection-doc
Daniel Arndt [Fri, 2 Mar 2018 15:33:56 +0000 (10:33 -0500)]
Merge pull request #5987 from drwells/fix-qcollection-doc

Fix a wrong link in the documentation.

6 years agoFix a wrong link in the documentation. 5987/head
David Wells [Fri, 2 Mar 2018 15:21:03 +0000 (10:21 -0500)]
Fix a wrong link in the documentation.

6 years agoMerge pull request #5983 from bangerth/update-step-12
Daniel Arndt [Fri, 2 Mar 2018 14:52:51 +0000 (09:52 -0500)]
Merge pull request #5983 from bangerth/update-step-12

Update some code in step-12.

6 years agoMerge pull request #5980 from masterleinad/fix_without_zlib
Bruno Turcksin [Thu, 1 Mar 2018 22:15:07 +0000 (17:15 -0500)]
Merge pull request #5980 from masterleinad/fix_without_zlib

Provide output file for DEAL_II_WITH_ZLIB=OFF

6 years agoMerge pull request #5984 from bangerth/update-step-12-2
Timo Heister [Thu, 1 Mar 2018 19:32:36 +0000 (14:32 -0500)]
Merge pull request #5984 from bangerth/update-step-12-2

Simplify the creation of filenames in step-12.

6 years agoSimplify the creation of filenames in step-12. 5984/head
Wolfgang Bangerth [Thu, 1 Mar 2018 17:09:12 +0000 (10:09 -0700)]
Simplify the creation of filenames in step-12.

6 years agoUpdate some code in step-12. 5983/head
Wolfgang Bangerth [Thu, 1 Mar 2018 17:05:56 +0000 (10:05 -0700)]
Update some code in step-12.

Specifically:
* Write the bilinear form with direction (-beta) obtained through integration
  by parts, rather than using beta and then doing -= on the matrix.
* Use the names for FE*Values objects that we use everywhere else.
* Some other minor cleanups.

6 years agoMerge pull request #5975 from davydden/1d_tria
Daniel Arndt [Thu, 1 Mar 2018 13:47:16 +0000 (08:47 -0500)]
Merge pull request #5975 from davydden/1d_tria

make p::d::Tria<1> similar to dim>1

6 years agoadd a test to make sure we can build p::d::Tria<1> 5975/head
Denis Davydov [Wed, 28 Feb 2018 17:00:26 +0000 (18:00 +0100)]
add a test to make sure we can build p::d::Tria<1>

6 years agoProvide output file for DEAL_II_WITH_ZLIB=OFF 5980/head
Daniel Arndt [Thu, 1 Mar 2018 02:15:09 +0000 (03:15 +0100)]
Provide output file for DEAL_II_WITH_ZLIB=OFF

6 years agoadd dummy p::d::Tria<1>::load() and save()
Denis Davydov [Wed, 28 Feb 2018 15:39:37 +0000 (16:39 +0100)]
add dummy p::d::Tria<1>::load() and save()

6 years agomake constructor of p::d::Tria<1> consistent to that of dim>1
Denis Davydov [Wed, 28 Feb 2018 14:27:14 +0000 (15:27 +0100)]
make constructor of p::d::Tria<1> consistent to that of dim>1

6 years agoMerge pull request #5974 from davydden/1d_spherical
Denis Davydov [Thu, 1 Mar 2018 00:20:08 +0000 (01:20 +0100)]
Merge pull request #5974 from davydden/1d_spherical

instantiate Function::Spherical and auxiliary conversion functions fo…

6 years agoMerge pull request #5977 from davydden/1d_grid_ref_sol_trans
Daniel Arndt [Wed, 28 Feb 2018 23:05:42 +0000 (18:05 -0500)]
Merge pull request #5977 from davydden/1d_grid_ref_sol_trans

instantiate p::d::GridRefinement and p::d::SolutionTransfer for dim==1

6 years agoMerge pull request #5976 from davydden/1d_kelly
Bruno Turcksin [Wed, 28 Feb 2018 21:06:06 +0000 (16:06 -0500)]
Merge pull request #5976 from davydden/1d_kelly

make KellyErrorEstimator<1> consistent with KellyErrorEstimator<2|3>

6 years agoMerge pull request #5973 from BenBrands/scalapack_10_b
Denis Davydov [Wed, 28 Feb 2018 19:58:03 +0000 (20:58 +0100)]
Merge pull request #5973 from BenBrands/scalapack_10_b

make test scalapack_10_b shorter

6 years agoinstantiate p::d::GridRefinement and p::d::SolutionTransfer for dim==1 5977/head
Denis Davydov [Wed, 28 Feb 2018 16:15:50 +0000 (17:15 +0100)]
instantiate p::d::GridRefinement and p::d::SolutionTransfer for dim==1

6 years agomake KellyErrorEstimator<1> consistent with KellyErrorEstimator<2|3> 5976/head
Denis Davydov [Wed, 28 Feb 2018 15:00:32 +0000 (16:00 +0100)]
make KellyErrorEstimator<1> consistent with KellyErrorEstimator<2|3>

6 years agoinstantiate Function::Spherical and auxiliary conversion functions for dim=1,2 5974/head
Denis Davydov [Wed, 28 Feb 2018 10:34:23 +0000 (11:34 +0100)]
instantiate Function::Spherical and auxiliary conversion functions for dim=1,2

6 years agomake test scalapack_10_b shorter 5973/head
Benjamin Brands [Wed, 28 Feb 2018 14:14:21 +0000 (15:14 +0100)]
make test scalapack_10_b shorter

6 years agoMerge pull request #5927 from Rombur/cuda_sparse_matrix
Daniel Arndt [Wed, 28 Feb 2018 14:06:03 +0000 (09:06 -0500)]
Merge pull request #5927 from Rombur/cuda_sparse_matrix

Cuda sparse matrix

6 years agoAdd forgotten macro guard 5927/head
Bruno Turcksin [Wed, 28 Feb 2018 02:00:39 +0000 (21:00 -0500)]
Add forgotten macro guard

6 years agoAdd changelog entry
Bruno Turcksin [Mon, 19 Feb 2018 02:11:10 +0000 (21:11 -0500)]
Add changelog entry

6 years agoAdd test for CUDAWrappers::SparseMatrix
Bruno Turcksin [Mon, 19 Feb 2018 01:58:53 +0000 (20:58 -0500)]
Add test for CUDAWrappers::SparseMatrix

6 years agoAdd wrappers for cuSPARSE csr sparse matrix
Bruno Turcksin [Mon, 19 Feb 2018 01:56:13 +0000 (20:56 -0500)]
Add wrappers for cuSPARSE csr sparse matrix

6 years agoMerge pull request #5969 from masterleinad/replace_doxygen_related
Wolfgang Bangerth [Wed, 28 Feb 2018 00:52:15 +0000 (17:52 -0700)]
Merge pull request #5969 from masterleinad/replace_doxygen_related

Replace @related by @relatesalso

6 years agoReplace @related by @relatesalso 5969/head
Daniel Arndt [Wed, 28 Feb 2018 00:45:58 +0000 (01:45 +0100)]
Replace @related by @relatesalso

6 years agoMerge pull request #5968 from masterleinad/replace_doxygen_relates
Wolfgang Bangerth [Wed, 28 Feb 2018 00:13:56 +0000 (17:13 -0700)]
Merge pull request #5968 from masterleinad/replace_doxygen_relates

Replace @relates by @relatesalso

6 years agoMerge pull request #5966 from tjhei/more_emplace_back
Daniel Arndt [Tue, 27 Feb 2018 23:16:22 +0000 (18:16 -0500)]
Merge pull request #5966 from tjhei/more_emplace_back

fix more findings of modernize-use-emplace

6 years agoReplace @relates by @relatesalso 5968/head
Daniel Arndt [Tue, 27 Feb 2018 21:14:13 +0000 (22:14 +0100)]
Replace @relates by @relatesalso

6 years agoMerge pull request #5967 from bangerth/doc-update
David Wells [Tue, 27 Feb 2018 20:56:46 +0000 (15:56 -0500)]
Merge pull request #5967 from bangerth/doc-update

Minor edits to the documentation of AnisotropicPolynomials.

6 years agoMerge pull request #5964 from tjhei/fix_test_chart_man_10
Denis Davydov [Tue, 27 Feb 2018 19:24:07 +0000 (20:24 +0100)]
Merge pull request #5964 from tjhei/fix_test_chart_man_10

fix initializer in tests/manifold/chart_manifold_10

6 years agoMerge pull request #5963 from davydden/bugfix/sundials_complex_petsc
Wolfgang Bangerth [Tue, 27 Feb 2018 18:16:36 +0000 (11:16 -0700)]
Merge pull request #5963 from davydden/bugfix/sundials_complex_petsc

fix compilation of kinsol wrappers with complex PETSc

6 years agoMerge pull request #5965 from masterleinad/doxygen_sum_tensor
Wolfgang Bangerth [Tue, 27 Feb 2018 18:13:41 +0000 (11:13 -0700)]
Merge pull request #5965 from masterleinad/doxygen_sum_tensor

Fix mentioning of sum variant for Tensor

6 years agoMinor edits to the documentation of AnisotropicPolynomials. 5967/head
Wolfgang Bangerth [Tue, 27 Feb 2018 18:10:36 +0000 (11:10 -0700)]
Minor edits to the documentation of AnisotropicPolynomials.

6 years agofix more findings of modernize-use-emplace 5966/head
Timo Heister [Tue, 27 Feb 2018 18:01:37 +0000 (13:01 -0500)]
fix more findings of modernize-use-emplace

6 years agoFix mentioning of sum variant for Tensor 5965/head
Daniel Arndt [Tue, 27 Feb 2018 17:57:05 +0000 (18:57 +0100)]
Fix mentioning of sum variant for Tensor

6 years agofix initializer in tests/manifold/chart_manifold_10 5964/head
Timo Heister [Tue, 27 Feb 2018 17:48:10 +0000 (12:48 -0500)]
fix initializer in tests/manifold/chart_manifold_10

6 years agofix compilation of kinsol wrappers with complex PETSc 5963/head
Denis Davydov [Tue, 27 Feb 2018 09:02:11 +0000 (10:02 +0100)]
fix compilation of kinsol wrappers with complex PETSc

6 years agoMerge pull request #5961 from drwells/remove-unused-typedef
Martin Kronbichler [Mon, 26 Feb 2018 19:28:17 +0000 (20:28 +0100)]
Merge pull request #5961 from drwells/remove-unused-typedef

Remove unused typedef

6 years agoRemove an unused typedef. 5961/head
David Wells [Mon, 26 Feb 2018 16:11:39 +0000 (11:11 -0500)]
Remove an unused typedef.

6 years agoMerge pull request #5937 from davydden/feature/extend_blockvec_mmult
Martin Kronbichler [Mon, 26 Feb 2018 12:01:06 +0000 (13:01 +0100)]
Merge pull request #5937 from davydden/feature/extend_blockvec_mmult

add more parameters to LA::distributed::BlockVector::mmult()

6 years agoMerge pull request #5960 from drwells/fix-fullmatrix-size-type
Martin Kronbichler [Mon, 26 Feb 2018 11:59:23 +0000 (12:59 +0100)]
Merge pull request #5960 from drwells/fix-fullmatrix-size-type

Use the correct size type for a column number.

6 years agoUse the correct size type for a column number. 5960/head
David Wells [Mon, 26 Feb 2018 03:56:45 +0000 (22:56 -0500)]
Use the correct size type for a column number.

6 years agoMove computation of QGaussLobattoChebyshev support points into helper namespace 5957/head
Daniel Arndt [Sun, 25 Feb 2018 16:27:53 +0000 (17:27 +0100)]
Move computation of QGaussLobattoChebyshev support points into helper namespace

6 years agoMove computation of QGaussRadauChebyshev support points into helper namespace
Daniel Arndt [Sun, 25 Feb 2018 16:27:30 +0000 (17:27 +0100)]
Move computation of QGaussRadauChebyshev support points into helper namespace

6 years agoMove computation of QGaussChebyshev support points into helper namespace
Daniel Arndt [Sun, 25 Feb 2018 16:26:21 +0000 (17:26 +0100)]
Move computation of QGaussChebyshev support points into helper namespace

6 years agoMove computation of QGaussLobatto support points into helper namespace
Daniel Arndt [Sun, 25 Feb 2018 16:25:20 +0000 (17:25 +0100)]
Move computation of QGaussLobatto support points into helper namespace

6 years agoProvide general template function definitions in GeometryInfo
Daniel Arndt [Sun, 25 Feb 2018 17:36:40 +0000 (18:36 +0100)]
Provide general template function definitions in GeometryInfo

6 years agoMerge pull request #5955 from bangerth/doc-update-2
Daniel Arndt [Sun, 25 Feb 2018 16:07:02 +0000 (10:07 -0600)]
Merge pull request #5955 from bangerth/doc-update-2

Update a couple comments about linear solvers.

6 years agoUpdate a couple comments about linear solvers. 5955/head
Wolfgang Bangerth [Sat, 24 Feb 2018 20:47:17 +0000 (13:47 -0700)]
Update a couple comments about linear solvers.


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.