]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
8 years agoDo not assign NULL to shared_ptr. 2432/head
Bruno Turcksin [Mon, 28 Mar 2016 21:25:51 +0000 (17:25 -0400)]
Do not assign NULL to shared_ptr.

8 years agoMerge pull request #2426 from bangerth/guard-for-dim=4
Luca Heltai [Mon, 28 Mar 2016 16:19:35 +0000 (18:19 +0200)]
Merge pull request #2426 from bangerth/guard-for-dim=4

Guard code for cases of other dimensions.

8 years agoMerge pull request #2415 from bangerth/clarify-docs-2
Timo Heister [Mon, 28 Mar 2016 15:24:10 +0000 (17:24 +0200)]
Merge pull request #2415 from bangerth/clarify-docs-2

Clarify the documentation of the GridIn class.

8 years agoMerge pull request #2427 from danshapero/master
Wolfgang Bangerth [Mon, 28 Mar 2016 14:40:20 +0000 (09:40 -0500)]
Merge pull request #2427 from danshapero/master

Added entry to changes.h on move constructors

8 years agoAdded entry to changes.h on move constructors 2427/head
danshapero [Mon, 28 Mar 2016 14:30:10 +0000 (07:30 -0700)]
Added entry to changes.h on move constructors

8 years agoMerge pull request #2423 from Rombur/fix_all_headers
Wolfgang Bangerth [Mon, 28 Mar 2016 14:24:54 +0000 (09:24 -0500)]
Merge pull request #2423 from Rombur/fix_all_headers

Add forward declaration in VectorSpaceVector.

8 years agoGuard code for cases of other dimensions. 2426/head
Wolfgang Bangerth [Mon, 28 Mar 2016 14:20:55 +0000 (09:20 -0500)]
Guard code for cases of other dimensions.

The current code only tests for dim=2 and dim=3. Make sure we have an
else-branch.

8 years agoAdd forward declaration in VectorSpaceVector. 2423/head
Bruno Turcksin [Mon, 28 Mar 2016 14:02:23 +0000 (10:02 -0400)]
Add forward declaration in VectorSpaceVector.

8 years agoMerge pull request #2421 from ESeNonFossiIo/change_h_refinement
Luca Heltai [Mon, 28 Mar 2016 11:05:03 +0000 (13:05 +0200)]
Merge pull request #2421 from ESeNonFossiIo/change_h_refinement

changes.h for #2403

8 years agoFixed typo. 2421/head
Luca Heltai [Mon, 28 Mar 2016 11:04:47 +0000 (13:04 +0200)]
Fixed typo.

8 years agochanges.h - remove_hanging_nodes and remove_anisotropy
ESeNonFossiIo [Sun, 27 Mar 2016 22:10:53 +0000 (00:10 +0200)]
changes.h - remove_hanging_nodes and remove_anisotropy

8 years agoMerge pull request #2422 from bangerth/fix-compilation-4
Wolfgang Bangerth [Mon, 28 Mar 2016 02:17:18 +0000 (21:17 -0500)]
Merge pull request #2422 from bangerth/fix-compilation-4

Fix compilation after the previous commit.

8 years agoFix compilation after the previous commit. 2422/head
Wolfgang Bangerth [Mon, 28 Mar 2016 02:11:18 +0000 (21:11 -0500)]
Fix compilation after the previous commit.

8 years agoMerge pull request #2420 from luca-heltai/periodicity-checks
Wolfgang Bangerth [Mon, 28 Mar 2016 02:09:40 +0000 (21:09 -0500)]
Merge pull request #2420 from luca-heltai/periodicity-checks

Periodicity checks

8 years agoMerge pull request #2419 from bangerth/doc-update-53
Luca Heltai [Sun, 27 Mar 2016 22:21:20 +0000 (00:21 +0200)]
Merge pull request #2419 from bangerth/doc-update-53

Update the documentation of Manifold::get_default_quadrature().

