]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
7 years agoRemove a function that is now no longer used. 4733/head
Wolfgang Bangerth [Tue, 8 Aug 2017 21:17:28 +0000 (15:17 -0600)]
Remove a function that is now no longer used.

We use boost serialization, rather than setting up a fixed-sized buffer
into which we memcpy things.

7 years agoMerge pull request #4702 from bangerth/iterator-work
Martin Kronbichler [Mon, 7 Aug 2017 06:26:23 +0000 (08:26 +0200)]
Merge pull request #4702 from bangerth/iterator-work

Remove a largely unused iterator typedef.

7 years agoMerge pull request #4703 from bangerth/dofhandler-cleanup
Denis Davydov [Mon, 7 Aug 2017 02:16:13 +0000 (04:16 +0200)]
Merge pull request #4703 from bangerth/dofhandler-cleanup

More DoFHandler policy cleanups.

7 years agoUse plural for an array. 4703/head
Wolfgang Bangerth [Sun, 6 Aug 2017 23:39:08 +0000 (17:39 -0600)]
Use plural for an array.

We already do so for all of the other arrays in this class.

7 years agoSimplify an assertion.
Wolfgang Bangerth [Sun, 6 Aug 2017 23:24:12 +0000 (17:24 -0600)]
Simplify an assertion.

We already check that a cell is not a ghost cell and we've only marked
locally owned cells. So test that.

7 years agoRemove a largely unused iterator typedef. 4702/head
Wolfgang Bangerth [Sat, 5 Aug 2017 19:05:00 +0000 (13:05 -0600)]
Remove a largely unused iterator typedef.

Move further towards the goal of trying to dispatch as small a number
of iterators to make the life of IDEs easier.

7 years agoMerge pull request #4679 from davydden/eigenvalue_estimate
Daniel Arndt [Sat, 5 Aug 2017 19:18:22 +0000 (21:18 +0200)]
Merge pull request #4679 from davydden/eigenvalue_estimate

minor fix to DiagonalMatrix and add Utilities::Lac:: Lanczos_largest_eigenvalue

7 years agoadd Utilities::LinearAlgebra::Lanczos_largest_eigenvalue() 4679/head
Denis Davydov [Tue, 1 Aug 2017 20:33:27 +0000 (22:33 +0200)]
add Utilities::LinearAlgebra::Lanczos_largest_eigenvalue()
and Utilities::LinearAlgebra::Chebyshev_filter()

7 years agoMerge pull request #4699 from masterleinad/fix_clang_compile
Denis Davydov [Sat, 5 Aug 2017 10:18:31 +0000 (12:18 +0200)]
Merge pull request #4699 from masterleinad/fix_clang_compile

Fix compilation of symmetric_tensor.inst for clang-4.0.0

7 years agoMerge pull request #4693 from bangerth/iterator-work
Martin Kronbichler [Sat, 5 Aug 2017 07:14:00 +0000 (09:14 +0200)]
Merge pull request #4693 from bangerth/iterator-work

Move an iterator declaration that is now completely generic.

7 years agoMerge pull request #4698 from bangerth/doc-update
Martin Kronbichler [Sat, 5 Aug 2017 07:13:33 +0000 (09:13 +0200)]
Merge pull request #4698 from bangerth/doc-update

Update documentation in GridOut.

7 years agoFix compilation of symmetric_tensor.inst for clang-4.0.0 4699/head
Daniel Arndt [Sat, 5 Aug 2017 06:13:52 +0000 (08:13 +0200)]
Fix compilation of symmetric_tensor.inst for clang-4.0.0

7 years agoUpdate documentation in GridOut. 4698/head
Wolfgang Bangerth [Fri, 4 Aug 2017 22:26:00 +0000 (16:26 -0600)]
Update documentation in GridOut.

7 years agoUpdate documentation. 4693/head
Wolfgang Bangerth [Fri, 4 Aug 2017 12:08:00 +0000 (06:08 -0600)]
Update documentation.

