]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
6 years agoadded white margin to grey frame for last row or column of printed sparsity entries
Christoph Goering [Tue, 5 Dec 2017 21:27:07 +0000 (22:27 +0100)]
added white margin to grey frame for last row or column of printed sparsity entries

6 years agoMerge pull request #5586 from kronbichler/remove_schur_complement_05
Wolfgang Bangerth [Tue, 5 Dec 2017 20:19:00 +0000 (13:19 -0700)]
Merge pull request #5586 from kronbichler/remove_schur_complement_05

Remove fragile schur_complement_05 test.

6 years agoRemove fragile schur_complement_05 test. 5586/head
Martin Kronbichler [Tue, 5 Dec 2017 17:18:56 +0000 (18:18 +0100)]
Remove fragile schur_complement_05 test.

6 years agoMerge pull request #5564 from kronbichler/fix_manifold_normal_vector
Wolfgang Bangerth [Tue, 5 Dec 2017 15:05:39 +0000 (08:05 -0700)]
Merge pull request #5564 from kronbichler/fix_manifold_normal_vector

Fix Manifold::normal_vector()

6 years agoMerge pull request #5579 from bangerth/more-complex-instantiations
Wolfgang Bangerth [Tue, 5 Dec 2017 14:24:15 +0000 (07:24 -0700)]
Merge pull request #5579 from bangerth/more-complex-instantiations

More complex instantiations

6 years agoTest for tangent on spherical manifold to convince myself that the new formula is... 5564/head
Martin Kronbichler [Mon, 4 Dec 2017 20:32:52 +0000 (21:32 +0100)]
Test for tangent on spherical manifold to convince myself that the new formula is correct.

6 years agoAvoid setting a Boundary when we already have a volume manifold.
Martin Kronbichler [Wed, 8 Nov 2017 11:00:37 +0000 (12:00 +0100)]
Avoid setting a Boundary when we already have a volume manifold.

6 years agoAdd changelog.
Martin Kronbichler [Sat, 2 Dec 2017 10:07:30 +0000 (11:07 +0100)]
Add changelog.

6 years agoAdd new no_normal_flux_constraints test that used to throw a FPE.
Martin Kronbichler [Sat, 2 Dec 2017 10:04:47 +0000 (11:04 +0100)]
Add new no_normal_flux_constraints test that used to throw a FPE.

6 years agoAdd two manifold tests for normal vectors.
Martin Kronbichler [Sat, 2 Dec 2017 10:04:25 +0000 (11:04 +0100)]
Add two manifold tests for normal vectors.

6 years agoAdjust test output.
Martin Kronbichler [Sat, 2 Dec 2017 10:04:04 +0000 (11:04 +0100)]
Adjust test output.

6 years agoFix the Manifold::normal_vector function.
Martin Kronbichler [Sat, 2 Dec 2017 10:02:33 +0000 (11:02 +0100)]
Fix the Manifold::normal_vector function.

6 years agoUnify notation in SphericalManifold::get_tangent_vector with get_intermediate_point.
Martin Kronbichler [Sat, 2 Dec 2017 10:02:06 +0000 (11:02 +0100)]
Unify notation in SphericalManifold::get_tangent_vector with get_intermediate_point.

6 years agoMove to the proper test directory. 5579/head
Wolfgang Bangerth [Mon, 4 Dec 2017 18:00:17 +0000 (11:00 -0700)]
Move to the proper test directory.

6 years agoAdd a test.
Wolfgang Bangerth [Mon, 4 Dec 2017 18:00:01 +0000 (11:00 -0700)]
Add a test.

6 years agoAdd more instantiations for complex arguments.
Wolfgang Bangerth [Mon, 4 Dec 2017 17:59:38 +0000 (10:59 -0700)]
Add more instantiations for complex arguments.

6 years agoMerge pull request #5578 from luca-heltai/fix-bug-extract-boundary-mesh
Wolfgang Bangerth [Mon, 4 Dec 2017 17:43:33 +0000 (10:43 -0700)]
Merge pull request #5578 from luca-heltai/fix-bug-extract-boundary-mesh