8 years agoFixed output of tests for current master 2420/head
Luca Heltai [Sun, 27 Mar 2016 22:09:46 +0000 (00:09 +0200)]
Fixed output of tests for current master

8 years agoAdded test for periodicity in chart manifold.
Luca Heltai [Thu, 17 Mar 2016 11:29:08 +0000 (12:29 +0100)]
Added test for periodicity in chart manifold.

8 years agoAdded test for periodicity on FlatManifold.
Luca Heltai [Sun, 13 Mar 2016 15:05:40 +0000 (16:05 +0100)]
Added test for periodicity on FlatManifold.

8 years agoAdded spherical_manifold 08.
Luca Heltai [Sat, 12 Mar 2016 15:22:16 +0000 (16:22 +0100)]
Added spherical_manifold 08.

8 years agoAdded a failing test.
Luca Heltai [Fri, 11 Mar 2016 09:57:52 +0000 (10:57 +0100)]
Added a failing test.

8 years agoAlso document arguments and types. 2419/head
Wolfgang Bangerth [Sun, 27 Mar 2016 19:11:30 +0000 (14:11 -0500)]
Also document arguments and types.

8 years agoUpdate the documentation of Manifold::get_default_quadrature().
Wolfgang Bangerth [Sun, 27 Mar 2016 19:07:34 +0000 (14:07 -0500)]
Update the documentation of Manifold::get_default_quadrature().

8 years agoMerge pull request #2400 from danshapero/sparse-matrix-move-ctor
Wolfgang Bangerth [Sun, 27 Mar 2016 18:39:12 +0000 (13:39 -0500)]
Merge pull request #2400 from danshapero/sparse-matrix-move-ctor

Added move constructor to SparseMatrix

8 years agoMerge pull request #2403 from ESeNonFossiIo/refinement
Wolfgang Bangerth [Sun, 27 Mar 2016 18:36:09 +0000 (13:36 -0500)]
Merge pull request #2403 from ESeNonFossiIo/refinement

Implement functions for the removal of anisotropy and hanging nodes in meshes

8 years agoMerge pull request #2390 from tjhei/sanity_checks
Timo Heister [Sun, 27 Mar 2016 14:15:10 +0000 (16:15 +0200)]
Merge pull request #2390 from tjhei/sanity_checks

add checks to GridTools::delete_*_vertices

8 years agoadd checks to GridTools::delete_*_vertices 2390/head
Timo Heister [Mon, 21 Mar 2016 13:18:58 +0000 (14:18 +0100)]
add checks to GridTools::delete_*_vertices

Check the inputs to GridTools::delete_unused_vertices() and
GridTools::delete_duplicated_vertices()

8 years agominor changes 2403/head
ESeNonFossiIo [Sat, 26 Mar 2016 23:04:41 +0000 (00:04 +0100)]
minor changes

8 years agofix doc
ESeNonFossiIo [Fri, 25 Mar 2016 11:24:21 +0000 (12:24 +0100)]
fix doc

8 years agofix tests
ESeNonFossiIo [Fri, 25 Mar 2016 10:57:50 +0000 (11:57 +0100)]
fix tests

8 years agodoc
ESeNonFossiIo [Fri, 25 Mar 2016 10:32:05 +0000 (11:32 +0100)]
doc

8 years agoimages
ESeNonFossiIo [Fri, 25 Mar 2016 10:12:33 +0000 (11:12 +0100)]
images

8 years agoremove_anisotropy and remove_hanging_nodes
ESeNonFossiIo [Fri, 25 Mar 2016 10:12:02 +0000 (11:12 +0100)]
remove_anisotropy and remove_hanging_nodes

8 years agoClarify the documentation of the GridIn class. 2415/head
Wolfgang Bangerth [Sat, 26 Mar 2016 02:02:10 +0000 (21:02 -0500)]
Clarify the documentation of the GridIn class.