7 years agoMerge pull request #4696 from kronbichler/fix_power_of_vectorized_array
Wolfgang Bangerth [Fri, 4 Aug 2017 21:02:59 +0000 (15:02 -0600)]
Merge pull request #4696 from kronbichler/fix_power_of_vectorized_array

Fix Utilities::fixed_power for VectorizedArray.

7 years agoMerge pull request #4697 from kronbichler/fix_build_with_unity
Wolfgang Bangerth [Fri, 4 Aug 2017 21:01:41 +0000 (15:01 -0600)]
Merge pull request #4697 from kronbichler/fix_build_with_unity

Fix compilation with unity build.

7 years agoFix compilation with unity build. 4697/head
Martin Kronbichler [Fri, 4 Aug 2017 16:30:38 +0000 (18:30 +0200)]
Fix compilation with unity build.

7 years agoFix Utilities::fixed_power for VectorizedArray. 4696/head
Martin Kronbichler [Fri, 4 Aug 2017 16:27:56 +0000 (18:27 +0200)]
Fix Utilities::fixed_power for VectorizedArray.

7 years agoMerge pull request #4678 from davydden/parpack_mode12
Bruno Turcksin [Fri, 4 Aug 2017 16:20:42 +0000 (12:20 -0400)]
Merge pull request #4678 from davydden/parpack_mode12

extend pArpack interface to mode 1 and 2

7 years agoMerge pull request #4694 from masterleinad/restrict_hdf5
Wolfgang Bangerth [Fri, 4 Aug 2017 14:57:13 +0000 (08:57 -0600)]
Merge pull request #4694 from masterleinad/restrict_hdf5

Restrict serial HDF5 tests to DEAL_II_WITH_MPI=OFF

7 years agoextend pArpack interface to mode 1 and 2 4678/head
Denis Davydov [Tue, 1 Aug 2017 18:48:59 +0000 (20:48 +0200)]
extend pArpack interface to mode 1 and 2

7 years agoMerge pull request #4692 from masterleinad/quadrature_move_assignment
Daniel Arndt [Fri, 4 Aug 2017 13:21:30 +0000 (15:21 +0200)]
Merge pull request #4692 from masterleinad/quadrature_move_assignment

Introduce a move assignment operator for Quadrature

7 years agoRestrict serial HDF5 tests to DEAL_II_WITH_MPI=OFF 4694/head
Daniel Arndt [Fri, 4 Aug 2017 13:07:45 +0000 (15:07 +0200)]
Restrict serial HDF5 tests to DEAL_II_WITH_MPI=OFF

7 years agoMerge pull request #4680 from kronbichler/matrix_free_dg_step_1
Bruno Turcksin [Fri, 4 Aug 2017 12:23:22 +0000 (08:23 -0400)]
Merge pull request #4680 from kronbichler/matrix_free_dg_step_1

Generate vectorized data on 1D faces for MF::shape_info

7 years agoMove an iterator declaration that is now completely generic.
Wolfgang Bangerth [Fri, 4 Aug 2017 12:04:30 +0000 (06:04 -0600)]
Move an iterator declaration that is now completely generic.

The internal::Triangulation::Iterators class was meant to abstract away things
that look differently between dimensions. But we can now do better because at
least the vertex iterators are completely generic now. So move the typedef from
there to the Triangulation class, where it easier to find for users.

7 years agoIntroduce a move assignment operator for Quadrature 4692/head
Daniel Arndt [Fri, 4 Aug 2017 10:40:14 +0000 (12:40 +0200)]
Introduce a move assignment operator for Quadrature

7 years agoMerge pull request #4690 from bangerth/fix-compilation
Wolfgang Bangerth [Fri, 4 Aug 2017 11:24:48 +0000 (05:24 -0600)]
Merge pull request #4690 from bangerth/fix-compilation

Fix a compiler error by explicitly providing template arguments.

7 years agoFix a compiler error by explicitly providing template arguments. 4690/head
Wolfgang Bangerth [Fri, 4 Aug 2017 09:45:42 +0000 (03:45 -0600)]
Fix a compiler error by explicitly providing template arguments.

