]>
https://gitweb.dealii.org/ - dealii.git/log
Denis Davydov [Sun, 20 Sep 2015 05:56:10 +0000 (07:56 +0200)]
fix Parpack unit tests to output expected results when Parpack is turned off
Timo Heister [Sat, 19 Sep 2015 01:41:37 +0000 (21:41 -0400)]
Merge pull request #1633 from QiaoLei-88/simplifyDistRefine
Simplify code for distributed grid refinement
Wolfgang Bangerth [Fri, 18 Sep 2015 19:57:24 +0000 (14:57 -0500)]
Merge pull request #1638 from drwells/fix-doc-typos-3
Fix some typos in the documentation, part 3.
David Wells [Fri, 18 Sep 2015 19:51:53 +0000 (15:51 -0400)]
Fix some typos in the documentation.
Wolfgang Bangerth [Fri, 18 Sep 2015 18:48:11 +0000 (13:48 -0500)]
Merge pull request #1637 from drwells/matrix-and-vector-tools-namespace-doc
Refer to namespaces as namespaces, not classes.
David Wells [Fri, 18 Sep 2015 18:33:36 +0000 (14:33 -0400)]
Refer to namespaces as namespaces, not classes.
In the past, MatrixCreator, MatrixTools, and VectorTools were classes,
not namespaces. This commit updates the documentation to correctly refer
to them as namespaces.
Wolfgang Bangerth [Fri, 18 Sep 2015 16:55:37 +0000 (11:55 -0500)]
Merge pull request #1636 from jperryhouts/improve_debugging
Improve error message if FiniteElement has not been initialized.
Jonathan Perry-Houts [Fri, 18 Sep 2015 16:28:42 +0000 (09:28 -0700)]
Improve error message if FiniteElement has not been initialized.
Wolfgang Bangerth [Fri, 18 Sep 2015 16:05:54 +0000 (11:05 -0500)]
Merge pull request #1635 from agrayver/new_test
Add new tests for checking functionality on (non-)affine meshes
Alexander Grayver [Fri, 18 Sep 2015 13:46:08 +0000 (15:46 +0200)]
Add new tests
Lei Qiao [Thu, 17 Sep 2015 22:18:13 +0000 (17:18 -0500)]
use same counting function for master and slave node in parallel::distributed::GridRefinement::refine_and_coarsen_fixed_fraction()
Lei Qiao [Thu, 17 Sep 2015 22:06:39 +0000 (17:06 -0500)]
use same counting function for master and slave node in parallel::distributed::GridRefinement::refine_and_coarsen_fixed_number()
Matthias Maier [Thu, 17 Sep 2015 21:16:47 +0000 (16:16 -0500)]
Merge pull request #1146 from davydden/parpack_second_try
Parpack (second try)
Denis Davydov [Thu, 17 Sep 2015 21:09:42 +0000 (23:09 +0200)]
avoid using C++11 functions in arpack unit tests
Denis Davydov [Thu, 17 Sep 2015 20:33:24 +0000 (22:33 +0200)]
disable PArpack if scalapack is present in Trilinos or PETSc link interface to avoid possible symbol clash
Denis Davydov [Thu, 17 Sep 2015 20:25:37 +0000 (22:25 +0200)]
PArpack: extend unit tests to check that we get correct eigenvectors
Denis Davydov [Thu, 17 Sep 2015 20:16:31 +0000 (22:16 +0200)]
fix a bug in Arpack class related to wrong eigenvectors
Extend the unit test to check that we indeed have eigenvectors.
Matthias Maier [Thu, 17 Sep 2015 20:19:33 +0000 (15:19 -0500)]
Merge pull request #1632 from luca-heltai/fix-compilation
Fix compilation on Mac
Luca Heltai [Thu, 17 Sep 2015 20:04:13 +0000 (22:04 +0200)]
Fixed compilation on mac.
Wolfgang Bangerth [Thu, 17 Sep 2015 19:46:40 +0000 (14:46 -0500)]
Merge pull request #1597 from bangerth/further-FEValues-cleanups-34
Further separate MappingQ, MappingQ1
Denis Davydov [Thu, 17 Sep 2015 19:45:40 +0000 (21:45 +0200)]
PArpack: reword comments in the unit tests
Wolfgang Bangerth [Thu, 17 Sep 2015 17:42:14 +0000 (12:42 -0500)]
Simplify some code.
Wolfgang Bangerth [Thu, 17 Sep 2015 14:50:31 +0000 (09:50 -0500)]
Update some documentation.
Wolfgang Bangerth [Wed, 16 Sep 2015 22:14:07 +0000 (17:14 -0500)]
Move more things out of MappingQ1 that don't need to be there.
Wolfgang Bangerth [Wed, 16 Sep 2015 14:02:40 +0000 (09:02 -0500)]
Use the new variants of contract().
Wolfgang Bangerth [Wed, 16 Sep 2015 12:24:40 +0000 (07:24 -0500)]
Use covariant return types to avoid some casts.
Wolfgang Bangerth [Wed, 16 Sep 2015 11:45:03 +0000 (06:45 -0500)]
Break the dependence of MappingQ on MappingQ1.
Wolfgang Bangerth [Tue, 15 Sep 2015 21:01:17 +0000 (16:01 -0500)]
Move functions into MappingQGeneric.
Wolfgang Bangerth [Tue, 15 Sep 2015 13:51:23 +0000 (08:51 -0500)]
Move even more functions.
This also allows to simplify the logic because we can use function
overloading rather than specializations.
Wolfgang Bangerth [Tue, 15 Sep 2015 11:29:59 +0000 (06:29 -0500)]
Move more functions into the .cc file only.
Wolfgang Bangerth [Mon, 14 Sep 2015 02:15:14 +0000 (21:15 -0500)]
Move some code into the .cc file.
This was an internal function -- no need to have it be part of the class declaration.
Wolfgang Bangerth [Mon, 14 Sep 2015 02:14:19 +0000 (21:14 -0500)]
Remove some code that appears to now be dead.
Wolfgang Bangerth [Sun, 13 Sep 2015 18:57:30 +0000 (13:57 -0500)]
Remove member variables now no longer necessary.
Wolfgang Bangerth [Sun, 13 Sep 2015 18:49:23 +0000 (13:49 -0500)]
Move compute_mapping_support_points() and friends to MappingQGeneric.
Denis Davydov [Thu, 17 Sep 2015 19:35:53 +0000 (21:35 +0200)]
move DEAL_II_ARPACK_WITH_PARPACK inside confih.h.in
Matthias Maier [Thu, 17 Sep 2015 18:08:26 +0000 (13:08 -0500)]
Merge pull request #1621 from pesser/gnu-compiler-warning
add -Woverloaded-virtual flag for gnu compiler
Wolfgang Bangerth [Thu, 17 Sep 2015 15:28:52 +0000 (10:28 -0500)]
Merge pull request #1626 from tcclevenger/add_svg_step2
Use print_svg in step 2
tcclevenger [Wed, 16 Sep 2015 19:51:09 +0000 (15:51 -0400)]
Use print_svg in step 2
Wolfgang Bangerth [Thu, 17 Sep 2015 12:02:16 +0000 (07:02 -0500)]
Merge pull request #1623 from nicolacavallini/codim_one_hyper_ball
added codim one hyper ball
nicolacavallini [Wed, 16 Sep 2015 15:20:42 +0000 (17:20 +0200)]
added codim one hyper ball
added test
fixed indentation
typo
renamed to hyper sphere
added imagies to documentation
indentation
typos
Wolfgang Bangerth [Thu, 17 Sep 2015 11:52:06 +0000 (06:52 -0500)]
Merge pull request #1625 from drwells/remove-unused-update-flags
Remove unimplemented UpdateFlags flags.
Wolfgang Bangerth [Thu, 17 Sep 2015 11:34:36 +0000 (06:34 -0500)]
Merge pull request #1629 from danshapero/indentation
Indentation fix in gradient_interpolate
Wolfgang Bangerth [Thu, 17 Sep 2015 11:30:47 +0000 (06:30 -0500)]
Merge pull request #1630 from nicolacavallini/fix_indent
fixed indentation
nicolacavallini [Thu, 17 Sep 2015 11:09:00 +0000 (13:09 +0200)]
fixed indentation
Denis Davydov [Thu, 17 Sep 2015 09:54:39 +0000 (11:54 +0200)]
indentation of function_lib.cc and function_10.cc
Denis Davydov [Sun, 9 Aug 2015 21:08:08 +0000 (23:08 +0200)]
added PArpack unit tests and a note to changes.h
Denis Davydov [Sun, 9 Aug 2015 21:07:21 +0000 (23:07 +0200)]
added PArpack eigensolver class
Denis Davydov [Sun, 9 Aug 2015 21:06:30 +0000 (23:06 +0200)]
extend CMake scripts to find PArpack
danshapero [Thu, 17 Sep 2015 06:29:52 +0000 (23:29 -0700)]
Indentation fix in gradient_interpolate
Matthias Maier [Wed, 16 Sep 2015 22:15:31 +0000 (17:15 -0500)]
Merge branch 'griddata-gradient'
Rebase and reapply #1348 to the master branch
danshapero [Sun, 2 Aug 2015 23:10:33 +0000 (16:10 -0700)]
gradient of InterpolatedTensorProductGridData
Wolfgang Bangerth [Wed, 16 Sep 2015 20:56:47 +0000 (15:56 -0500)]
Merge pull request #1624 from tamiko/tensor.h_cleanup_5
Tensor<rank, dim, Number>: Generalize contract3 for arbitrary tensor ranks
Matthias Maier [Wed, 16 Sep 2015 20:13:31 +0000 (15:13 -0500)]
astyle
David Wells [Wed, 16 Sep 2015 19:39:29 +0000 (15:39 -0400)]
Remove unimplemented UpdateFlags flags.
These two flags showed up in commit
cfb5ac8b76df in October 2007 but
were never actually implemented.
Matthias Maier [Wed, 16 Sep 2015 04:36:32 +0000 (23:36 -0500)]
Generalize contract3 for arbitrary tensor ranks
Wolfgang Bangerth [Wed, 16 Sep 2015 17:45:33 +0000 (12:45 -0500)]
Merge pull request #1622 from drwells/remove-update-support-points
Remove the deprecated update_support_points flag.
David Wells [Wed, 16 Sep 2015 14:15:44 +0000 (10:15 -0400)]
Remove the deprecated update_support_points flag.
This flag was deprecated in 2013 and has not done anything for a long
time. This flag has a rather interesting past:
* Its predecessor, a boolean 'update_ansatz_points' (which predates
UpdateFlags) appeared in commit
f11068359c42 in April 1998. This
commit only implemented the option and not any actual functionality.
* Its first actual appearance was in commit
e183dbbef3c1 in September
1998 as a rename of 'update_ansatz_points'.
* The implementation of this flag in FEValues was removed in commit
737af606cf92 in March 2001.
* The flag was removed for the first time in commit
0e03535fbf03 in
September 2001.
* The flag reappeared (with no corresponding functionality) in commit
cfb5ac8b76df in October 2007.
* The flag was marked as deprecated in commit
d2b4ca622a844 in February
2013.
Wolfgang Bangerth [Wed, 16 Sep 2015 10:55:06 +0000 (05:55 -0500)]
Merge pull request #1614 from pesser/rt-virtual-function-overloads
FE_RannacherTurek virtual function overloads
Wolfgang Bangerth [Wed, 16 Sep 2015 10:48:12 +0000 (05:48 -0500)]
Merge pull request #1620 from tamiko/minor_restructuring
Fix doxygen markup in tensor_depreacted.h and tensor_accessors.h
Patrick Esser [Tue, 15 Sep 2015 15:49:45 +0000 (17:49 +0200)]
add interpolate signatures to FE_RannacherTurek
Implemented signatures of interpolate functions which allow
interpolation from set of vector values.
Matthias Maier [Wed, 16 Sep 2015 02:28:57 +0000 (21:28 -0500)]
Wording and typos
Matthias Maier [Wed, 16 Sep 2015 02:23:32 +0000 (21:23 -0500)]
Documentation: Fix doxygen markup in tensor_deprecated.h
Matthias Maier [Wed, 16 Sep 2015 02:18:52 +0000 (21:18 -0500)]
Bugfix: Remove bogus @relates statement
There must be only one relates statement :-]
Matthias Maier [Wed, 16 Sep 2015 00:49:07 +0000 (19:49 -0500)]
Documentation: Fix doxygen markup in tensor_deprecated.h
Wolfgang Bangerth [Wed, 16 Sep 2015 01:11:21 +0000 (20:11 -0500)]
Merge pull request #1619 from tamiko/remove_doxygen_guards
Remove doxygen guards
Matthias Maier [Tue, 15 Sep 2015 23:02:22 +0000 (18:02 -0500)]
Remove doxygen guards
Matthias Maier [Tue, 15 Sep 2015 22:30:43 +0000 (17:30 -0500)]
Merge pull request #1618 from tamiko/tensor.h_cleanup_4
Tensor<rank,dim,Number> - deprecate "contract" function
Matthias Maier [Tue, 15 Sep 2015 20:40:51 +0000 (15:40 -0500)]
Update news/changes.h
Matthias Maier [Tue, 15 Sep 2015 20:33:16 +0000 (15:33 -0500)]
Do not use "contract" in the tests.
Matthias Maier [Tue, 15 Sep 2015 06:28:06 +0000 (01:28 -0500)]
Do not use "contract" in the library.
Matthias Maier [Tue, 15 Sep 2015 06:18:28 +0000 (01:18 -0500)]
tensor.h: Deprecate "contract" function
Wolfgang Bangerth [Tue, 15 Sep 2015 21:04:26 +0000 (16:04 -0500)]
Merge pull request #1617 from tamiko/fix_test
Testsuite: codim_one/bem: Remove unused code, do not use contract
Matthias Maier [Tue, 15 Sep 2015 20:33:58 +0000 (15:33 -0500)]
Testsuite: Clean up codim_one/bem; remove unused code fragments
Wolfgang Bangerth [Tue, 15 Sep 2015 20:10:56 +0000 (15:10 -0500)]
Merge pull request #1607 from tamiko/tensor.h_cleanup_1
Tensor<2,dim,Number> - clean up determinant and transpose functions
Matthias Maier [Tue, 15 Sep 2015 20:00:21 +0000 (15:00 -0500)]
Merge pull request #1613 from l-korous/msvc-4
Fix for MSVC: template argument was a preprocessor macro defined in m…
Matthias Maier [Tue, 15 Sep 2015 19:59:49 +0000 (14:59 -0500)]
Merge pull request #1612 from l-korous/msvc-3
MSVC fix -> add 'dealii::' root namespace explicitely where MSVC fail…
Matthias Maier [Tue, 15 Sep 2015 03:53:18 +0000 (22:53 -0500)]
Add a news/changes.h entry, move a misplaced news/changes.h entry
Matthias Maier [Tue, 15 Sep 2015 03:26:24 +0000 (22:26 -0500)]
tensor.h: Bugfix: make determinant compatible with arbitrary number types
Matthias Maier [Tue, 15 Sep 2015 03:05:54 +0000 (22:05 -0500)]
tensor.h: Remove specializations of determinant
Matthias Maier [Tue, 15 Sep 2015 03:03:43 +0000 (22:03 -0500)]
tensor.h: Remove specializations for transpose
With modern compilers the generic implementation is efficient enough - it
will be optimized to those specializations...
Matthias Maier [Tue, 15 Sep 2015 03:02:50 +0000 (22:02 -0500)]
tensor.h: Deprecate rank 1 variants of determinant
We do not implemenent a hyper determinant, or any other generalization of a
determinant. Thus, deprecate this special case.
Matthias Maier [Tue, 15 Sep 2015 18:27:29 +0000 (13:27 -0500)]
Merge pull request #1616 from tamiko/fix_compilation
Fix compilation
Matthias Maier [Tue, 15 Sep 2015 18:26:39 +0000 (13:26 -0500)]
Fix compilation
Wolfgang Bangerth [Tue, 15 Sep 2015 17:41:05 +0000 (12:41 -0500)]
Merge pull request #1615 from tamiko/update_changelog
Update changes.h, move entry
Matthias Maier [Tue, 15 Sep 2015 17:16:37 +0000 (12:16 -0500)]
Update changes.h, move entry
Matthias Maier [Tue, 15 Sep 2015 17:13:35 +0000 (12:13 -0500)]
Merge pull request #1609 from tamiko/tensor.h_cleanup_3
Tensor<rank,dim,Number - let outer_product return its result
Matthias Maier [Tue, 15 Sep 2015 05:36:34 +0000 (00:36 -0500)]
Update tests to use new signature of outer_product
Matthias Maier [Tue, 15 Sep 2015 05:11:22 +0000 (00:11 -0500)]
Update library to use new signature of outer_product
Matthias Maier [Tue, 15 Sep 2015 04:46:28 +0000 (23:46 -0500)]
tensor.h: Let outer_product return its result
All other function signatures also return their result - do the same here
and deprecate the old signatures
Matthias Maier [Tue, 15 Sep 2015 17:05:48 +0000 (12:05 -0500)]
Merge pull request #1608 from tamiko/tensor.h_cleanup_2
Tensor<1,dim,Number> - let the cross_product functions return its result
Matthias Maier [Tue, 15 Sep 2015 04:30:01 +0000 (23:30 -0500)]
add a news/changes.h entry
Matthias Maier [Tue, 15 Sep 2015 04:22:32 +0000 (23:22 -0500)]
Update tests to use new cross_product signature
Matthias Maier [Tue, 15 Sep 2015 03:37:00 +0000 (22:37 -0500)]
Update library to use new cross_product signature
Matthias Maier [Tue, 15 Sep 2015 03:14:57 +0000 (22:14 -0500)]
tensor.h: Let the cross_product functions return its result
All other function signatures also return their result - do the same here
and deprecate the old signatures.
Matthias Maier [Tue, 15 Sep 2015 16:48:24 +0000 (11:48 -0500)]
Merge pull request #1611 from l-korous/msvc-2
Fix for MSVC: Tensor<1, dim, Number>::real_type -> numbers::NumberTra…
Lukas Korous [Tue, 15 Sep 2015 16:00:30 +0000 (18:00 +0200)]
Fix for MSVC: template argument was a preprocessor macro defined in minwindef.h
Lukas Korous [Tue, 15 Sep 2015 15:29:37 +0000 (17:29 +0200)]
MSVC fix -> add 'dealii::' root namespace explicitely where MSVC fails to understand ' internal::' without 'dealii::'
Lukas Korous [Tue, 15 Sep 2015 15:28:25 +0000 (17:28 +0200)]
Fix for MSVC: Tensor<1, dim, Number>::real_type -> numbers::NumberTraits<Number>::real_type
- if left as is, MSVC 2013 Pro issues (although it should not) an error 'incompatible declaration <-> definition'.
Patrick Esser [Tue, 15 Sep 2015 14:06:38 +0000 (16:06 +0200)]
add -Woverloaded-virtual flag for gnu compiler
Add warning about overloaded virtual functions which are shadowed
when only a subset of its signatures are overridden in a derived class.
Timo Heister [Mon, 14 Sep 2015 21:31:30 +0000 (17:31 -0400)]
Merge pull request #1606 from tjhei/fix_step_33
fix compilation of step-33
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.