]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
9 years agodoxygen fixes
Timo Heister [Fri, 24 Apr 2015 13:14:11 +0000 (09:14 -0400)]
doxygen fixes

- Looks like \footnotesize is not valid in MathJax
- escape _ in linear_operator.h

9 years agoMerge pull request #859 from kronbichler/master
Wolfgang Bangerth [Wed, 22 Apr 2015 11:32:22 +0000 (06:32 -0500)]
Merge pull request #859 from kronbichler/master

Improve performance of renumber_dofs for parallel triangulation

9 years agoImprove performance of DHPolicy::renumber_dofs for parallel triangulation 859/head
Martin Kronbichler [Wed, 22 Apr 2015 06:51:47 +0000 (08:51 +0200)]
Improve performance of DHPolicy::renumber_dofs for parallel triangulation

9 years agoMerge pull request #858 from tjhei/par_interp_diff_mesh
Matthias Maier [Tue, 21 Apr 2015 20:02:01 +0000 (22:02 +0200)]
Merge pull request #858 from tjhei/par_interp_diff_mesh

Parallel interpolate_to_different_mesh

9 years agofix unrelated typo in documentation 858/head
Timo Heister [Tue, 21 Apr 2015 17:00:19 +0000 (13:00 -0400)]
fix unrelated typo in documentation

9 years agoadd tests
Timo Heister [Tue, 21 Apr 2015 16:59:05 +0000 (12:59 -0400)]
add tests

9 years agomake interpolate_to_different_mesh work in parallel
Timo Heister [Fri, 17 Apr 2015 16:31:17 +0000 (12:31 -0400)]
make interpolate_to_different_mesh work in parallel

9 years agoMerge pull request #857 from kronbichler/master
Wolfgang Bangerth [Tue, 21 Apr 2015 12:30:19 +0000 (07:30 -0500)]
Merge pull request #857 from kronbichler/master

Move several functions from .h to .cc file.

9 years agoMove several functions from .h to .cc file. 857/head
Martin Kronbichler [Tue, 21 Apr 2015 10:12:16 +0000 (12:12 +0200)]
Move several functions from .h to .cc file.

9 years agoMerge pull request #854 from QiaoLei-88/value_type_for_Table
Matthias Maier [Mon, 20 Apr 2015 21:30:07 +0000 (23:30 +0200)]
Merge pull request #854 from QiaoLei-88/value_type_for_Table

add standard type info to container class TableBase.

9 years agoMerge pull request #856 from QiaoLei-88/step-33_Vector_accessing
Matthias Maier [Mon, 20 Apr 2015 21:28:42 +0000 (23:28 +0200)]
Merge pull request #856 from QiaoLei-88/step-33_Vector_accessing

simplify accessing to Vector element.

9 years agoMerge pull request #855 from tjhei/step40-pvtu
Wolfgang Bangerth [Mon, 20 Apr 2015 19:53:15 +0000 (14:53 -0500)]
Merge pull request #855 from tjhei/step40-pvtu

step-40: fix pvtu filename

9 years agoadd standard type info to container class TableBase. 854/head
Lei Qiao [Mon, 20 Apr 2015 19:00:11 +0000 (14:00 -0500)]
add standard type info to container class TableBase.

9 years agostep-40: fix pvtu filename 855/head
Timo Heister [Mon, 20 Apr 2015 19:28:04 +0000 (15:28 -0400)]
step-40: fix pvtu filename

Paraview gets confused by the additional .0000 numbering and refuses
to load all .pvtu files together. Fix this by the more sensible naming
of solution-XX.pvtu

9 years agosimplify accessing to Vector element. 856/head
Lei Qiao [Mon, 20 Apr 2015 19:16:44 +0000 (14:16 -0500)]
simplify accessing to Vector element.