8 years agoMerge pull request #2417 from tjhei/expand_inst_check
Wolfgang Bangerth [Sat, 26 Mar 2016 19:54:31 +0000 (14:54 -0500)]
Merge pull request #2417 from tjhei/expand_inst_check

make expand_instantiations more robust

8 years agoMerge pull request #2414 from bangerth/symm-tensor-product
Denis Davydov [Sat, 26 Mar 2016 09:14:19 +0000 (10:14 +0100)]
Merge pull request #2414 from bangerth/symm-tensor-product

Define product between a vector and a symmetric tensor.

8 years agomake expand_instantiations more robust 2417/head
Timo Heister [Sat, 26 Mar 2016 06:06:01 +0000 (07:06 +0100)]
make expand_instantiations more robust

If the .inst.in files contains a mistake so that expand_instantiations
fails, the output will still be created and is then considered updated.
As a result, a second run of "make" happily continues without failing.
Fix this by creating a temporary file and only moving if the first call
succeededs.
Also make one error message more verbose.

8 years agoAdd test. 2414/head
Wolfgang Bangerth [Fri, 25 Mar 2016 20:28:54 +0000 (15:28 -0500)]
Add test.

8 years agoDefine product between a vector and a symmetric tensor.
Wolfgang Bangerth [Fri, 25 Mar 2016 20:28:39 +0000 (15:28 -0500)]
Define product between a vector and a symmetric tensor.

Also update some confusing pieces of documentation.

8 years agoMerge pull request #2410 from nicola-giuliani/new_name
Luca Heltai [Thu, 24 Mar 2016 23:48:32 +0000 (00:48 +0100)]
Merge pull request #2410 from nicola-giuliani/new_name

New get_fe_by_name for FE_DGQArbitraryNodes using QGauss

8 years agomodified test 2410/head
Nicola Giuliani [Thu, 24 Mar 2016 23:14:17 +0000 (00:14 +0100)]
modified test

8 years agoseems to work
Nicola Giuliani [Thu, 24 Mar 2016 22:32:10 +0000 (23:32 +0100)]
seems to work

8 years agotrying QGauss
Nicola Giuliani [Thu, 24 Mar 2016 17:59:14 +0000 (18:59 +0100)]
trying QGauss

8 years agoMerge pull request #2409 from bangerth/avoid-warning-4
Bruno Turcksin [Thu, 24 Mar 2016 20:28:52 +0000 (15:28 -0500)]
Merge pull request #2409 from bangerth/avoid-warning-4

Avoid warnings about unused function arguments.

8 years agoAvoid warnings about unused function arguments. 2409/head
Wolfgang Bangerth [Thu, 24 Mar 2016 20:25:56 +0000 (15:25 -0500)]
Avoid warnings about unused function arguments.

8 years agoMerge pull request #2408 from bangerth/avoid-warning-3
Bruno Turcksin [Thu, 24 Mar 2016 20:13:25 +0000 (15:13 -0500)]
Merge pull request #2408 from bangerth/avoid-warning-3

Avoid warnings about unused function arguments.

8 years agoAvoid warnings about unused function arguments. 2408/head
Wolfgang Bangerth [Thu, 24 Mar 2016 20:07:56 +0000 (15:07 -0500)]
Avoid warnings about unused function arguments.

8 years agoDefault initializing Subscriptor in SparseMatrix move ctor 2400/head
danshapero [Thu, 24 Mar 2016 19:58:58 +0000 (12:58 -0700)]
Default initializing Subscriptor in SparseMatrix move ctor

8 years agoMerge pull request #2406 from bangerth/improve-error-message
Martin Kronbichler [Thu, 24 Mar 2016 19:53:58 +0000 (20:53 +0100)]
Merge pull request #2406 from bangerth/improve-error-message

Improve an error message.

8 years agoImprove an error message. 2406/head
Wolfgang Bangerth [Thu, 24 Mar 2016 19:21:56 +0000 (14:21 -0500)]
Improve an error message.

In particular, say which file could not be opened and what the error code is.

