]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
7 years agoMerge pull request #3587 from bangerth/add-copy-operator
David Wells [Wed, 16 Nov 2016 13:06:11 +0000 (08:06 -0500)]
Merge pull request #3587 from bangerth/add-copy-operator

Fix Trilinos SparsityPattern iterators.

7 years agoAdd a changelog entry. 3587/head
Wolfgang Bangerth [Tue, 15 Nov 2016 14:55:30 +0000 (07:55 -0700)]
Add a changelog entry.

7 years agoAdd tests.
Wolfgang Bangerth [Tue, 15 Nov 2016 14:48:47 +0000 (07:48 -0700)]
Add tests.

7 years agoFix the (entirely broken) function Accessor::visit_present_row().
Wolfgang Bangerth [Tue, 15 Nov 2016 14:48:20 +0000 (07:48 -0700)]
Fix the (entirely broken) function Accessor::visit_present_row().

7 years agoRemove the copy constryctor of TrilinosWrappers::SparsityPatternIterators::Accessor.
Wolfgang Bangerth [Mon, 14 Nov 2016 23:52:07 +0000 (16:52 -0700)]
Remove the copy constryctor of TrilinosWrappers::SparsityPatternIterators::Accessor.

It is the default copy constructor, and by removing it, we need not
worry about the fact that we have no copy assignment operator in this class.

7 years agoMerge pull request #3589 from bangerth/fix-wrong-mapping-clone
Daniel Arndt [Wed, 16 Nov 2016 00:54:22 +0000 (01:54 +0100)]
Merge pull request #3589 from bangerth/fix-wrong-mapping-clone

Fix a rather insidious bug in MappingQ.

7 years agoAdd a changelog entry. 3589/head
Wolfgang Bangerth [Tue, 15 Nov 2016 22:03:08 +0000 (15:03 -0700)]
Add a changelog entry.

7 years agoAdd testcases.
Wolfgang Bangerth [Tue, 15 Nov 2016 21:58:47 +0000 (14:58 -0700)]
Add testcases.

7 years agoMerge pull request #3588 from bangerth/update-some-comments
Timo Heister [Tue, 15 Nov 2016 18:09:43 +0000 (13:09 -0500)]
Merge pull request #3588 from bangerth/update-some-comments

Update some comments that were not quite accurate any more.

7 years agoEnsure that cloning a mapping also copies all internal variables.
Wolfgang Bangerth [Tue, 15 Nov 2016 17:17:29 +0000 (10:17 -0700)]
Ensure that cloning a mapping also copies all internal variables.

MappingQ has a member variable 'use_mapping_q_on_all_cells', but this variable is not
replicated when calling MappingQ::clone(). Fix this.

7 years agoUpdate some comments that were not quite accurate any more. 3588/head
Wolfgang Bangerth [Tue, 15 Nov 2016 17:15:56 +0000 (10:15 -0700)]
Update some comments that were not quite accurate any more.

Also just minor cleanups. No functional changes.

7 years agoMerge pull request #3585 from kalj/mg-fix
Wolfgang Bangerth [Tue, 15 Nov 2016 13:36:07 +0000 (06:36 -0700)]
Merge pull request #3585 from kalj/mg-fix

Fix array lenghts

7 years agoMerge pull request #3582 from bangerth/add-comment
Martin Kronbichler [Tue, 15 Nov 2016 12:08:49 +0000 (13:08 +0100)]
Merge pull request #3582 from bangerth/add-comment

Add a reference to step-33.

7 years agoMerge pull request #3584 from bangerth/improve-error
Martin Kronbichler [Tue, 15 Nov 2016 11:58:45 +0000 (12:58 +0100)]
Merge pull request #3584 from bangerth/improve-error

Improve an error message.

7 years agoFix array lenghts 3585/head
Karl Ljungkvist [Thu, 9 Jun 2016 12:47:45 +0000 (14:47 +0200)]
Fix array lenghts

7 years agoImprove an error message. 3584/head
Wolfgang Bangerth [Tue, 15 Nov 2016 00:30:51 +0000 (17:30 -0700)]
Improve an error message.

7 years agoMerge pull request #3579 from bangerth/initialize-members-2
David Wells [Mon, 14 Nov 2016 22:00:30 +0000 (17:00 -0500)]
Merge pull request #3579 from bangerth/initialize-members-2

Initialize the 'matrix' and 'vector' members in the PETSc wrappers.