9 years agoMerge pull request #851 from QiaoLei-88/step-33_remove_redundant_template_parameter
Martin Kronbichler [Mon, 20 Apr 2015 18:46:43 +0000 (20:46 +0200)]
Merge pull request #851 from QiaoLei-88/step-33_remove_redundant_template_parameter

remove redundant template parameter 'Number'

9 years agoMerge pull request #852 from bangerth/remove-unnecessary-instantiation
Martin Kronbichler [Mon, 20 Apr 2015 18:41:35 +0000 (20:41 +0200)]
Merge pull request #852 from bangerth/remove-unnecessary-instantiation

Remove unnecessary instantiation

9 years agoProvide a forward declaration for an explicit specialization. 852/head
Wolfgang Bangerth [Mon, 20 Apr 2015 17:16:25 +0000 (12:16 -0500)]
Provide a forward declaration for an explicit specialization.

9 years agoRemove an explicit instantiation.
Wolfgang Bangerth [Mon, 20 Apr 2015 17:10:12 +0000 (12:10 -0500)]
Remove an explicit instantiation.

The instantiation references a function that had previously been
explicitly specialized. No explicit instantiation is necessary
here, and in fact leads to a warning by Clang.

9 years agoremove redundant template parameter 'Number' 851/head
Lei Qiao [Mon, 20 Apr 2015 16:37:37 +0000 (11:37 -0500)]
remove redundant template parameter 'Number'

9 years agoMerge pull request #849 from Rombur/step-17-typo
Timo Heister [Mon, 20 Apr 2015 15:11:05 +0000 (11:11 -0400)]
Merge pull request #849 from Rombur/step-17-typo

Fix two typos in step-17.

9 years agoMerge pull request #848 from tamiko/silence_warning
Bruno Turcksin [Mon, 20 Apr 2015 14:35:24 +0000 (09:35 -0500)]
Merge pull request #848 from tamiko/silence_warning

Explicitly call default constructor to silence a bogus warning

9 years agoFix two typos in step-17. 849/head
Bruno Turcksin [Mon, 20 Apr 2015 14:29:53 +0000 (09:29 -0500)]
Fix two typos in step-17.

9 years agoExplicitly call default constructor to silence a bogus warning 848/head
Matthias Maier [Mon, 20 Apr 2015 14:00:35 +0000 (16:00 +0200)]
Explicitly call default constructor to silence a bogus warning

This fixes a bogus warning emitted by gcc 4.8 and 4.9 about a possible
uninitialized member object

9 years agoMerge pull request #847 from tamiko/make_gcc_4.7_happy
Wolfgang Bangerth [Mon, 20 Apr 2015 13:03:32 +0000 (08:03 -0500)]
Merge pull request #847 from tamiko/make_gcc_4.7_happy

Work around a bug in gcc-4.7 wrt initalizer lists in function arguments.

9 years agoMerge pull request #841 from bangerth/doc-update-23
Matthias Maier [Mon, 20 Apr 2015 13:02:43 +0000 (15:02 +0200)]
Merge pull request #841 from bangerth/doc-update-23

Update documentation.

9 years agoMerge pull request #836 from bangerth/compute-hdiv-norm-2
Wolfgang Bangerth [Mon, 20 Apr 2015 13:01:13 +0000 (08:01 -0500)]
Merge pull request #836 from bangerth/compute-hdiv-norm-2

Compute hdiv norm 2

9 years agoFix mistaken comments. 836/head
Wolfgang Bangerth [Mon, 20 Apr 2015 13:00:45 +0000 (08:00 -0500)]
Fix mistaken comments.

9 years agoWork around a bug in gcc-4.7 wrt initalizer lists in function arguments. 847/head
Matthias Maier [Mon, 20 Apr 2015 13:00:03 +0000 (15:00 +0200)]
Work around a bug in gcc-4.7 wrt initalizer lists in function arguments.