7 years agoMerge pull request #4673 from jppelteret/ST_eignevalues_vectors
Wolfgang Bangerth [Fri, 4 Aug 2017 08:45:36 +0000 (02:45 -0600)]
Merge pull request #4673 from jppelteret/ST_eignevalues_vectors

Add computation of eigenvalues and eigenvectors for symmetric tensors

7 years agoMerge pull request #4668 from masterleinad/introduce_is_tensor_quadrature
Wolfgang Bangerth [Fri, 4 Aug 2017 08:25:24 +0000 (02:25 -0600)]
Merge pull request #4668 from masterleinad/introduce_is_tensor_quadrature

Introduce Quadrature::is_tensor_product_flag

7 years agoMerge pull request #4666 from masterleinad/fix_serial_write_hdf5_parallel
Wolfgang Bangerth [Fri, 4 Aug 2017 08:22:43 +0000 (02:22 -0600)]
Merge pull request #4666 from masterleinad/fix_serial_write_hdf5_parallel

Fix write_hdf5_parallel without MPI

7 years agoDo not hardcode VectorizedArray in MatrixFreeFunctions::ShapeInfo. 4680/head
Martin Kronbichler [Thu, 3 Aug 2017 21:16:35 +0000 (23:16 +0200)]
Do not hardcode VectorizedArray in MatrixFreeFunctions::ShapeInfo.

Make class templated on generic type Number that can be VectorizedArray<double>.

7 years agoMerge pull request #4686 from bangerth/fix-coverity-complaint
Daniel Arndt [Thu, 3 Aug 2017 15:51:16 +0000 (17:51 +0200)]
Merge pull request #4686 from bangerth/fix-coverity-complaint

Avoid Assert in destructors.

7 years agoMerge pull request #4687 from bangerth/simplify-code-2
Jean-Paul Pelteret [Thu, 3 Aug 2017 14:21:55 +0000 (16:21 +0200)]
Merge pull request #4687 from bangerth/simplify-code-2

Simplify some code.

7 years agoSimplify some code. 4687/head
Wolfgang Bangerth [Thu, 3 Aug 2017 12:54:46 +0000 (06:54 -0600)]
Simplify some code.

If you can write code in one line instead of two, then that's worth it :-)

7 years agoMerge pull request #4683 from bangerth/fix-hp-serialization
Jean-Paul Pelteret [Thu, 3 Aug 2017 12:05:19 +0000 (14:05 +0200)]
Merge pull request #4683 from bangerth/fix-hp-serialization

Use the proper way to deal with std::unique_ptrs.

7 years agoAvoid Assert in destructors. 4686/head
Wolfgang Bangerth [Thu, 3 Aug 2017 11:19:39 +0000 (05:19 -0600)]
Avoid Assert in destructors.

We need to use AssertNothrow instead to ensure we don't throw
exceptions in assertions, where this is not allowed.

7 years agoUse the proper way to deal with std::unique_ptrs. 4683/head
Wolfgang Bangerth [Thu, 3 Aug 2017 10:59:52 +0000 (04:59 -0600)]
Use the proper way to deal with std::unique_ptrs.

7 years agoSplit header and explicitly instantiate template functions. 4673/head
Jean-Paul Pelteret [Fri, 28 Jul 2017 16:40:34 +0000 (18:40 +0200)]
Split header and explicitly instantiate template functions.

7 years ago Add computation of eigenvectors of rank-2 symmetric tensor.
Jean-Paul Pelteret [Thu, 27 Jul 2017 08:50:04 +0000 (10:50 +0200)]
 Add computation of eigenvectors of rank-2 symmetric tensor.

This commit adds functions that compute the eigenvectors (and associated
eigenvalues) of a rank-2 symmetric tensor using one of threee methods:
1. Transformation to tridiagonal form and using the QL algorithm with
implicit shifting.
2. A hybrid algorithm that preferentially uses an analytical approach
and falls back to the QL algorithm if the computation is deemed
to be inaccurate.
3. The (robust but expensive) Jacobi algorithm.