7 years agoAdd a reference to step-33. 3582/head
Wolfgang Bangerth [Mon, 14 Nov 2016 19:58:22 +0000 (12:58 -0700)]
Add a reference to step-33.

7 years agoMerge pull request #3581 from bangerth/make-comment-more-readable
Timo Heister [Mon, 14 Nov 2016 19:10:49 +0000 (14:10 -0500)]
Merge pull request #3581 from bangerth/make-comment-more-readable

Make comment more readable.

7 years agoMake comment more readable. 3581/head
Wolfgang Bangerth [Mon, 14 Nov 2016 18:05:41 +0000 (11:05 -0700)]
Make comment more readable.

7 years agoInitialize the 'matrix' and 'vector' members in the PETSc wrappers. 3579/head
Wolfgang Bangerth [Mon, 14 Nov 2016 14:10:43 +0000 (07:10 -0700)]
Initialize the 'matrix' and 'vector' members in the PETSc wrappers.

These members are of type 'Mat' and 'Vec', which are typedefed to pointers to otherwise
opaque types. Initialize these members to 'NULL'.

7 years agoMerge pull request #3575 from bangerth/initialize-member-variable-2
David Wells [Mon, 14 Nov 2016 13:40:16 +0000 (08:40 -0500)]
Merge pull request #3575 from bangerth/initialize-member-variable-2

Initialize member variables.

7 years agoMerge pull request #3577 from masterleinad/initialize_quick_tests
Daniel Arndt [Sun, 13 Nov 2016 20:02:24 +0000 (21:02 +0100)]
Merge pull request #3577 from masterleinad/initialize_quick_tests

Initialize all variables in quick_tests/step

7 years agoInitialize all variables in quick_tests/step 3577/head
Daniel Arndt [Sun, 13 Nov 2016 18:39:17 +0000 (19:39 +0100)]
Initialize all variables in quick_tests/step

7 years agoMerge pull request #3572 from davydden/pvs/parpack
David Wells [Sat, 12 Nov 2016 16:47:59 +0000 (11:47 -0500)]
Merge pull request #3572 from davydden/pvs/parpack

parpack: initialize member variables

7 years agoMerge pull request #3574 from bangerth/initialize-member-variable
David Wells [Sat, 12 Nov 2016 16:32:44 +0000 (11:32 -0500)]
Merge pull request #3574 from bangerth/initialize-member-variable

Initialize a member variable.

7 years agoInitialize member variables. 3575/head
Wolfgang Bangerth [Sat, 12 Nov 2016 14:41:16 +0000 (07:41 -0700)]
Initialize member variables.

7 years agoInitialize a member variable. 3574/head
Wolfgang Bangerth [Sat, 12 Nov 2016 14:33:19 +0000 (07:33 -0700)]
Initialize a member variable.

7 years agoMerge pull request #3573 from drwells/petsc-matrix-accessor-copy-operator
Wolfgang Bangerth [Sat, 12 Nov 2016 14:26:31 +0000 (07:26 -0700)]
Merge pull request #3573 from drwells/petsc-matrix-accessor-copy-operator

Petsc matrix accessor copy operator

7 years agoAdd a test for copying PETSc matrix iterators. 3573/head
David Wells [Sat, 12 Nov 2016 03:21:07 +0000 (22:21 -0500)]
Add a test for copying PETSc matrix iterators.

7 years agoRemove an unnecessary copy constructor.
David Wells [Sat, 12 Nov 2016 03:08:32 +0000 (22:08 -0500)]
Remove an unnecessary copy constructor.

PVS studio rightfully complains that we should define operator= whenever
we explicitly define a copy constructor. However, since our copy
constructor does nothing special it is in fact equivalent to the default
copy constructor, so we can just get get rid of it and let the compiler
generate the correct copying code.

7 years agoMerge pull request #3570 from bangerth/fix-typo
David Wells [Sat, 12 Nov 2016 01:13:37 +0000 (20:13 -0500)]
Merge pull request #3570 from bangerth/fix-typo

Fix comment style.

7 years agoMerge pull request #3528 from masterleinad/update_postprocess
Wolfgang Bangerth [Sat, 12 Nov 2016 01:06:52 +0000 (18:06 -0700)]
Merge pull request #3528 from masterleinad/update_postprocess

Update DataPostprocessor in examples

7 years agoUpdate DataPostprocessor in examples 3528/head
Daniel Arndt [Fri, 11 Nov 2016 13:31:46 +0000 (14:31 +0100)]
Update DataPostprocessor in examples

