]>
https://gitweb.dealii.org/ - dealii.git/log
Wolfgang Bangerth [Wed, 23 Mar 2016 22:13:08 +0000 (17:13 -0500)]
Simplify some manifold code.
The previous code precomputed a global flag whether the manifold
is periodic or not, but ultimately had to check each coordinate
direction manually anyway. So do away with the global flag, and
simplify the code structure somewhat.
Martin Kronbichler [Thu, 24 Mar 2016 14:51:17 +0000 (15:51 +0100)]
Merge pull request #2402 from Rombur/fix_c++11
Fix a bug when using boost::shared_ptr
Bruno Turcksin [Thu, 24 Mar 2016 14:32:24 +0000 (10:32 -0400)]
Suppress warning in release mode.
Bruno Turcksin [Thu, 24 Mar 2016 14:23:55 +0000 (10:23 -0400)]
Fix a bug when using boost::shared_ptr
Martin Kronbichler [Thu, 24 Mar 2016 09:08:10 +0000 (10:08 +0100)]
Merge pull request #1901 from Rombur/epetra
Add EpetraWrappers::Vector.
Bruno Turcksin [Wed, 23 Mar 2016 19:23:43 +0000 (14:23 -0500)]
Merge pull request #2396 from ndem0/master
Added colorize option for hyper_L grid
Luca Heltai [Wed, 23 Mar 2016 16:05:31 +0000 (17:05 +0100)]
Merge pull request #2398 from tjhei/fix_manifold_compilation
fix manifold_lib compilation
Timo Heister [Wed, 23 Mar 2016 15:49:03 +0000 (16:49 +0100)]
fix manifold_lib compilation
It turns out clang doesn't like the declaration based on constants.
Bruno Turcksin [Wed, 9 Mar 2016 17:04:41 +0000 (12:04 -0500)]
Modified the number of blank space in a test output.
Bruno Turcksin [Tue, 8 Mar 2016 22:00:51 +0000 (17:00 -0500)]
Do not require C++11
Bruno Turcksin [Mon, 15 Feb 2016 20:16:57 +0000 (15:16 -0500)]
Fix an ownership problem with shared_ptr.
Bruno Turcksin [Mon, 15 Feb 2016 16:18:45 +0000 (11:18 -0500)]
Make tests work again.
Bruno Turcksin [Fri, 12 Feb 2016 19:13:36 +0000 (14:13 -0500)]
Add import function to LinearAlgebra::TrilinosWrappers::Vector.
Bruno Turcksin [Tue, 24 Nov 2015 22:45:10 +0000 (16:45 -0600)]
Make some functions const and use covariant return types. Add ComputationPattern
class.
Bruno Turcksin [Thu, 19 Nov 2015 20:35:34 +0000 (14:35 -0600)]
Add EpetraWrappers::Vector.
Nicola Demo [Wed, 23 Mar 2016 13:21:16 +0000 (14:21 +0100)]
Remove auto as typename, added comment for dimensional problem
Nicola Demo [Wed, 23 Mar 2016 12:07:25 +0000 (13:07 +0100)]
Remove auto as typename, added comment for dimensional problem
Nicola Demo [Tue, 22 Mar 2016 22:53:44 +0000 (23:53 +0100)]
Clean
Nicola Demo [Tue, 22 Mar 2016 22:25:36 +0000 (23:25 +0100)]
Added small description to colorize option in hyper_L
Bruno Turcksin [Tue, 22 Mar 2016 13:38:07 +0000 (08:38 -0500)]
Merge pull request #2394 from tjhei/add_changelog_torus
add changelog entry for #2385
Timo Heister [Tue, 22 Mar 2016 13:37:25 +0000 (14:37 +0100)]
Merge pull request #2391 from bangerth/fix-warnings-5
Avoid warnings about unused function arguments.
Timo Heister [Tue, 22 Mar 2016 13:34:38 +0000 (14:34 +0100)]
add changelog entry
Luca Heltai [Tue, 22 Mar 2016 10:36:21 +0000 (11:36 +0100)]
Merge pull request #2385 from tjhei/torus_3d
Implement torus volume mesh
Nicola Demo [Mon, 21 Mar 2016 23:32:04 +0000 (00:32 +0100)]
Added colorize flag (2dim)
Wolfgang Bangerth [Mon, 21 Mar 2016 20:53:26 +0000 (15:53 -0500)]
Avoid warnings about unused function arguments.
Bruno Turcksin [Mon, 21 Mar 2016 13:48:04 +0000 (08:48 -0500)]
Merge pull request #2389 from bangerth/track-dependencies
Properly track the dependencies for steps.pl.
Wolfgang Bangerth [Mon, 21 Mar 2016 02:05:22 +0000 (21:05 -0500)]
Properly track the dependencies for steps.pl.
This finally correctly tracks all of the files steps.pl (the file that
generates tutorial.h) opens and reads for both the tutorial programs
and the code gallery.
Timo Heister [Mon, 21 Mar 2016 12:50:41 +0000 (13:50 +0100)]
address comments
Timo Heister [Sun, 20 Mar 2016 21:14:05 +0000 (22:14 +0100)]
Merge pull request #2388 from bangerth/fix-segfault
Fix a segmentation fault in DoFHandler::locally_owned_dofs().
David Wells [Sun, 20 Mar 2016 20:52:16 +0000 (16:52 -0400)]
Merge pull request #2331 from bangerth/sort-includes
Sort and remove some includes.
Wolfgang Bangerth [Sun, 20 Mar 2016 18:52:31 +0000 (13:52 -0500)]
Fix a segmentation fault in DoFHandler::locally_owned_dofs().
This was caused by an incorrect size computation inside DoFTools::locally_owned_dofs_per_subdomain().
Wolfgang Bangerth [Sun, 20 Mar 2016 16:34:17 +0000 (11:34 -0500)]
Merge pull request #2386 from tjhei/fix_doxygen_defines
fix macros appearing in doxygen documentation
Timo Heister [Sun, 20 Mar 2016 16:20:59 +0000 (17:20 +0100)]
fix macros appearing in doxygen documentation
See
https://www.dealii.org/developer/doxygen/deal.II/classFunctionParser.html#
a39c99186f03fa9c4ab7288f166a6ac5a
for an example
Timo Heister [Sun, 20 Mar 2016 16:12:55 +0000 (17:12 +0100)]
add push_forward_gradient
Wolfgang Bangerth [Sun, 20 Mar 2016 15:54:25 +0000 (10:54 -0500)]
Merge pull request #2375 from tjhei/rotate_3d
add GridTools::rotate in 3d
Wolfgang Bangerth [Sun, 20 Mar 2016 15:09:48 +0000 (10:09 -0500)]
Merge pull request #2376 from luca-heltai/tangent-vector-function-manifold
Added tangent vector for FunctionManifold
Timo Heister [Sun, 20 Mar 2016 14:50:29 +0000 (15:50 +0100)]
add volume torus and TorusManifold
Luca Heltai [Sun, 20 Mar 2016 11:55:48 +0000 (12:55 +0100)]
Addressed comments by @wolfgang
Luca Heltai [Fri, 18 Mar 2016 19:10:02 +0000 (20:10 +0100)]
Added tangent vector for FunctionManifold
Luca Heltai [Sun, 20 Mar 2016 11:32:46 +0000 (12:32 +0100)]
Merge pull request #2377 from bangerth/doc-update-51
Rewrite the documentation of the BlockIndices class.
Wolfgang Bangerth [Fri, 18 Mar 2016 17:56:24 +0000 (12:56 -0500)]
Rewrite the documentation of the BlockIndices class.
The existing documentation described mostly *how* things are done, but not
what the class actually *represents*.
Wolfgang Bangerth [Sun, 20 Mar 2016 01:51:06 +0000 (20:51 -0500)]
Merge pull request #2378 from bangerth/doc-update-52
Fix documentation in VectorTools.
Wolfgang Bangerth [Fri, 18 Mar 2016 18:25:24 +0000 (13:25 -0500)]
Fix documentation in VectorTools.
Specifically, this addresses some documentation issues that have resulted from
paragraphs moving from VectorTools::compute_no_normal_flux_constraints to
VectorTools::compute_nonzero_normal_flux_constraints.
Wolfgang Bangerth [Sun, 20 Mar 2016 01:33:38 +0000 (20:33 -0500)]
Merge pull request #2383 from kalj/fix-unused-parameter-warnings
Use trick to hide warnings about unused parameters
Wolfgang Bangerth [Sun, 20 Mar 2016 01:33:13 +0000 (20:33 -0500)]
Merge pull request #2384 from kalj/fix-tbb-errors
make tbb work with c++11 and nvcc
Karl Ljungkvist [Mon, 10 Aug 2015 08:08:27 +0000 (10:08 +0200)]
make tbb work with c++11 and nvcc
Karl Ljungkvist [Sat, 19 Mar 2016 18:26:26 +0000 (13:26 -0500)]
Use trick to hide warnings about unused parameters
Matthias Maier [Sat, 19 Mar 2016 17:38:08 +0000 (12:38 -0500)]
Merge pull request #2380 from kalj/fix-nvcc-warnings
Fix nvcc warnings
Karl Ljungkvist [Sat, 19 Mar 2016 03:29:30 +0000 (22:29 -0500)]
suppress some warnings by explicit casting
Karl Ljungkvist [Tue, 1 Sep 2015 07:38:37 +0000 (09:38 +0200)]
removing unreachable code
Luca Heltai [Sat, 19 Mar 2016 15:04:15 +0000 (16:04 +0100)]
Merge pull request #2379 from guidokanschat/https_tutorials
Use https to access images in tutorials
Guido Kanschat [Sat, 19 Mar 2016 14:32:35 +0000 (09:32 -0500)]
Use https to access images in tutorials
Matthias Maier [Fri, 18 Mar 2016 22:07:36 +0000 (17:07 -0500)]
Merge pull request #2362 from tjhei/ide_files
add examples and tests to project for IDEs
Matthias Maier [Fri, 18 Mar 2016 22:04:32 +0000 (17:04 -0500)]
Merge pull request #2368 from tamiko/cmake_cleanup
CMake: Minor cleanup
Matthias Maier [Sat, 5 Mar 2016 08:51:21 +0000 (02:51 -0600)]
CMake: Use DEAL_II_FEATURES in config/CMakeLists.txt
This commit also rearranges the logic such that variables belonging to a
certain features are grouped together again.
Matthias Maier [Sat, 5 Mar 2016 08:33:48 +0000 (02:33 -0600)]
CMake: Use DEAL_II_COMPONENTS in setup_write_config.cmake
... and get rid of a variable introspection.
Matthias Maier [Sat, 5 Mar 2016 08:27:46 +0000 (02:27 -0600)]
CMake: Use DEAL_II_FEATURES in setup_write_config.cmake
This is a first step to avoid the variables introspection done in this
setup file.
Matthias Maier [Sat, 5 Mar 2016 08:16:31 +0000 (02:16 -0600)]
CMake: Refactor feature setup
- DEAL_II_FEATURES is now used to hold the short name of all configurable
features
Matthias Maier [Fri, 18 Mar 2016 21:56:25 +0000 (16:56 -0500)]
Merge pull request #2374 from davydden/test_bundled_headers
skip all-headers/bundled to avoid issues with testing an already inst…
Wolfgang Bangerth [Fri, 18 Mar 2016 18:02:58 +0000 (13:02 -0500)]
Fix erroneous character.
Timo Heister [Fri, 18 Mar 2016 13:50:00 +0000 (14:50 +0100)]
skip all-headers/bundled to avoid issues with testing an already installed library
Timo Heister [Fri, 18 Mar 2016 14:20:13 +0000 (15:20 +0100)]
add GridTools::rotate in 3d
Timo Heister [Thu, 17 Mar 2016 13:55:56 +0000 (14:55 +0100)]
add examples and tests to project for IDEs
This adds the example and test source and header files to the cmake
project with a dummy target that is not built. IDEs like qtcreator will
then include the files inside the project.
Wolfgang Bangerth [Fri, 18 Mar 2016 08:15:46 +0000 (03:15 -0500)]
Merge pull request #2373 from kronbichler/master
Fix two more slow parts of parallel MG.
Martin Kronbichler [Fri, 18 Mar 2016 08:05:54 +0000 (09:05 +0100)]
Fix two more slow parts of parallel MG.
Denis Davydov [Fri, 18 Mar 2016 07:56:00 +0000 (08:56 +0100)]
Merge pull request #2370 from bangerth/doc-update-50
Update description of a couple of exceptions.
Martin Kronbichler [Fri, 18 Mar 2016 07:29:20 +0000 (08:29 +0100)]
Merge pull request #2371 from bangerth/make-variable-const
Make a variable 'const'.
Wolfgang Bangerth [Sat, 12 Mar 2016 18:38:05 +0000 (12:38 -0600)]
Make a variable 'const'.
Wolfgang Bangerth [Fri, 18 Mar 2016 07:10:50 +0000 (02:10 -0500)]
Update description of a couple of exceptions.
Wolfgang Bangerth [Fri, 18 Mar 2016 06:51:53 +0000 (01:51 -0500)]
Merge pull request #2367 from tamiko/cmake_remove_legacy_make_global_options
Cmake remove legacy make global options
Wolfgang Bangerth [Thu, 10 Mar 2016 01:35:00 +0000 (19:35 -0600)]
Sort and remove some includes.
The mapping_*.h files did not all #include config.h as first
argument, as they should. They also include all sorts of files
they don't actually need. Remove these. Add them again in other
files that do need them but previously got them via mapping.h.
Matthias Maier [Thu, 17 Mar 2016 19:42:41 +0000 (14:42 -0500)]
add a changes.h entry
Matthias Maier [Sat, 5 Mar 2016 09:05:45 +0000 (03:05 -0600)]
Update documentation
Matthias Maier [Sat, 5 Mar 2016 09:02:56 +0000 (03:02 -0600)]
CMake: remove legacy Make.global_options
Denis Davydov [Thu, 17 Mar 2016 19:35:24 +0000 (20:35 +0100)]
Merge pull request #2366 from guidokanschat/https
change images to https
Guido Kanschat [Thu, 17 Mar 2016 19:30:05 +0000 (20:30 +0100)]
change images to https
Matthias Maier [Thu, 17 Mar 2016 19:14:23 +0000 (14:14 -0500)]
Merge pull request #2365 from luca-heltai/change-pack-name
Fixed naming of Mac Package.
Matthias Maier [Thu, 17 Mar 2016 18:42:31 +0000 (13:42 -0500)]
Merge pull request #2338 from luca-heltai/relocate-libs
Relocate libraries.
Luca Heltai [Thu, 17 Mar 2016 18:25:08 +0000 (19:25 +0100)]
Fixed naming of Mac Package.
Timo Heister [Thu, 17 Mar 2016 18:11:07 +0000 (19:11 +0100)]
Merge pull request #2364 from Rombur/fix_typename
Remove typename from instantiation file.
Bruno Turcksin [Thu, 17 Mar 2016 16:35:58 +0000 (12:35 -0400)]
Remove typename from instantiation file.
David Wells [Thu, 17 Mar 2016 15:42:42 +0000 (11:42 -0400)]
Merge pull request #2363 from davydden/deal_solver_02_mkl_fix
adjust petsc/deal_solver_02 test to pass on Ubuntu 14.04 + GNU compil…
Timo Heister [Thu, 17 Mar 2016 15:03:49 +0000 (16:03 +0100)]
Merge pull request #2359 from drwells/remove-intel-workaround
Remove a workaround for an old intel compiler.
Denis Davydov [Thu, 17 Mar 2016 14:41:29 +0000 (15:41 +0100)]
fix arpack/step-36_ar test to run on Ubuntu 14.04 + GNU compilers + MKL
Denis Davydov [Thu, 17 Mar 2016 14:24:20 +0000 (15:24 +0100)]
adjust petsc/deal_solver_02 test to pass on Ubuntu 14.04 + GNU compilers + MKL
Bruno Turcksin [Thu, 17 Mar 2016 14:01:33 +0000 (09:01 -0500)]
Merge pull request #2361 from kronbichler/master
Performance improvements: Triangulation::end(level) can be expensive
Martin Kronbichler [Thu, 17 Mar 2016 13:14:39 +0000 (14:14 +0100)]
Performance improvements: Triangulation::end(level) can be expensive
Bruno Turcksin [Thu, 17 Mar 2016 12:53:07 +0000 (07:53 -0500)]
Merge pull request #2312 from jgedicke/Meshworker_InhomConstraints
Inhomogeneous constraints in Meshworker
Joscha Gedicke [Thu, 17 Mar 2016 10:39:41 +0000 (11:39 +0100)]
corrected language spelling in comments
Bruno Turcksin [Thu, 17 Mar 2016 01:13:08 +0000 (20:13 -0500)]
Merge pull request #2358 from drwells/fix-assignment-assertion
Fix an assertion in read_tecplot to not use '='.
David Wells [Wed, 16 Mar 2016 17:45:53 +0000 (13:45 -0400)]
Remove a workaround for an old intel compiler.
This was added in April 2005 in commit
0a58949ace and is no longer
necessary.
David Wells [Thu, 17 Mar 2016 00:22:56 +0000 (20:22 -0400)]
Fix an assertion in read_tecplot to not use '='.
Bruno Turcksin [Thu, 17 Mar 2016 00:01:48 +0000 (19:01 -0500)]
Merge pull request #2354 from guidokanschat/additional_elasticity
Add weak tangential boundary condition for elasticity
Bruno Turcksin [Wed, 16 Mar 2016 17:57:13 +0000 (12:57 -0500)]
Merge pull request #2357 from drwells/la-vector-block-read-assertion
Fix a block read assertion in VectorSpaceVector.
David Wells [Wed, 16 Mar 2016 17:51:02 +0000 (13:51 -0400)]
Fix a block read assertion in VectorSpaceVector.
Caught by intel 13.
Bruno Turcksin [Wed, 16 Mar 2016 12:08:39 +0000 (07:08 -0500)]
Merge pull request #2355 from drwells/check-number-of-support-points
Check the number of nodes in FE_DGQArbitraryNodes.
David Wells [Tue, 15 Mar 2016 20:07:39 +0000 (16:07 -0400)]
Check the number of nodes in FE_DGQArbitraryNodes.
Currently, one can create an FE_DGQArbitraryNodes instance from a
quadrature rule with zero points, which causes segmentation faults (even
in debug mode) when one tries to use the element. This assertion
verifies that this cannot happen, at least in debug mode.
Guido Kanschat [Mon, 14 Mar 2016 15:28:06 +0000 (10:28 -0500)]
add weak tangential boundary condition for elasticity
Bruno Turcksin [Tue, 15 Mar 2016 16:09:47 +0000 (11:09 -0500)]
Merge pull request #2230 from davydden/branch_petscscalar_complex_tests
Petsc complex tests
Denis Davydov [Tue, 15 Mar 2016 15:51:44 +0000 (16:51 +0100)]
minor cleanup of petsc_complex/vector_02
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.