9 years agoMerge pull request #846 from tamiko/fix_a_warning
Wolfgang Bangerth [Mon, 20 Apr 2015 12:25:12 +0000 (07:25 -0500)]
Merge pull request #846 from tamiko/fix_a_warning

Silence a warning in external or bundled boost headers (boost 1.56)

9 years agoSilence a warning in external or bundled boost headers (boost 1.56) 846/head
Matthias Maier [Mon, 20 Apr 2015 11:29:55 +0000 (13:29 +0200)]
Silence a warning in external or bundled boost headers (boost 1.56)

9 years agoMerge pull request #845 from tamiko/fix_a_warning
Martin Kronbichler [Mon, 20 Apr 2015 08:59:10 +0000 (10:59 +0200)]
Merge pull request #845 from tamiko/fix_a_warning

Silence a warning emitted by clang-3.6

9 years agoSilence a warning emitted by clang-3.6 845/head
Matthias Maier [Mon, 20 Apr 2015 08:50:27 +0000 (10:50 +0200)]
Silence a warning emitted by clang-3.6

9 years agoMerge pull request #844 from tamiko/linear_operator_bugfix
Martin Kronbichler [Mon, 20 Apr 2015 07:39:11 +0000 (09:39 +0200)]
Merge pull request #844 from tamiko/linear_operator_bugfix

Do not repeat template default arguments

9 years agoDo not repeat template default arguments 844/head
Matthias Maier [Mon, 20 Apr 2015 06:58:01 +0000 (08:58 +0200)]
Do not repeat template default arguments

This is indeed not valid C++11 and clang is unhappy about that.

Further, it works around a regression in gcc up to 4.7 that ejects a bogus
error in the lambda definitions in case of partial template default
arguments [1]

Closes #842

[1] https://github.com/dealii/dealii/pull/843

9 years agoMerge pull request #843 from bangerth/silence-warning
Timo Heister [Mon, 20 Apr 2015 02:08:04 +0000 (22:08 -0400)]
Merge pull request #843 from bangerth/silence-warning

Silence a warning.

9 years agoSilence a warning. 843/head
Wolfgang Bangerth [Mon, 20 Apr 2015 01:50:39 +0000 (20:50 -0500)]
Silence a warning.

This also addresses #598.

9 years agoMove Matthias's changelog entry to the right place.
Wolfgang Bangerth [Mon, 20 Apr 2015 01:39:12 +0000 (20:39 -0500)]
Move Matthias's changelog entry to the right place.

9 years agoAdd a test.
Wolfgang Bangerth [Sat, 18 Apr 2015 02:45:12 +0000 (21:45 -0500)]
Add a test.

9 years agoAlso enable computing the H_div seminorm.
Wolfgang Bangerth [Sat, 18 Apr 2015 02:33:52 +0000 (21:33 -0500)]
Also enable computing the H_div seminorm.

This is joint work with Zhen Tao and Arezou Ghesmati.

9 years agoMerge pull request #799 from QiaoLei-88/Timer_cpu_time
Timo Heister [Mon, 20 Apr 2015 00:42:05 +0000 (20:42 -0400)]
Merge pull request #799 from QiaoLei-88/Timer_cpu_time

fix cpu time collection on MPI system for class TimerOutput

9 years agofix cpu time collection on MPI system for class TimerOutput. 799/head
Lei Qiao [Tue, 14 Apr 2015 22:16:14 +0000 (17:16 -0500)]
fix cpu time collection on MPI system for class TimerOutput.

9 years agoMerge pull request #840 from bangerth/remove-use-of-rand_r
Matthias Maier [Sun, 19 Apr 2015 23:00:13 +0000 (01:00 +0200)]
Merge pull request #840 from bangerth/remove-use-of-rand_r

Remove use of rand r

9 years agoMerge pull request #838 from bangerth/fix-warning
Timo Heister [Sun, 19 Apr 2015 22:55:21 +0000 (18:55 -0400)]
Merge pull request #838 from bangerth/fix-warning