Fixed bug in create triangulation.

6 years agoChangelog. 5578/head
Luca Heltai [Mon, 4 Dec 2017 15:55:17 +0000 (16:55 +0100)]
Changelog.

6 years agoChecking and reorienting in create_triangulation.
Luca Heltai [Mon, 4 Dec 2017 13:25:12 +0000 (14:25 +0100)]
Checking and reorienting in create_triangulation.

The test added, triggers a bug without these modifications.

6 years agoAdd manifold_id when extracting boundary meshes
Luca Heltai [Mon, 4 Dec 2017 13:24:16 +0000 (14:24 +0100)]
Add manifold_id when extracting boundary meshes

6 years agoMerge pull request #5571 from masterleinad/fix_zoltan_output
Denis Davydov [Sun, 3 Dec 2017 16:30:28 +0000 (17:30 +0100)]
Merge pull request #5571 from masterleinad/fix_zoltan_output

Adjust test output for Zoltan

6 years agoAdjust test output for Zoltan 5571/head
Daniel Arndt [Sun, 3 Dec 2017 10:27:39 +0000 (11:27 +0100)]
Adjust test output for Zoltan

6 years agoMerge pull request #5569 from drwells/update-project_to_object-test
Daniel Arndt [Sun, 3 Dec 2017 09:59:21 +0000 (10:59 +0100)]
Merge pull request #5569 from drwells/update-project_to_object-test

Relax test output for an ill-posed problem.

6 years agoMerge pull request #5568 from masterleinad/avoid_w_signed_unsigned
Denis Davydov [Sun, 3 Dec 2017 06:11:53 +0000 (07:11 +0100)]
Merge pull request #5568 from masterleinad/avoid_w_signed_unsigned

Avoid warnings regarding signed/unsigned comparisons

6 years agoRelax test output for an ill-posed problem. 5569/head
David Wells [Sun, 3 Dec 2017 02:56:49 +0000 (21:56 -0500)]
Relax test output for an ill-posed problem.

There is not a unique solution to this particular projection so, sure enough,
different setups create different answers. Get around this by instead verifying
that the result of the projection is on the right cell and also on the manifold.

6 years agoAvoid warnings regarding comparisons between signed and unsigned variables 5568/head
Daniel Arndt [Sun, 3 Dec 2017 00:20:38 +0000 (01:20 +0100)]
Avoid warnings regarding comparisons between signed and unsigned variables

6 years agoMerge pull request #5566 from kronbichler/revert_rtuc_long_double
Martin Kronbichler [Sat, 2 Dec 2017 20:12:57 +0000 (21:12 +0100)]
Merge pull request #5566 from kronbichler/revert_rtuc_long_double

Revert Mapping::transform_real_to_unit_cell to long double.

6 years agoRevert Mapping::transform_real_to_unit_cell to long double. 5566/head
Martin Kronbichler [Sat, 2 Dec 2017 17:30:40 +0000 (18:30 +0100)]
Revert Mapping::transform_real_to_unit_cell to long double.

6 years agoMerge pull request #5563 from sairajat/fix-docu
Martin Kronbichler [Sat, 2 Dec 2017 12:39:46 +0000 (13:39 +0100)]
Merge pull request #5563 from sairajat/fix-docu

Fix documentation for face support points in fe

6 years agoFix documentation for face support points in fe 5563/head
RAJAT ARORA [Sat, 2 Dec 2017 08:53:24 +0000 (03:53 -0500)]
Fix documentation for face support points in fe

6 years agoMerge pull request #5544 from bangerth/cleanup
Daniel Arndt [Sat, 2 Dec 2017 08:31:05 +0000 (09:31 +0100)]
Merge pull request #5544 from bangerth/cleanup

Minor cleanups to FE_FaceQ.

6 years agoMerge pull request #5561 from bangerth/fix-tests
Daniel Arndt [Fri, 1 Dec 2017 23:57:21 +0000 (00:57 +0100)]
Merge pull request #5561 from bangerth/fix-tests

Fix a number of failing tests.