7 years agoMerge pull request #4681 from masterleinad/fix_array_view_09_release
David Wells [Wed, 2 Aug 2017 18:53:49 +0000 (14:53 -0400)]
Merge pull request #4681 from masterleinad/fix_array_view_09_release

Fix test output for base/array_view_09 in release mode

7 years agoFix test output for base/array_view_09 in release mode 4681/head
Daniel Arndt [Wed, 2 Aug 2017 16:44:42 +0000 (18:44 +0200)]
Fix test output for base/array_view_09 in release mode

7 years agoGenerate vectorized data on 1D faces for MF::shape_info.
Martin Kronbichler [Wed, 2 Aug 2017 10:19:50 +0000 (12:19 +0200)]
Generate vectorized data on 1D faces for MF::shape_info.

7 years agomake DiagonalMatrix usable as a linear operator
Denis Davydov [Tue, 1 Aug 2017 20:28:05 +0000 (22:28 +0200)]
make DiagonalMatrix usable as a linear operator

7 years agoDocumentation update 4668/head
Daniel Arndt [Mon, 31 Jul 2017 20:40:33 +0000 (22:40 +0200)]
Documentation update

7 years agoMerge pull request #4670 from drwells/improve-arrayview
Wolfgang Bangerth [Mon, 31 Jul 2017 19:58:57 +0000 (13:58 -0600)]
Merge pull request #4670 from drwells/improve-arrayview

Improve arrayview

7 years agoMerge pull request #4677 from masterleinad/implement_constexpr_maxmin
Wolfgang Bangerth [Mon, 31 Jul 2017 19:58:23 +0000 (13:58 -0600)]
Merge pull request #4677 from masterleinad/implement_constexpr_maxmin

Fix the last remaining constexpr std::max in patterns.h

7 years agoFix the last remaining constexpr std::max in patterns.h 4677/head
Daniel Arndt [Mon, 31 Jul 2017 15:38:08 +0000 (17:38 +0200)]
Fix the last remaining constexpr std::max in patterns.h

7 years agoMerge pull request #4675 from masterleinad/implement_constexpr_maxmin
Timo Heister [Mon, 31 Jul 2017 14:54:34 +0000 (10:54 -0400)]
Merge pull request #4675 from masterleinad/implement_constexpr_maxmin

Implement constexpr max and min for DEAL_II_WITH_CXX14=false

7 years agoImplement constexpr max and min for DEAL_II_WITH_CXX14=false 4675/head
Daniel Arndt [Sun, 30 Jul 2017 22:13:09 +0000 (00:13 +0200)]
Implement constexpr max and min for DEAL_II_WITH_CXX14=false

7 years agoMerge pull request #4674 from masterleinad/rename_test
Denis Davydov [Sun, 30 Jul 2017 17:53:31 +0000 (19:53 +0200)]
Merge pull request #4674 from masterleinad/rename_test

Rename test requiring Trilinos

7 years agoRename test requiring Trilinos 4674/head
Daniel Arndt [Sun, 30 Jul 2017 16:34:12 +0000 (18:34 +0200)]
Rename test requiring Trilinos

7 years agoConvert to std::unique_ptr
Daniel Arndt [Sun, 30 Jul 2017 15:37:20 +0000 (17:37 +0200)]
Convert to std::unique_ptr

7 years agoConvert to std::array
Daniel Arndt [Sun, 30 Jul 2017 13:58:54 +0000 (15:58 +0200)]
Convert to std::array

7 years agoAdd iterator-friendly make_array_view functions. 4670/head
David Wells [Thu, 27 Jul 2017 04:15:57 +0000 (00:15 -0400)]
Add iterator-friendly make_array_view functions.

7 years agoAdd computation of eigenvalues of rank-2 symmetric tensor.
Jean-Paul Pelteret [Sun, 23 Jul 2017 08:33:15 +0000 (10:33 +0200)]
Add computation of eigenvalues of rank-2 symmetric tensor.