Suppress a warning inside boost.

9 years agoRemove cmake checks for rand_r(). 840/head
Wolfgang Bangerth [Sun, 19 Apr 2015 22:51:54 +0000 (17:51 -0500)]
Remove cmake checks for rand_r().

We now no longer use this function anywhere.

9 years agoUpdate documentation. 841/head
Wolfgang Bangerth [Sun, 19 Apr 2015 22:16:35 +0000 (17:16 -0500)]
Update documentation.

This closes #542.

9 years agoMerge pull request #839 from bangerth/doc-update-22
Wolfgang Bangerth [Sun, 19 Apr 2015 22:03:38 +0000 (17:03 -0500)]
Merge pull request #839 from bangerth/doc-update-22

Swap order of constructor arguments to make their connection to each other clearer.

9 years agoSwap order of constructor arguments to make their connection to each 839/head
Wolfgang Bangerth [Sun, 19 Apr 2015 21:06:11 +0000 (16:06 -0500)]
Swap order of constructor arguments to make their connection to each
other clearer.

This closes #755.

9 years agoAdd test.
Wolfgang Bangerth [Sun, 19 Apr 2015 21:57:51 +0000 (16:57 -0500)]
Add test.

9 years agoReplace use of rand_r by equivalent BOOST functionality.
Wolfgang Bangerth [Sun, 19 Apr 2015 21:56:10 +0000 (16:56 -0500)]
Replace use of rand_r by equivalent BOOST functionality.

9 years agoMerge pull request #750 from tamiko/linear_operator
Matthias Maier [Sun, 19 Apr 2015 20:57:01 +0000 (22:57 +0200)]
Merge pull request #750 from tamiko/linear_operator

Implement a LinearOperator class

9 years agoprovide a doxygen module, finish documentation 750/head
Matthias Maier [Sat, 18 Apr 2015 15:07:36 +0000 (17:07 +0200)]
provide a doxygen module, finish documentation

9 years agorefactor internal helper classes
Matthias Maier [Wed, 15 Apr 2015 15:43:45 +0000 (17:43 +0200)]
refactor internal helper classes

9 years agoUse static GrowingVectorMemory objects
Matthias Maier [Tue, 14 Apr 2015 09:14:20 +0000 (11:14 +0200)]
Use static GrowingVectorMemory objects

9 years agoBig renaming
Matthias Maier [Tue, 14 Apr 2015 08:16:02 +0000 (10:16 +0200)]
Big renaming

9 years agoCorrectly guard C++11 code with DEAL_II_WITH_CXX11
Matthias Maier [Mon, 13 Apr 2015 22:00:49 +0000 (00:00 +0200)]
Correctly guard C++11 code with DEAL_II_WITH_CXX11

9 years agoRename 'exemplar' to 'reinit_vector'
Matthias Maier [Mon, 13 Apr 2015 17:35:49 +0000 (19:35 +0200)]
Rename 'exemplar' to 'reinit_vector'

9 years agoIntroduce internal::LinearOperator namespace
Matthias Maier [Mon, 13 Apr 2015 17:27:42 +0000 (19:27 +0200)]
Introduce internal::LinearOperator namespace

9 years agoReorder arguments of inverse_linop
Matthias Maier [Mon, 13 Apr 2015 17:27:21 +0000 (19:27 +0200)]
Reorder arguments of inverse_linop

9 years agoExplicitly add default construtor variants
Matthias Maier [Mon, 13 Apr 2015 17:08:09 +0000 (19:08 +0200)]
Explicitly add default construtor variants

9 years agoadd a test
Matthias Maier [Sun, 12 Apr 2015 22:24:16 +0000 (00:24 +0200)]
add a test

9 years agoadd blogdiagonal variants
Matthias Maier [Sat, 11 Apr 2015 07:24:37 +0000 (09:24 +0200)]
add blogdiagonal variants