8 years agoMerge pull request #2387 from luca-heltai/normal-vectors
Wolfgang Bangerth [Thu, 24 Mar 2016 19:19:29 +0000 (14:19 -0500)]
Merge pull request #2387 from luca-heltai/normal-vectors

Move normal_vector and normals_at_vertices inside Manifold

8 years agoMerge pull request #2404 from Rombur/fix_boost
Wolfgang Bangerth [Thu, 24 Mar 2016 18:34:54 +0000 (13:34 -0500)]
Merge pull request #2404 from Rombur/fix_boost

Do not assign NULL to boost::shared_ptr.

8 years agoDo not assign NULL to boost::shared_ptr. 2404/head
Bruno Turcksin [Thu, 24 Mar 2016 17:58:20 +0000 (13:58 -0400)]
Do not assign NULL to boost::shared_ptr.

8 years agoMerge pull request #2399 from bangerth/simplify-code-3
Wolfgang Bangerth [Thu, 24 Mar 2016 17:38:43 +0000 (12:38 -0500)]
Merge pull request #2399 from bangerth/simplify-code-3

Simplify some manifold code.

8 years agoSimplify some manifold code. 2399/head
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.

8 years agoMerge pull request #2402 from Rombur/fix_c++11
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

8 years agoSuppress warning in release mode. 2402/head
Bruno Turcksin [Thu, 24 Mar 2016 14:32:24 +0000 (10:32 -0400)]
Suppress warning in release mode.

8 years agoFix a bug when using boost::shared_ptr
Bruno Turcksin [Thu, 24 Mar 2016 14:23:55 +0000 (10:23 -0400)]
Fix a bug when using boost::shared_ptr

8 years agoMerge pull request #1901 from Rombur/epetra
Martin Kronbichler [Thu, 24 Mar 2016 09:08:10 +0000 (10:08 +0100)]
Merge pull request #1901 from Rombur/epetra

Add EpetraWrappers::Vector.

8 years agoastyle
danshapero [Thu, 24 Mar 2016 06:19:24 +0000 (23:19 -0700)]
astyle

8 years agoAdded move constructor to SparseMatrix
danshapero [Thu, 24 Mar 2016 00:47:10 +0000 (17:47 -0700)]
Added move constructor to SparseMatrix

8 years agoMerge pull request #2396 from ndem0/master
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

8 years agoMerge pull request #2398 from tjhei/fix_manifold_compilation
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

8 years agofix manifold_lib compilation 2398/head
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.

8 years agoModified the number of blank space in a test output. 1901/head
Bruno Turcksin [Wed, 9 Mar 2016 17:04:41 +0000 (12:04 -0500)]
Modified the number of blank space in a test output.

8 years agoDo not require C++11
Bruno Turcksin [Tue, 8 Mar 2016 22:00:51 +0000 (17:00 -0500)]
Do not require C++11

8 years agoFix an ownership problem with shared_ptr.
Bruno Turcksin [Mon, 15 Feb 2016 20:16:57 +0000 (15:16 -0500)]
Fix an ownership problem with shared_ptr.

8 years agoMake tests work again.
Bruno Turcksin [Mon, 15 Feb 2016 16:18:45 +0000 (11:18 -0500)]
Make tests work again.

8 years agoAdd import function to LinearAlgebra::TrilinosWrappers::Vector.
Bruno Turcksin [Fri, 12 Feb 2016 19:13:36 +0000 (14:13 -0500)]
Add import function to LinearAlgebra::TrilinosWrappers::Vector.

8 years agoMake some functions const and use covariant return types. Add ComputationPattern
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.

8 years agoAdd EpetraWrappers::Vector.
Bruno Turcksin [Thu, 19 Nov 2015 20:35:34 +0000 (14:35 -0600)]
Add EpetraWrappers::Vector.

8 years agoRemove auto as typename, added comment for dimensional problem 2396/head
Nicola Demo [Wed, 23 Mar 2016 13:21:16 +0000 (14:21 +0100)]
Remove auto as typename, added comment for dimensional problem