This commit adds functions that compute the eignevalues of a rank-2
symmetric tensor by solving a characteristic polynomial equation.

7 years agoMerge pull request #4660 from gassmoeller/fix_zero_dim_xdmf
Bruno Turcksin [Fri, 28 Jul 2017 12:21:53 +0000 (08:21 -0400)]
Merge pull request #4660 from gassmoeller/fix_zero_dim_xdmf

Fix DataOutInterface::create_xdmf_entry for dim==0

7 years agoMerge pull request #4665 from kronbichler/fix_tensor_product_matrix_test
Daniel Arndt [Fri, 28 Jul 2017 10:14:15 +0000 (12:14 +0200)]
Merge pull request #4665 from kronbichler/fix_tensor_product_matrix_test

Relax tolerance in tensor product matrix test with floats.

7 years agoUse numeric_limits::infinity
Daniel Arndt [Thu, 27 Jul 2017 21:50:33 +0000 (23:50 +0200)]
Use numeric_limits::infinity

7 years agoAllow tensor products with different formulas in each direction
Daniel Arndt [Thu, 27 Jul 2017 21:44:06 +0000 (23:44 +0200)]
Allow tensor products with different formulas in each direction

7 years agoMerge pull request #4671 from tjhei/doc_stokes_l
Wolfgang Bangerth [Thu, 27 Jul 2017 20:49:05 +0000 (14:49 -0600)]
Merge pull request #4671 from tjhei/doc_stokes_l

improve documentation of Functions::StokesLSingularity

7 years agoimprove documentation of Functions::StokesLSingularity 4671/head
Timo Heister [Thu, 27 Jul 2017 18:17:14 +0000 (14:17 -0400)]
improve documentation of Functions::StokesLSingularity

7 years agoMerge pull request #4659 from drwells/fix-mapping-q1
Jean-Paul Pelteret [Thu, 27 Jul 2017 07:44:12 +0000 (09:44 +0200)]
Merge pull request #4659 from drwells/fix-mapping-q1

Fix mapping q1

7 years agoAdd a simple iterator interface to ArrayView.
David Wells [Thu, 27 Jul 2017 03:09:01 +0000 (23:09 -0400)]
Add a simple iterator interface to ArrayView.

7 years agoUse std::remove_cv instead of boost::remove_cv.
David Wells [Thu, 27 Jul 2017 02:45:20 +0000 (22:45 -0400)]
Use std::remove_cv instead of boost::remove_cv.

7 years agoClean up headers and forward declarations for ArrayView.
David Wells [Thu, 27 Jul 2017 02:43:38 +0000 (22:43 -0400)]
Clean up headers and forward declarations for ArrayView.

7 years agoIntroduce Quadrature::is_tensor_product_flag
Daniel Arndt [Wed, 26 Jul 2017 17:26:21 +0000 (19:26 +0200)]
Introduce Quadrature::is_tensor_product_flag

7 years agoFix write_hdf5_parallel without MPI 4666/head
Daniel Arndt [Wed, 26 Jul 2017 16:39:09 +0000 (18:39 +0200)]
Fix write_hdf5_parallel without MPI

7 years agoRelax tolerance in tensor product matrix test with floats. 4665/head
Martin Kronbichler [Wed, 26 Jul 2017 16:42:38 +0000 (18:42 +0200)]
Relax tolerance in tensor product matrix test with floats.

7 years agoDescribe the changes in a test and changelog entry. 4659/head
David Wells [Tue, 25 Jul 2017 23:20:44 +0000 (19:20 -0400)]
Describe the changes in a test and changelog entry.

7 years agoMerge pull request #4657 from masterleinad/alternative_pattern
Martin Kronbichler [Wed, 26 Jul 2017 07:31:05 +0000 (09:31 +0200)]
Merge pull request #4657 from masterleinad/alternative_pattern

Add alternative output for pattern_tools_06/07