7 years agoFix comment style. 3570/head
Wolfgang Bangerth [Fri, 11 Nov 2016 21:04:43 +0000 (14:04 -0700)]
Fix comment style.

7 years agoparpack: initialize member variables 3572/head
Denis Davydov [Fri, 11 Nov 2016 22:09:47 +0000 (23:09 +0100)]
parpack: initialize member variables

7 years agoMerge pull request #3571 from bangerth/rename-variables
Denis Davydov [Fri, 11 Nov 2016 21:12:29 +0000 (22:12 +0100)]
Merge pull request #3571 from bangerth/rename-variables

Rename a local variable.

7 years agoRename a local variable. 3571/head
Wolfgang Bangerth [Fri, 11 Nov 2016 21:11:16 +0000 (14:11 -0700)]
Rename a local variable.

Do not name it the same as a member variable in the base class.
Fixes #3547.

7 years agoMerge pull request #3524 from bangerth/fix-memory-leak
Timo Heister [Fri, 11 Nov 2016 18:01:13 +0000 (13:01 -0500)]
Merge pull request #3524 from bangerth/fix-memory-leak

Fix a memory leak in step-39.

7 years agoMerge pull request #3526 from kronbichler/fix_test_shapes_q_bubbles
Wolfgang Bangerth [Fri, 11 Nov 2016 16:08:16 +0000 (09:08 -0700)]
Merge pull request #3526 from kronbichler/fix_test_shapes_q_bubbles

Increase accuracy of test output

7 years agoMerge pull request #3527 from kronbichler/provide_additional_test_output
Wolfgang Bangerth [Fri, 11 Nov 2016 16:07:57 +0000 (09:07 -0700)]
Merge pull request #3527 from kronbichler/provide_additional_test_output

Provide additional test output.

7 years agoFix a memory leak in step-39. 3524/head
Wolfgang Bangerth [Fri, 11 Nov 2016 06:01:26 +0000 (23:01 -0700)]
Fix a memory leak in step-39.

Also avoid some obscure old-style C functions.

7 years agoProvide additional test output. 3527/head
Martin Kronbichler [Fri, 11 Nov 2016 12:57:31 +0000 (13:57 +0100)]
Provide additional test output.

7 years agoIncrease accuracy of test output 3526/head
Martin Kronbichler [Fri, 11 Nov 2016 12:23:42 +0000 (13:23 +0100)]
Increase accuracy of test output

7 years agoMerge pull request #3525 from davydden/fix_warning
Martin Kronbichler [Fri, 11 Nov 2016 12:11:04 +0000 (13:11 +0100)]
Merge pull request #3525 from davydden/fix_warning

fix unused variable warning

7 years agofix unused variable warning 3525/head
Denis Davydov [Fri, 11 Nov 2016 12:05:09 +0000 (13:05 +0100)]
fix unused variable warning

7 years agoMerge pull request #3523 from bangerth/fix-memory-leak-3
David Wells [Fri, 11 Nov 2016 11:26:45 +0000 (06:26 -0500)]
Merge pull request #3523 from bangerth/fix-memory-leak-3

Fix a memory leak in de-serializing a SparsityPattern object.

7 years agoMerge pull request #3522 from bangerth/fix-memory-leaks
David Wells [Fri, 11 Nov 2016 00:39:40 +0000 (19:39 -0500)]
Merge pull request #3522 from bangerth/fix-memory-leaks

Fix several more memory leaks in tests.

7 years agoFix a memory leak in de-serializing a SparsityPattern object. 3523/head
Wolfgang Bangerth [Fri, 11 Nov 2016 00:39:40 +0000 (17:39 -0700)]
Fix a memory leak in de-serializing a SparsityPattern object.

7 years agoFix memory leaks tests. 3522/head
Wolfgang Bangerth [Thu, 10 Nov 2016 23:16:52 +0000 (16:16 -0700)]
Fix memory leaks tests.

7 years agoMerge pull request #3521 from bangerth/fix-memory-leaks
David Wells [Thu, 10 Nov 2016 19:51:02 +0000 (14:51 -0500)]
Merge pull request #3521 from bangerth/fix-memory-leaks

Fix a variety of memory leaks in the testsuite.

7 years agoMerge pull request #3519 from bangerth/fix-memory-leak
Timo Heister [Thu, 10 Nov 2016 17:41:42 +0000 (12:41 -0500)]
Merge pull request #3519 from bangerth/fix-memory-leak