8 years agoRemove 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

8 years agoClean
Nicola Demo [Tue, 22 Mar 2016 22:53:44 +0000 (23:53 +0100)]
Clean

8 years agoAdded small description to colorize option in hyper_L
Nicola Demo [Tue, 22 Mar 2016 22:25:36 +0000 (23:25 +0100)]
Added small description to colorize option in hyper_L

8 years agoMerge pull request #2394 from tjhei/add_changelog_torus
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

8 years agoMerge pull request #2391 from bangerth/fix-warnings-5
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.

8 years agoadd changelog entry 2394/head
Timo Heister [Tue, 22 Mar 2016 13:34:38 +0000 (14:34 +0100)]
add changelog entry

8 years agoMerge pull request #2385 from tjhei/torus_3d
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

8 years agoAdded colorize flag (2dim)
Nicola Demo [Mon, 21 Mar 2016 23:32:04 +0000 (00:32 +0100)]
Added colorize flag (2dim)

8 years agoAvoid warnings about unused function arguments. 2391/head
Wolfgang Bangerth [Mon, 21 Mar 2016 20:53:26 +0000 (15:53 -0500)]
Avoid warnings about unused function arguments.

8 years agoMerge pull request #2389 from bangerth/track-dependencies
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.

8 years agoProperly track the dependencies for steps.pl. 2389/head
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.

8 years agoaddress comments 2385/head
Timo Heister [Mon, 21 Mar 2016 12:50:41 +0000 (13:50 +0100)]
address comments

8 years agoUpdated comment. 2387/head
Luca Heltai [Sun, 20 Mar 2016 23:17:23 +0000 (00:17 +0100)]
Updated comment.

8 years agoFixed test to check also normal_vector.
Luca Heltai [Sun, 20 Mar 2016 23:12:08 +0000 (00:12 +0100)]
Fixed test to check also normal_vector.

8 years agoFixed @bangerth comments.
Luca Heltai [Sun, 20 Mar 2016 22:49:22 +0000 (23:49 +0100)]
Fixed @bangerth comments.

8 years agoMerge pull request #2388 from bangerth/fix-segfault
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().

8 years agoMerge pull request #2331 from bangerth/sort-includes
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.

8 years agoFix a segmentation fault in DoFHandler::locally_owned_dofs(). 2388/head
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().

8 years agoAdded test.
Luca Heltai [Sun, 20 Mar 2016 18:11:51 +0000 (19:11 +0100)]
Added test.

8 years agoMerge pull request #2386 from tjhei/fix_doxygen_defines
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

8 years agoMoved normal_vector from Boundary to Manifold.
Luca Heltai [Sun, 20 Mar 2016 16:27:12 +0000 (17:27 +0100)]
Moved normal_vector from Boundary to Manifold.

8 years agofix macros appearing in doxygen documentation 2386/head
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

8 years agoadd push_forward_gradient
Timo Heister [Sun, 20 Mar 2016 16:12:55 +0000 (17:12 +0100)]
add push_forward_gradient

8 years agoMerge pull request #2375 from tjhei/rotate_3d
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

8 years agoMerge pull request #2376 from luca-heltai/tangent-vector-function-manifold
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

8 years agoadd volume torus and TorusManifold
Timo Heister [Sun, 20 Mar 2016 14:50:29 +0000 (15:50 +0100)]
add volume torus and TorusManifold

8 years agoAddressed comments by @wolfgang 2376/head
Luca Heltai [Sun, 20 Mar 2016 11:55:48 +0000 (12:55 +0100)]
Addressed comments by @wolfgang

8 years agoAdded tangent vector for FunctionManifold
Luca Heltai [Fri, 18 Mar 2016 19:10:02 +0000 (20:10 +0100)]
Added tangent vector for FunctionManifold

8 years agoMerge pull request #2377 from bangerth/doc-update-51
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.


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.