9 years agoRestructure Factory class into internal namespace
Matthias Maier [Thu, 9 Apr 2015 22:50:12 +0000 (00:50 +0200)]
Restructure Factory class into internal namespace

9 years agoAugment documentation
Matthias Maier [Thu, 9 Apr 2015 12:29:51 +0000 (14:29 +0200)]
Augment documentation

9 years agoGeneralize the "linop" constructor
Matthias Maier [Thu, 9 Apr 2015 00:40:54 +0000 (02:40 +0200)]
Generalize the "linop" constructor

9 years agoImplement block_linop
Matthias Maier [Wed, 8 Apr 2015 19:46:18 +0000 (21:46 +0200)]
Implement block_linop

9 years agoDocumentation update
Matthias Maier [Wed, 8 Apr 2015 13:23:30 +0000 (15:23 +0200)]
Documentation update

9 years agoadd a changes.h entry
Matthias Maier [Wed, 8 Apr 2015 12:59:05 +0000 (14:59 +0200)]
add a changes.h entry

9 years agoAdd Specializations for BlockVector<number> and vectors in TrilinosWrappers::
Matthias Maier [Wed, 8 Apr 2015 10:35:48 +0000 (12:35 +0200)]
Add Specializations for BlockVector<number> and vectors in TrilinosWrappers::

9 years agoImplement a LinearOperator class
Matthias Maier [Wed, 8 Apr 2015 10:13:36 +0000 (12:13 +0200)]
Implement a LinearOperator class

9 years agoAdd range_partitioner and domain_partitioner member functions
Matthias Maier [Wed, 8 Apr 2015 10:11:54 +0000 (12:11 +0200)]
Add range_partitioner and domain_partitioner member functions

TrilinosWrappers::BlockSparseMatrix now has member functions returning an
std::vector of the underlying, blockwise Epetra_Map object

9 years agoSuppress a warning inside boost. 838/head
Wolfgang Bangerth [Sun, 19 Apr 2015 20:47:01 +0000 (15:47 -0500)]
Suppress a warning inside boost.

Specifically, suppress the following warning:

In file included from /u/bangerth/p/deal.II/1/dealii/bundled/boost-1.56.0/include/boost/property_tree/json_parser.hpp:15:0,
                 from /u/bangerth/p/deal.II/1/dealii/source/base/parameter_handler.cc:25:
/u/bangerth/p/deal.II/1/dealii/bundled/boost-1.56.0/include/boost/property_tree/detail/json_parser_write.hpp: In function âstd::basic_string<_CharT> boost::property_tree::json_parser::create_escapes(const std::basic_string<_CharT>&) [with Ch = char]â
:/u/bangerth/p/deal.II/1/dealii/bundled/boost-1.56.0/include/boost/property_tree/detail/json_parser_write.hpp:79:67:   instantiated from âvoid boost::property_tree::json_parser::write_json_helper(std::basic_ostream<typename Ptree::key_type::value_type>&, const Ptree&, int, bool) [with Ptree = boost::property_tree::basic_ptree<std::basic_string<char>, std::basic_string<char> >, typename Ptree::key_type::value_type = char]
â/u/bangerth/p/deal.II/1/dealii/bundled/boost-1.56.0/include/boost/property_tree/detail/json_parser_write.hpp:159:9:   instantiated from âvoid boost::property_tree::json_parser::write_json_internal(std::basic_ostream<typename Ptree::key_type::value_type>&, const Ptree&, const string&, bool) [with Ptree = boost::property_tree::basic_ptree<std::basic_string<char>, std::basic_string<char> >, typename Ptree::key_type::value_type = char, std::string = std::basic_string<char>]
â/u/bangerth/p/deal.II/1/dealii/bundled/boost-1.56.0/include/boost/property_tree/json_parser.hpp:98:9:   instantiated from âvoid boost::property_tree::json_parser::write_json(std::basic_ostream<typename Ptree::key_type::value_type>&, const Ptree&, bool) [with Ptree = boost::property_tree::basic_ptree<std::basic_string<char>, std::basic_string<char> >, typename Ptree::key_type::value_type = char]
â/u/bangerth/p/deal.II/1/dealii/source/base/parameter_handler.cc:1921:32:   instantiated from here
/u/bangerth/p/deal.II/1/dealii/bundled/boost-1.56.0/include/boost/property_tree/detail/json_parser_write.hpp:35:13: warning: comparison is always true due to limited range of data type [-Wtype-limits]