6 years agoAdjust one test. 5544/head
Wolfgang Bangerth [Fri, 1 Dec 2017 23:54:51 +0000 (16:54 -0700)]
Adjust one test.

6 years agoFix a number of failing tests. 5561/head
Wolfgang Bangerth [Fri, 1 Dec 2017 23:39:46 +0000 (16:39 -0700)]
Fix a number of failing tests.

These tests, for a variety of reasons, no longer compiled. I believe that most of
the issues were introduced in #5547. This fixes them.

6 years agoMerge pull request #5505 from davydden/dense_parallel
Wolfgang Bangerth [Fri, 1 Dec 2017 23:20:54 +0000 (16:20 -0700)]
Merge pull request #5505 from davydden/dense_parallel

add wrappers for ScaLAPACK

6 years agoMerge pull request #5559 from kronbichler/fix_mapping_q1_real_to_unit_singular
Wolfgang Bangerth [Fri, 1 Dec 2017 23:07:16 +0000 (16:07 -0700)]
Merge pull request #5559 from kronbichler/fix_mapping_q1_real_to_unit_singular

Fix singularity (FPE) in MappingQ1::transform_real_to_unit_cell

6 years agoMerge pull request #5533 from bangerth/update-instructions
Denis Davydov [Fri, 1 Dec 2017 18:09:47 +0000 (19:09 +0100)]
Merge pull request #5533 from bangerth/update-instructions

Tell users to build with ZOLTAN.

6 years agoMerge pull request #5547 from masterleinad/p_s_zoltan_default
Denis Davydov [Fri, 1 Dec 2017 18:08:13 +0000 (19:08 +0100)]
Merge pull request #5547 from masterleinad/p_s_zoltan_default

Make partition_zoltan the default choice for p::s::Triangulation

6 years agoMerge pull request #5560 from masterleinad/rand_signed_overflow
Daniel Arndt [Fri, 1 Dec 2017 16:29:26 +0000 (17:29 +0100)]
Merge pull request #5560 from masterleinad/rand_signed_overflow

Avoid signed integer overflow in Testing::rand

6 years agoAvoid signed integer overflow in Testing::rand 5560/head
Daniel Arndt [Fri, 1 Dec 2017 13:50:59 +0000 (14:50 +0100)]
Avoid signed integer overflow in Testing::rand

6 years agoAdd test case. 5559/head
Martin Kronbichler [Fri, 1 Dec 2017 08:42:33 +0000 (09:42 +0100)]
Add test case.

6 years agoAdd changelog
Martin Kronbichler [Fri, 1 Dec 2017 08:42:11 +0000 (09:42 +0100)]
Add changelog

6 years agoFix singularity (FPE) in MappingQ1::real_to_unit_cell.
Martin Kronbichler [Fri, 1 Dec 2017 08:41:59 +0000 (09:41 +0100)]
Fix singularity (FPE) in MappingQ1::real_to_unit_cell.

6 years agoMake sure to not call p::s::Triangulation with a default partitioner in the tests 5547/head
Daniel Arndt [Thu, 30 Nov 2017 16:28:12 +0000 (17:28 +0100)]
Make sure to not call p::s::Triangulation with a default partitioner in the tests

6 years agoMerge pull request #5556 from Rombur/arpack_2
Timo Heister [Thu, 30 Nov 2017 15:09:50 +0000 (10:09 -0500)]
Merge pull request #5556 from Rombur/arpack_2

Remove Doxygen markers inside ArpackSolver::solve

6 years agoRemove Doxygen markers inside ArpackSolver::solve 5556/head
Bruno Turcksin [Thu, 30 Nov 2017 14:46:47 +0000 (09:46 -0500)]
Remove Doxygen markers inside ArpackSolver::solve

6 years agoMerge pull request #5553 from Rombur/arpack
Denis Davydov [Thu, 30 Nov 2017 12:35:09 +0000 (13:35 +0100)]
Merge pull request #5553 from Rombur/arpack

Improve documentation of Arpack