Avoid a memory leak.

7 years agoFix a variety of memory leaks in the testsuite. 3521/head
Wolfgang Bangerth [Thu, 10 Nov 2016 16:29:49 +0000 (09:29 -0700)]
Fix a variety of memory leaks in the testsuite.

7 years agoMerge pull request #3518 from drwells/fix-hessian-typos
Martin Kronbichler [Thu, 10 Nov 2016 16:22:57 +0000 (17:22 +0100)]
Merge pull request #3518 from drwells/fix-hessian-typos

Fix two typos related to the Hessians.

7 years agoAvoid a memory leak. 3519/head
Wolfgang Bangerth [Thu, 10 Nov 2016 16:15:18 +0000 (09:15 -0700)]
Avoid a memory leak.

In fact, the test really tries very hard to create a memory leak, and
even verifies that it happens. But this then leads to downstream heartbreak
if you run a memory checker because you get pulled over for it.

Fix the issue by cleaning up the memory leak after we have verified that
the code that ran before really did leak the memory, by keeping a pointer
to the leaked object after all, and deleting it at the end of it all.

7 years agoFix two typos related to the Hessians. 3518/head
David Wells [Thu, 10 Nov 2016 13:54:26 +0000 (08:54 -0500)]
Fix two typos related to the Hessians.

7 years agoMerge pull request #3508 from bangerth/fix-test
Martin Kronbichler [Wed, 9 Nov 2016 09:21:22 +0000 (10:21 +0100)]
Merge pull request #3508 from bangerth/fix-test

Reduce the number of steps for high order mappings.

7 years agoMerge pull request #3509 from bangerth/fix-test-2
Martin Kronbichler [Wed, 9 Nov 2016 09:21:06 +0000 (10:21 +0100)]
Merge pull request #3509 from bangerth/fix-test-2

Increase accuracy of output in one test.

7 years agoMerge pull request #3510 from bangerth/fix-slepc-test
Martin Kronbichler [Wed, 9 Nov 2016 09:20:40 +0000 (10:20 +0100)]
Merge pull request #3510 from bangerth/fix-slepc-test

Be more lenient with the exact number of iterations.

7 years agoMerge pull request #3505 from davydden/split_compilation_of_project_qp
Martin Kronbichler [Wed, 9 Nov 2016 09:19:50 +0000 (10:19 +0100)]
Merge pull request #3505 from davydden/split_compilation_of_project_qp

split instantiation of VectorTools::project() for quadrature points data

7 years agosplit instantiation of VectorTools::project() for quadrature points data 3505/head
Denis Davydov [Tue, 8 Nov 2016 06:11:14 +0000 (07:11 +0100)]
split instantiation of VectorTools::project() for quadrature points data

7 years agoBe more lenient with the exact number of iterations. 3510/head
Wolfgang Bangerth [Wed, 9 Nov 2016 02:22:27 +0000 (19:22 -0700)]
Be more lenient with the exact number of iterations.

7 years agoIncrease accuracy of output in one test. 3509/head
Wolfgang Bangerth [Wed, 9 Nov 2016 00:26:04 +0000 (17:26 -0700)]
Increase accuracy of output in one test.

This test outputs numbers such as 1/8=0.125 with just two digits after the decimal
point. Consequently, it depends on round-off and optimization flags if we get 0.12
or 0.13. Because the difference is so large, numdiff reports this as a failure.

Fix this by increasing the accuracy to 3 digits.

7 years agoReduce the number of steps for high order mappings. 3508/head
Wolfgang Bangerth [Wed, 9 Nov 2016 00:23:40 +0000 (17:23 -0700)]
Reduce the number of steps for high order mappings.

For high order mappings, we too quickly get close to round-off errors, with
tests failing depending on what optimization flags are used. Consequently,
don't use too fine meshes for high order mappings.

7 years agoMerge pull request #3392 from kalj/cuda-dir
Martin Kronbichler [Tue, 8 Nov 2016 22:08:35 +0000 (23:08 +0100)]
Merge pull request #3392 from kalj/cuda-dir

Introduce configuration variable CUDA_DIR to select CUDA installation

7 years agoMerge pull request #3507 from bangerth/add-changelog-entry
David Wells [Tue, 8 Nov 2016 22:06:34 +0000 (17:06 -0500)]
Merge pull request #3507 from bangerth/add-changelog-entry

Add a changelog entry for all of the static analysis work.