9 years agoMerge pull request #837 from tamiko/fixes_for_cygwin
Wolfgang Bangerth [Sun, 19 Apr 2015 20:31:28 +0000 (15:31 -0500)]
Merge pull request #837 from tamiko/fixes_for_cygwin

Do not test for rand_r on cygwin platforms

9 years agoMerge pull request #832 from tamiko/further_fixups
Wolfgang Bangerth [Sun, 19 Apr 2015 18:55:06 +0000 (13:55 -0500)]
Merge pull request #832 from tamiko/further_fixups

Another round of fixes to suppress warnings

9 years agoDo not test for rand_r on cygwin platforms 837/head
Matthias Maier [Sun, 19 Apr 2015 17:42:54 +0000 (19:42 +0200)]
Do not test for rand_r on cygwin platforms

9 years agoMerge pull request #833 from drwells/block-sizes-arg
Matthias Maier [Sun, 19 Apr 2015 10:56:05 +0000 (12:56 +0200)]
Merge pull request #833 from drwells/block-sizes-arg

Consistently label 'block_sizes' as such.

9 years agoMerge pull request #834 from Rombur/step-17
Matthias Maier [Sun, 19 Apr 2015 10:55:12 +0000 (12:55 +0200)]
Merge pull request #834 from Rombur/step-17

Make step-17 more similar to step-8

9 years agoMerge pull request #835 from tamiko/fix_a_test
Martin Kronbichler [Sun, 19 Apr 2015 10:20:50 +0000 (12:20 +0200)]
Merge pull request #835 from tamiko/fix_a_test

fix test mpi/step-39

9 years agofix test mpi/step-39 835/head
Matthias Maier [Sun, 19 Apr 2015 09:54:56 +0000 (11:54 +0200)]
fix test mpi/step-39

Closes #764

9 years agoReindent step-17. 834/head
Bruno Turcksin [Sat, 18 Apr 2015 22:30:51 +0000 (17:30 -0500)]
Reindent step-17.

9 years agoAdd sections in the documentation of step-17 and reorder functions to be more like...
Bruno Turcksin [Sat, 18 Apr 2015 22:19:12 +0000 (17:19 -0500)]
Add sections in the documentation of step-17 and reorder functions to be more like step-8.

9 years agoUpdate copyright dates. 833/head
David Wells [Sat, 18 Apr 2015 15:59:13 +0000 (11:59 -0400)]
Update copyright dates.

9 years agoUse the prefix "n_", not "num_".
David Wells [Sat, 18 Apr 2015 15:58:48 +0000 (11:58 -0400)]
Use the prefix "n_", not "num_".

9 years agoUse full words for variable names.
David Wells [Sat, 18 Apr 2015 15:58:13 +0000 (11:58 -0400)]
Use full words for variable names.

9 years agoConsistently name block_sizes as such.
David Wells [Sat, 18 Apr 2015 15:57:07 +0000 (11:57 -0400)]
Consistently name block_sizes as such.
It was referred to as "n" or "N" in some functions.

9 years agoFix a bunch of warnings 832/head
Matthias Maier [Sat, 18 Apr 2015 13:23:53 +0000 (15:23 +0200)]
Fix a bunch of warnings

These are harmless code modifications to make a variety of compilers happy.