6 years agoMerge pull request #5555 from bangerth/doc-update
Denis Davydov [Thu, 30 Nov 2017 09:42:16 +0000 (10:42 +0100)]
Merge pull request #5555 from bangerth/doc-update

Update function documentation.

6 years agoMerge pull request #5554 from adamqc/fix-base-name
Daniel Arndt [Thu, 30 Nov 2017 08:09:17 +0000 (09:09 +0100)]
Merge pull request #5554 from adamqc/fix-base-name

Fix bug in JobIdentifier::base_name.

6 years agoUpdate function documentation. 5555/head
Wolfgang Bangerth [Thu, 30 Nov 2017 06:02:06 +0000 (23:02 -0700)]
Update function documentation.

6 years agoFix bug in JobIdentifier::base_name. 5554/head
Ce Qin [Thu, 30 Nov 2017 04:35:50 +0000 (12:35 +0800)]
Fix bug in JobIdentifier::base_name.

6 years agoImprove documentation of ArpackSolver::AdditionalData 5553/head
Bruno Turcksin [Wed, 29 Nov 2017 19:33:28 +0000 (14:33 -0500)]
Improve documentation of ArpackSolver::AdditionalData

6 years agoRemove Doxygen marker of commens inside the solve function
Bruno Turcksin [Wed, 29 Nov 2017 19:32:41 +0000 (14:32 -0500)]
Remove Doxygen marker of commens inside the solve function

6 years agoMerge pull request #5551 from jodlbauer/fix_reduction_control
Daniel Arndt [Wed, 29 Nov 2017 16:34:04 +0000 (17:34 +0100)]
Merge pull request #5551 from jodlbauer/fix_reduction_control

fixed history in ReductionControl::check() for final iteration

6 years agorun quick test with 5 cores 5505/head
Denis Davydov [Wed, 29 Nov 2017 13:01:01 +0000 (14:01 +0100)]
run quick test with 5 cores

6 years agocleanup public interface
Denis Davydov [Wed, 29 Nov 2017 12:58:09 +0000 (13:58 +0100)]
cleanup public interface

6 years agoadded avg reduction test to solver_control_02 5551/head
jodlbauer [Wed, 29 Nov 2017 12:53:14 +0000 (13:53 +0100)]
added avg reduction test to solver_control_02

6 years agoindentation
jodlbauer [Wed, 29 Nov 2017 12:14:09 +0000 (13:14 +0100)]
indentation

6 years agofixed history in ReductionControl::check() for final iteration
jodlbauer [Wed, 29 Nov 2017 11:49:07 +0000 (12:49 +0100)]
fixed history in ReductionControl::check() for final iteration

6 years agomove ProcessGrid into a stand-alone header under Utilities::MPI namespace
Denis Davydov [Wed, 29 Nov 2017 11:03:05 +0000 (12:03 +0100)]
move ProcessGrid into a stand-alone header under Utilities::MPI namespace

6 years agofurther improvements
Denis Davydov [Mon, 27 Nov 2017 06:40:25 +0000 (07:40 +0100)]
further improvements

6 years agoMerge pull request #5548 from bangerth/grammar
Martin Kronbichler [Wed, 29 Nov 2017 11:02:14 +0000 (12:02 +0100)]
Merge pull request #5548 from bangerth/grammar

Grammar update.

6 years agoMerge pull request #5545 from bangerth/move-tests
Martin Kronbichler [Wed, 29 Nov 2017 11:01:46 +0000 (12:01 +0100)]
Merge pull request #5545 from bangerth/move-tests

Move tests.

6 years agoMerge pull request #5549 from BenBrands/collect_periodic_faces
Martin Kronbichler [Wed, 29 Nov 2017 11:00:49 +0000 (12:00 +0100)]
Merge pull request #5549 from BenBrands/collect_periodic_faces

small fix of a template parameter in function orthogonal_equality

6 years agoGrammar update. 5548/head
Wolfgang Bangerth [Wed, 29 Nov 2017 01:39:39 +0000 (18:39 -0700)]
Grammar update.