7 years agoMerge pull request #3506 from drwells/add-missing-instantiation
Wolfgang Bangerth [Tue, 8 Nov 2016 20:47:32 +0000 (13:47 -0700)]
Merge pull request #3506 from drwells/add-missing-instantiation

Add a missing template instantiation.

7 years agoAdd a changelog entry for all of the static analysis work. 3507/head
Wolfgang Bangerth [Tue, 8 Nov 2016 20:37:20 +0000 (13:37 -0700)]
Add a changelog entry for all of the static analysis work.

7 years agoAdd a missing template instantiation. 3506/head
David Wells [Tue, 8 Nov 2016 19:14:32 +0000 (14:14 -0500)]
Add a missing template instantiation.

7 years agoMerge pull request #3504 from bangerth/remove-dead-code
Timo Heister [Tue, 8 Nov 2016 16:26:09 +0000 (11:26 -0500)]
Merge pull request #3504 from bangerth/remove-dead-code

Remove some dead code.

7 years agoRemove some dead code. 3504/head
Wolfgang Bangerth [Tue, 8 Nov 2016 02:16:10 +0000 (19:16 -0700)]
Remove some dead code.

As the assertion at the top of the patch shows, 'starting_indices' must only have values
between 0 and N (=sparsity.n_rows()). Consequently, the loop that replaces out-of-bounds
values with numbers::invalid_size_type should never trigger. Further, the 'remove_if'
will also never do anything, and the fact that we accidentally not actually do anything
with its return value (as one should for 'remove_if') doesn't matter.

7 years agoMerge pull request #3498 from bangerth/initialize-members-8
Martin Kronbichler [Tue, 8 Nov 2016 09:18:43 +0000 (10:18 +0100)]
Merge pull request #3498 from bangerth/initialize-members-8

Initialize member variables.

7 years agoMerge pull request #3503 from bangerth/fix-memory-test
Martin Kronbichler [Tue, 8 Nov 2016 09:18:29 +0000 (10:18 +0100)]
Merge pull request #3503 from bangerth/fix-memory-test

Adjust memory consumption output.

7 years agoMerge pull request #3502 from kronbichler/master
Martin Kronbichler [Tue, 8 Nov 2016 09:18:10 +0000 (10:18 +0100)]
Merge pull request #3502 from kronbichler/master

Fix Chebyshev preconditioner

7 years agoBetter initial guess for Chebyshev vector 3502/head
Martin Kronbichler [Mon, 7 Nov 2016 23:02:56 +0000 (00:02 +0100)]
Better initial guess for Chebyshev vector

7 years agoAdjust memory consumption output. 3503/head
Wolfgang Bangerth [Mon, 7 Nov 2016 23:00:45 +0000 (16:00 -0700)]
Adjust memory consumption output.

7 years agoAdd missing include file
Martin Kronbichler [Mon, 7 Nov 2016 22:56:15 +0000 (23:56 +0100)]
Add missing include file

7 years agoMerge pull request #3499 from kronbichler/remove_memory_consumption_test
Wolfgang Bangerth [Mon, 7 Nov 2016 22:15:36 +0000 (15:15 -0700)]
Merge pull request #3499 from kronbichler/remove_memory_consumption_test

Remove alternative for memory consumption

7 years agoRemove alternative for memory consumption that does not seem necessary any more 3499/head
Martin Kronbichler [Mon, 7 Nov 2016 22:05:41 +0000 (23:05 +0100)]
Remove alternative for memory consumption that does not seem necessary any more

7 years agoMerge pull request #3493 from bangerth/provide-copy-op
Daniel Arndt [Mon, 7 Nov 2016 22:03:53 +0000 (23:03 +0100)]
Merge pull request #3493 from bangerth/provide-copy-op

Provide a copy operator.

7 years agoMerge pull request #3483 from masterleinad/ignore_subdomain
Daniel Arndt [Mon, 7 Nov 2016 22:02:36 +0000 (23:02 +0100)]
Merge pull request #3483 from masterleinad/ignore_subdomain

Ignore subdomain_id in MatrixFree::resolve_cell

7 years agoInitialize member variables. 3498/head
Wolfgang Bangerth [Mon, 7 Nov 2016 21:30:22 +0000 (14:30 -0700)]
Initialize member variables.

Also rename one to match current coding practices. Add to the
variable's documentation.