9 years agoGuard pragmas
Matthias Maier [Sat, 18 Apr 2015 08:47:11 +0000 (10:47 +0200)]
Guard pragmas

9 years agoMerge pull request #808 from bangerth/remove-_mm_malloc
Martin Kronbichler [Sat, 18 Apr 2015 08:48:26 +0000 (10:48 +0200)]
Merge pull request #808 from bangerth/remove-_mm_malloc

Avoid the use of _mm_malloc/_mm_free in favor of posix_memalign

9 years agoMerge pull request #830 from tamiko/use_pragmas
Timo Heister [Sat, 18 Apr 2015 02:52:28 +0000 (22:52 -0400)]
Merge pull request #830 from tamiko/use_pragmas

Use pragmas to control diagnostics

9 years agoUse pragma approach for Trilinos' headers 830/head
Matthias Maier [Fri, 17 Apr 2015 17:03:51 +0000 (19:03 +0200)]
Use pragma approach for Trilinos' headers

Closes #819

9 years agoRefactor diagnostic pragma for opencascade
Matthias Maier [Fri, 17 Apr 2015 22:23:37 +0000 (00:23 +0200)]
Refactor diagnostic pragma for opencascade

9 years agoIntroduce two macros to guard external header files
Matthias Maier [Fri, 17 Apr 2015 22:24:38 +0000 (00:24 +0200)]
Introduce two macros to guard external header files

This utilizes the "GCC diagnostic" pragma with the corresponding "push" and
"pop" mechanism, as well as the "ignored" statement to selectively disable
specific diagnostic categories.

9 years agoAvoid the use of _mm_malloc/_mm_free in favor of posix_memalign. 808/head 831/head
Wolfgang Bangerth [Wed, 15 Apr 2015 18:32:46 +0000 (13:32 -0500)]
Avoid the use of _mm_malloc/_mm_free in favor of posix_memalign.

This has the additional advantage that free() can be used and we don't have to be
special on both sides of memory allocation/deallocation.

9 years agoMerge pull request #828 from bangerth/doc-update-21
Matthias Maier [Fri, 17 Apr 2015 22:01:25 +0000 (00:01 +0200)]
Merge pull request #828 from bangerth/doc-update-21

Document the polynomials one gets for PolynomialBDM for k=1.

9 years agoMerge pull request #826 from tjhei/doxygen_fix
Wolfgang Bangerth [Fri, 17 Apr 2015 21:06:58 +0000 (16:06 -0500)]
Merge pull request #826 from tjhei/doxygen_fix

fix a number of doxygen issues

9 years agoDocument the polynomials one gets for PolynomialBDM for k=1. 828/head
Wolfgang Bangerth [Fri, 17 Apr 2015 19:45:04 +0000 (14:45 -0500)]
Document the polynomials one gets for PolynomialBDM for k=1.

This is joint work with Zhen Tao and Arezou Ghesmati.

9 years agoMerge pull request #827 from tjhei/tria_number_cache
Martin Kronbichler [Fri, 17 Apr 2015 19:32:27 +0000 (21:32 +0200)]
Merge pull request #827 from tjhei/tria_number_cache

remove unnecessary communication in Triangulation::update_number_cache

9 years agoremove unnecessary communication in Triangulation::update_number_cache 827/head
Timo Heister [Fri, 17 Apr 2015 19:01:43 +0000 (15:01 -0400)]
remove unnecessary communication in Triangulation::update_number_cache

9 years agofix a number of doxygen issues 826/head
Timo Heister [Fri, 17 Apr 2015 18:46:20 +0000 (14:46 -0400)]
fix a number of doxygen issues

9 years agoMerge pull request #825 from tamiko/fix_warning
Martin Kronbichler [Fri, 17 Apr 2015 14:52:03 +0000 (16:52 +0200)]
Merge pull request #825 from tamiko/fix_warning

Fix warning introduced with the latest commit


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.