7 years agoFix confusion about dim and spacedim 4660/head
Rene Gassmoeller [Tue, 25 Jul 2017 22:11:35 +0000 (16:11 -0600)]
Fix confusion about dim and spacedim

7 years agoMark some quantities in transform_real_to_unit_cell as long double.
David Wells [Tue, 25 Jul 2017 21:46:13 +0000 (17:46 -0400)]
Mark some quantities in transform_real_to_unit_cell as long double.

This improves accuracy but incurs a modest (about 20%) slowdown. Using the exact
formula here instead of the Newton scheme (that we use for MappingQGeneric)
results in a 40x speed up anyway, so this is relatively small.

7 years agoRearrange the MappingQ1 quadratic equation solver.
David Wells [Tue, 25 Jul 2017 21:44:25 +0000 (17:44 -0400)]
Rearrange the MappingQ1 quadratic equation solver.

This gets around an issue where, for parallelograms, a should be zero: the
previous version did not handle this correctly.

7 years agoAdd alternative output for pattern_tools_06/07 4657/head
Daniel Arndt [Tue, 25 Jul 2017 14:06:42 +0000 (16:06 +0200)]
Add alternative output for pattern_tools_06/07

7 years agoMerge pull request #4655 from nfehn/master
Timo Heister [Tue, 25 Jul 2017 13:24:41 +0000 (09:24 -0400)]
Merge pull request #4655 from nfehn/master

Improvement of initialization of Chebyshev smoother.

7 years agoentry in /doc/news/changes/minor/ added 4655/head
Niklas Fehn [Tue, 25 Jul 2017 11:53:23 +0000 (13:53 +0200)]
entry in /doc/news/changes/minor/ added

7 years agoImprovement of initialization of Chebyshev smoother.
Niklas Fehn [Tue, 25 Jul 2017 11:33:36 +0000 (13:33 +0200)]
Improvement of initialization of Chebyshev smoother.

Make initial guess robust with respect to number of processors by operating on the global index.

7 years agoMerge pull request #4651 from gassmoeller/fix_zero_dim_output
Wolfgang Bangerth [Tue, 25 Jul 2017 07:57:43 +0000 (01:57 -0600)]
Merge pull request #4651 from gassmoeller/fix_zero_dim_output

Fix some minor bugs in #4628

7 years agoMerge pull request #4653 from kronbichler/fix_unity_build_with_clang_3.5
Wolfgang Bangerth [Tue, 25 Jul 2017 07:55:26 +0000 (01:55 -0600)]
Merge pull request #4653 from kronbichler/fix_unity_build_with_clang_3.5

Fix unity build with clang-3.5.

7 years agoFix unity build with clang-3.5. 4653/head
Martin Kronbichler [Tue, 25 Jul 2017 06:40:35 +0000 (08:40 +0200)]
Fix unity build with clang-3.5.

7 years agoMerge pull request #4652 from masterleinad/fix_compilation_without_p4est
Martin Kronbichler [Tue, 25 Jul 2017 06:13:41 +0000 (08:13 +0200)]
Merge pull request #4652 from masterleinad/fix_compilation_without_p4est

Fix compilation without p4est

7 years agoMerge pull request #4650 from masterleinad/fix_warning_geometryinfo
Jean-Paul Pelteret [Tue, 25 Jul 2017 05:45:09 +0000 (07:45 +0200)]
Merge pull request #4650 from masterleinad/fix_warning_geometryinfo

Fix warning about instantiation of GeometryInfo<0>

7 years agoFix compilation without p4est 4652/head
Daniel Arndt [Mon, 24 Jul 2017 22:20:07 +0000 (00:20 +0200)]
Fix compilation without p4est

7 years agoFix some minor bugs 4651/head
Rene Gassmoeller [Mon, 24 Jul 2017 22:17:15 +0000 (16:17 -0600)]
Fix some minor bugs

7 years agoFix warning about instantiation of GeometryInfo<0> 4650/head
Daniel Arndt [Mon, 24 Jul 2017 22:02:49 +0000 (00:02 +0200)]
Fix warning about instantiation of GeometryInfo<0>