7 years agoMerge pull request #3489 from kronbichler/remove_warning_parallel_block_vector
Wolfgang Bangerth [Mon, 7 Nov 2016 21:09:16 +0000 (14:09 -0700)]
Merge pull request #3489 from kronbichler/remove_warning_parallel_block_vector

Correct LinearAlgebra::distributed::BlockVector::memory_consumption()

7 years agoAdd test 3489/head
Martin Kronbichler [Mon, 7 Nov 2016 21:04:38 +0000 (22:04 +0100)]
Add test

7 years agoCorrect LinearAlgebra::distributed::BlockVector::memory_consumption()
Martin Kronbichler [Mon, 7 Nov 2016 11:48:37 +0000 (12:48 +0100)]
Correct LinearAlgebra::distributed::BlockVector::memory_consumption()

7 years agoMerge pull request #3492 from bangerth/initialize-members-6
David Wells [Mon, 7 Nov 2016 20:47:42 +0000 (15:47 -0500)]
Merge pull request #3492 from bangerth/initialize-members-6

Initialize all member variables.

7 years agoMerge pull request #3497 from bangerth/fix-previous-commit
Denis Davydov [Mon, 7 Nov 2016 20:41:57 +0000 (21:41 +0100)]
Merge pull request #3497 from bangerth/fix-previous-commit

Fix indexing in a previous commit.

7 years agoFix indexing in a previous commit. 3497/head
Wolfgang Bangerth [Mon, 7 Nov 2016 20:37:56 +0000 (13:37 -0700)]
Fix indexing in a previous commit.

7 years agoMerge pull request #3496 from bangerth/initialize-members-7
Martin Kronbichler [Mon, 7 Nov 2016 20:33:43 +0000 (21:33 +0100)]
Merge pull request #3496 from bangerth/initialize-members-7

Initialize member variables in class ExceptionBase.

7 years agoInitialize member variables in class ExceptionBase. 3496/head
Wolfgang Bangerth [Mon, 7 Nov 2016 20:28:51 +0000 (13:28 -0700)]
Initialize member variables in class ExceptionBase.

7 years agoMerge pull request #3491 from bangerth/initialize-members-5
David Wells [Mon, 7 Nov 2016 20:12:29 +0000 (15:12 -0500)]
Merge pull request #3491 from bangerth/initialize-members-5

Initialize all member variables.

7 years agoMerge pull request #3494 from bangerth/fix-thread_management
David Wells [Mon, 7 Nov 2016 20:08:44 +0000 (15:08 -0500)]
Merge pull request #3494 from bangerth/fix-thread_management

Provide copy operator and initialize member variables.

7 years agoMerge pull request #3495 from bangerth/fix-readme
David Wells [Mon, 7 Nov 2016 20:07:20 +0000 (15:07 -0500)]
Merge pull request #3495 from bangerth/fix-readme

Add periods in a couple of places in the README.

7 years agoAdd periods in a couple of places in the README. 3495/head
Wolfgang Bangerth [Mon, 7 Nov 2016 18:25:11 +0000 (11:25 -0700)]
Add periods in a couple of places in the README.

7 years agoProvide copy operator and initialize member variables. 3494/head
Wolfgang Bangerth [Mon, 7 Nov 2016 17:33:14 +0000 (10:33 -0700)]
Provide copy operator and initialize member variables.

7 years agoIgnore subdomain_id in MatrixFree::resolve_cell 3483/head
Daniel Arndt [Sun, 6 Nov 2016 23:47:14 +0000 (00:47 +0100)]
Ignore subdomain_id in MatrixFree::resolve_cell

7 years agoProvide a copy operator. 3493/head
Wolfgang Bangerth [Mon, 7 Nov 2016 16:58:35 +0000 (09:58 -0700)]
Provide a copy operator.

Also initialize all member variables.

7 years agoInitialize all member variables. 3492/head
Wolfgang Bangerth [Mon, 7 Nov 2016 16:57:22 +0000 (09:57 -0700)]
Initialize all member variables.

7 years agoInitialize all member variables. 3491/head
Wolfgang Bangerth [Mon, 7 Nov 2016 16:54:42 +0000 (09:54 -0700)]
Initialize all member variables.

7 years agoMerge pull request #3487 from kronbichler/remove_warning_matrix_free
Wolfgang Bangerth [Mon, 7 Nov 2016 16:06:13 +0000 (09:06 -0700)]
Merge pull request #3487 from kronbichler/remove_warning_matrix_free

Fix warning in MatrixFree


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.