6 years agoMake partition_zoltan the default choice for p::s::Triangulation
Daniel Arndt [Tue, 28 Nov 2017 20:38:24 +0000 (21:38 +0100)]
Make partition_zoltan the default choice for p::s::Triangulation

6 years agoAlso move a necessary header file. 5545/head
Wolfgang Bangerth [Tue, 28 Nov 2017 20:41:17 +0000 (13:41 -0700)]
Also move a necessary header file.

6 years agovarious cleanups and fixes to ScaLAPACK wrappers
Denis Davydov [Mon, 20 Nov 2017 10:58:28 +0000 (11:58 +0100)]
various cleanups and fixes to ScaLAPACK wrappers

6 years agoadd a quick test
Denis Davydov [Wed, 22 Nov 2017 22:46:35 +0000 (23:46 +0100)]
add a quick test

6 years agofind ScaLAPACK with cmake, document the new interface, add changelog
Denis Davydov [Mon, 20 Nov 2017 09:11:56 +0000 (10:11 +0100)]
find ScaLAPACK with cmake, document the new interface, add changelog

6 years agoAdded routine and tests to compute all eigenpairs of s.p.d matrices
Benjamin Brands [Mon, 20 Nov 2017 07:39:51 +0000 (08:39 +0100)]
Added routine and tests to compute all eigenpairs of s.p.d matrices

6 years agoseperated Blacs context into separate class ProcessGrid
Benjamin Brands [Thu, 16 Nov 2017 12:26:00 +0000 (13:26 +0100)]
seperated Blacs context into separate class ProcessGrid

6 years agoadded routine to compute all eigenvalues for symmetric matrices
Benjamin Brands [Wed, 15 Nov 2017 08:52:47 +0000 (09:52 +0100)]
added routine to compute all eigenvalues for symmetric matrices

6 years agoadd scaling results
Denis Davydov [Sat, 16 Sep 2017 15:02:44 +0000 (17:02 +0200)]
add scaling results

6 years agoadd ScaLAPACK wrappers for dense parallel linear algebra
Denis Davydov [Wed, 6 Sep 2017 12:33:29 +0000 (14:33 +0200)]
add ScaLAPACK wrappers for dense parallel linear algebra

6 years agoMerge pull request #5543 from masterleinad/fix_unsigned_warning
Bruno Turcksin [Tue, 28 Nov 2017 19:36:05 +0000 (14:36 -0500)]
Merge pull request #5543 from masterleinad/fix_unsigned_warning

Fix warning regarding unsigned int comparison

6 years agoMove pattern tests into parameter_handler/.
Wolfgang Bangerth [Tue, 28 Nov 2017 18:10:33 +0000 (11:10 -0700)]
Move pattern tests into parameter_handler/.

6 years agoMove tensor tests into their own directory.
Wolfgang Bangerth [Tue, 28 Nov 2017 18:09:16 +0000 (11:09 -0700)]
Move tensor tests into their own directory.

6 years agoCreate a directory for tensors.
Wolfgang Bangerth [Tue, 28 Nov 2017 18:07:18 +0000 (11:07 -0700)]
Create a directory for tensors.

6 years agoAdd a CMakeLists.txt file.
Wolfgang Bangerth [Tue, 28 Nov 2017 18:04:31 +0000 (11:04 -0700)]
Add a CMakeLists.txt file.

6 years agoMove DataOut tests from numerics/ to a new directory data_out/.
Wolfgang Bangerth [Tue, 28 Nov 2017 18:03:21 +0000 (11:03 -0700)]
Move DataOut tests from numerics/ to a new directory data_out/.

6 years agoMove DataOutBase tests from base/ to a new directory data_out/.
Wolfgang Bangerth [Tue, 28 Nov 2017 18:02:41 +0000 (11:02 -0700)]
Move DataOutBase tests from base/ to a new directory data_out/.

6 years agoMerge pull request #5542 from GivAlz/new_serialize_cellid
Wolfgang Bangerth [Tue, 28 Nov 2017 17:36:46 +0000 (10:36 -0700)]
Merge pull request #5542 from GivAlz/new_serialize_cellid

Adding serialize for CellId