7 years agoMerge pull request #4442 from drwells/manual-unity
Matthias Maier [Mon, 24 Jul 2017 18:31:23 +0000 (13:31 -0500)]
Merge pull request #4442 from drwells/manual-unity

Manual unity

7 years agoMerge pull request #4645 from bangerth/constraint-matrix-copy
David Wells [Mon, 24 Jul 2017 16:06:55 +0000 (12:06 -0400)]
Merge pull request #4645 from bangerth/constraint-matrix-copy

Implement a ConstraintMatrix::copy_from() function.

7 years agoMerge pull request #4648 from drwells/add-p4est-zlib-check
Martin Kronbichler [Mon, 24 Jul 2017 14:54:28 +0000 (16:54 +0200)]
Merge pull request #4648 from drwells/add-p4est-zlib-check

Fail to install p4est if it is not compiled with zlib.

7 years agoFail to install p4est if it is not compiled with zlib. 4648/head
David Wells [Sun, 23 Jul 2017 21:02:38 +0000 (17:02 -0400)]
Fail to install p4est if it is not compiled with zlib.

7 years agoMerge pull request #4649 from simonsticko/disable_warning_immersed_surface_quad
Martin Kronbichler [Mon, 24 Jul 2017 10:40:34 +0000 (12:40 +0200)]
Merge pull request #4649 from simonsticko/disable_warning_immersed_surface_quad

Remove a compiler warning in ImmersedSurfaceQuadrature.

7 years agoRemove a compiler warning in ImmersedSurfaceQuadrature. 4649/head
Simon Sticko [Mon, 24 Jul 2017 09:22:13 +0000 (11:22 +0200)]
Remove a compiler warning in ImmersedSurfaceQuadrature.

7 years agoUpdate the documentation on CMakeLists.txt files. 4442/head
David Wells [Sun, 23 Jul 2017 18:05:33 +0000 (14:05 -0400)]
Update the documentation on CMakeLists.txt files.

7 years agoAdd an option for a unity build.
David Wells [Sun, 16 Jul 2017 12:50:05 +0000 (08:50 -0400)]
Add an option for a unity build.

7 years agoAdd another FE namespace fix.
David Wells [Sun, 16 Jul 2017 17:33:38 +0000 (13:33 -0400)]
Add another FE namespace fix.

7 years agoMerge pull request #4632 from luca-heltai/pattern-tools
Wolfgang Bangerth [Sun, 23 Jul 2017 20:08:31 +0000 (14:08 -0600)]
Merge pull request #4632 from luca-heltai/pattern-tools

PatternsTools namespace.

7 years agoMerge pull request #4305 from simonsticko/immersed_surface_quadrature
Wolfgang Bangerth [Sun, 23 Jul 2017 20:06:21 +0000 (14:06 -0600)]
Merge pull request #4305 from simonsticko/immersed_surface_quadrature

Add class ImmersedSurfaceQuadrature

7 years agoMerge pull request #4646 from drwells/add-default-prm-note
Wolfgang Bangerth [Sun, 23 Jul 2017 20:03:07 +0000 (14:03 -0600)]
Merge pull request #4646 from drwells/add-default-prm-note

Add a note on generating default parameter files.

7 years agoMerge pull request #4647 from bangerth/doc-update
David Wells [Sun, 23 Jul 2017 17:27:40 +0000 (13:27 -0400)]
Merge pull request #4647 from bangerth/doc-update

Minor doc updates to a couple of classes.

7 years agoAdd a note on generating default parameter files. 4646/head
David Wells [Sat, 22 Jul 2017 23:32:04 +0000 (19:32 -0400)]
Add a note on generating default parameter files.

A since-removed equivalent to parse_input (see commit 8baf33d316b) took,
as an optional argument argument, a boolean that specified whether or
not parse_input should write a default parameter file if one is not
found. This commit summarizes that old documentation for users who want
the old behavior.


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.