6 years agoMinor cleanups.
Wolfgang Bangerth [Tue, 28 Nov 2017 17:35:19 +0000 (10:35 -0700)]
Minor cleanups.

6 years agosmall fix of template parameter in function orthogonal_equality 5549/head
Benjamin Brands [Tue, 28 Nov 2017 17:32:56 +0000 (18:32 +0100)]
small fix of template parameter in function orthogonal_equality

6 years agoMerge pull request #4577 from simfeld/fix-hp-face-dg
Wolfgang Bangerth [Tue, 28 Nov 2017 17:32:47 +0000 (10:32 -0700)]
Merge pull request #4577 from simfeld/fix-hp-face-dg

Fix FE_Face elements for use in hp

6 years agoMerge pull request #5478 from masterleinad/array_view_3
Wolfgang Bangerth [Tue, 28 Nov 2017 17:25:33 +0000 (10:25 -0700)]
Merge pull request #5478 from masterleinad/array_view_3

Remove (empty) default constructor for ArrayView

6 years agoMerge pull request #5496 from masterleinad/serialize_hp_dof_handler_test
Wolfgang Bangerth [Tue, 28 Nov 2017 17:24:06 +0000 (10:24 -0700)]
Merge pull request #5496 from masterleinad/serialize_hp_dof_handler_test

Test serialization of hp::DoFHandler

6 years agoMerge pull request #5531 from davydden/fix_parameter_acceptor
Wolfgang Bangerth [Tue, 28 Nov 2017 17:23:24 +0000 (10:23 -0700)]
Merge pull request #5531 from davydden/fix_parameter_acceptor

do not use base/revision.h in parameter_acceptor.h

6 years agoAdding serialize for CellId 5542/head
Giovanni Alzetta [Tue, 28 Nov 2017 16:49:33 +0000 (17:49 +0100)]
Adding serialize for CellId

6 years agoFix warning regarding unsigned int comparison 5543/head
Daniel Arndt [Tue, 28 Nov 2017 14:42:17 +0000 (15:42 +0100)]
Fix warning regarding unsigned int comparison

6 years agoMerge pull request #5541 from bangerth/grammar
Timo Heister [Tue, 28 Nov 2017 03:12:23 +0000 (22:12 -0500)]
Merge pull request #5541 from bangerth/grammar

More grammar fixes.

6 years agoMore grammar fixes. 5541/head
Wolfgang Bangerth [Mon, 27 Nov 2017 23:04:49 +0000 (16:04 -0700)]
More grammar fixes.

6 years agoMerge pull request #5538 from tjhei/trilinos_compress_check
Daniel Arndt [Mon, 27 Nov 2017 22:57:46 +0000 (23:57 +0100)]
Merge pull request #5538 from tjhei/trilinos_compress_check

check Trilinos compress() argument

6 years agoMerge pull request #5475 from bangerth/cuthill-mckk
Daniel Arndt [Mon, 27 Nov 2017 22:44:13 +0000 (23:44 +0100)]
Merge pull request #5475 from bangerth/cuthill-mckk

Generalize the numbering in the Cuthill-McKee algorithm.

6 years agoMerge pull request #5540 from bangerth/grammar
Timo Heister [Mon, 27 Nov 2017 20:38:29 +0000 (15:38 -0500)]
Merge pull request #5540 from bangerth/grammar

Change grammar of function documentation.

6 years agoChange grammar of function documentation. 5540/head
Wolfgang Bangerth [Mon, 27 Nov 2017 20:11:02 +0000 (13:11 -0700)]
Change grammar of function documentation.

6 years agoAdd another test. 5475/head
Wolfgang Bangerth [Thu, 16 Nov 2017 16:36:18 +0000 (09:36 -0700)]
Add another test.

6 years agoAdd changelog entry.
Wolfgang Bangerth [Thu, 16 Nov 2017 15:58:21 +0000 (08:58 -0700)]
Add changelog entry.

6 years agoAdd a test.
Wolfgang Bangerth [Thu, 16 Nov 2017 15:50:50 +0000 (08:50 -0700)]
Add a test.


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.