]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
4 years agohide instantiations in Utilities from doxygen
Timo Heister [Mon, 6 Jul 2020 23:20:11 +0000 (19:20 -0400)]
hide instantiations in Utilities from doxygen

If you look at
https://www.dealii.org/developer/doxygen/deal.II/namespaceUtilities_1_1MPI.html
you see several pages of instantiations of sum/min/max/etc. without
documentation.

Similary, Utilities contains pack_integers,
inverse_Hilbert_space_filling_curve, and other instantiations.

Hide these from doxygen.

4 years agoMerge pull request #10636 from masterleinad/remove_template_constraints
Peter Munch [Mon, 6 Jul 2020 19:39:56 +0000 (21:39 +0200)]
Merge pull request #10636 from masterleinad/remove_template_constraints

Remove constraint_and_return_value and types_are_equal

4 years agoMerge pull request #10647 from masterleinad/fix_default_vector_tools_boundary
Peter Munch [Mon, 6 Jul 2020 19:32:15 +0000 (21:32 +0200)]
Merge pull request #10647 from masterleinad/fix_default_vector_tools_boundary

Fix default mapping parameter in VectorTools boundary functions

4 years agoMerge pull request #10654 from masterleinad/remove_transpose_table_iterators
Peter Munch [Mon, 6 Jul 2020 19:26:09 +0000 (21:26 +0200)]
Merge pull request #10654 from masterleinad/remove_transpose_table_iterators

Remove deprecated TransposeTableIterators

4 years agoMerge pull request #10655 from masterleinad/more_deprecatiosn
Peter Munch [Mon, 6 Jul 2020 19:25:36 +0000 (21:25 +0200)]
Merge pull request #10655 from masterleinad/more_deprecatiosn

Remove more deprecations

4 years agoMerge pull request #10658 from tjhei/taskflow-warning-fix
Daniel Arndt [Mon, 6 Jul 2020 16:09:19 +0000 (12:09 -0400)]
Merge pull request #10658 from tjhei/taskflow-warning-fix

fix warning in bundled taskflow

4 years agoMerge pull request #10657 from dangars/step_50_mpi_communicator
Daniel Arndt [Mon, 6 Jul 2020 14:39:37 +0000 (10:39 -0400)]
Merge pull request #10657 from dangars/step_50_mpi_communicator

Replace MPI_COMM_WORLD by mpi_communicator in step-50

4 years agofix warning in bundled taskflow 10658/head
Timo Heister [Mon, 6 Jul 2020 14:30:59 +0000 (10:30 -0400)]
fix warning in bundled taskflow

fixes ``warning: extra ‘;’ [-Wpedantic]``

4 years agoReplace MPI_COMM_WORLD by mpi_communicator 10657/head
Daniel Garcia-Sanchez [Mon, 6 Jul 2020 08:01:43 +0000 (10:01 +0200)]
Replace MPI_COMM_WORLD by mpi_communicator

4 years agoRemove PointValueHostory::get_point 10655/head
Daniel Arndt [Mon, 6 Jul 2020 02:29:29 +0000 (22:29 -0400)]
Remove PointValueHostory::get_point

4 years agoRemove Solver
Daniel Arndt [Mon, 6 Jul 2020 00:01:20 +0000 (20:01 -0400)]
Remove Solver

4 years agoRemove deprecated CutOffFunctioNbase member functions
Daniel Arndt [Sun, 5 Jul 2020 22:09:07 +0000 (18:09 -0400)]
Remove deprecated CutOffFunctioNbase member functions

4 years agoRemove deprecated TransposeTableIterators 10654/head
Daniel Arndt [Sun, 5 Jul 2020 16:18:57 +0000 (12:18 -0400)]
Remove deprecated TransposeTableIterators

4 years agoMerge pull request #10640 from tamiko/step-69-references
Peter Munch [Sat, 4 Jul 2020 17:58:34 +0000 (19:58 +0200)]
Merge pull request #10640 from tamiko/step-69-references

examples/step-69: Link in repository for higher-order code

4 years agoMerge pull request #10643 from peterrum/simplex_quadrature
Timo Heister [Sat, 4 Jul 2020 12:24:28 +0000 (08:24 -0400)]
Merge pull request #10643 from peterrum/simplex_quadrature

Add additional quadrature rule for Simplex

4 years agoAdd additional quadrature rule for Simplex 10643/head
Peter Munch [Thu, 2 Jul 2020 09:29:29 +0000 (11:29 +0200)]
Add additional quadrature rule for Simplex

4 years agoMerge pull request #10644 from peterrum/inline_remove
Daniel Arndt [Thu, 2 Jul 2020 19:45:42 +0000 (15:45 -0400)]
Merge pull request #10644 from peterrum/inline_remove

Remve some inlines in tria_accessor.h

4 years agoMerge pull request #10648 from masterleinad/remove_li_gdm_gdr
Peter Munch [Thu, 2 Jul 2020 17:44:59 +0000 (19:44 +0200)]
Merge pull request #10648 from masterleinad/remove_li_gdm_gdr

Remove LocalIntegrators::grad_div_matrix and LocalIntegrators::grad_div_residual

4 years agoRemove LocalIntegrators::grad_div_matrix and LocalIntegrators::grad_div_residual 10648/head
Daniel Arndt [Thu, 2 Jul 2020 14:01:53 +0000 (10:01 -0400)]
Remove LocalIntegrators::grad_div_matrix and LocalIntegrators::grad_div_residual

4 years agoFix default mapping parameter in VectorTools boundary functions 10647/head
Daniel Arndt [Thu, 2 Jul 2020 13:49:28 +0000 (09:49 -0400)]
Fix default mapping parameter in VectorTools boundary functions

4 years agoRemve some inlines in tria_accessor.h 10644/head
Peter Munch [Thu, 2 Jul 2020 10:48:08 +0000 (12:48 +0200)]
Remve some inlines in tria_accessor.h

4 years agoMerge pull request #10611 from masterleinad/archive_documentation
Timo Heister [Wed, 1 Jul 2020 00:45:14 +0000 (20:45 -0400)]
Merge pull request #10611 from masterleinad/archive_documentation

Archive documentation

4 years agoexamples/step-69: Link in repository for higher-order code 10640/head
Matthias Maier [Tue, 30 Jun 2020 20:44:02 +0000 (15:44 -0500)]
examples/step-69: Link in repository for higher-order code

4 years agoMerge pull request #10629 from masterleinad/print_cmake_error_examples
Luca Heltai [Tue, 30 Jun 2020 19:03:22 +0000 (21:03 +0200)]
Merge pull request #10629 from masterleinad/print_cmake_error_examples

Don't suppress error output from FIND_PACKAGE(deal.II ...) in examples

4 years agoRemove constraint_and_return_value and types_are_equal 10636/head
Daniel Arndt [Tue, 30 Jun 2020 17:01:25 +0000 (13:01 -0400)]
Remove constraint_and_return_value and types_are_equal

4 years agoMerge pull request #10624 from masterleinad/suppres_tbb_warnings
Martin Kronbichler [Tue, 30 Jun 2020 06:44:05 +0000 (08:44 +0200)]
Merge pull request #10624 from masterleinad/suppres_tbb_warnings

Suppress TBB deprecation warnings

4 years agoMerge pull request #10625 from masterleinad/remove_prepare_serialization
Martin Kronbichler [Tue, 30 Jun 2020 06:41:09 +0000 (08:41 +0200)]
Merge pull request #10625 from masterleinad/remove_prepare_serialization

Remove deprecated parallel::distributed::SolutionTransfer::prepare_serialization()

4 years agoMerge pull request #10634 from masterleinad/remove_deprecated_fgmres_additionaldata
Martin Kronbichler [Tue, 30 Jun 2020 06:39:35 +0000 (08:39 +0200)]
Merge pull request #10634 from masterleinad/remove_deprecated_fgmres_additionaldata

Remove deprecated SolverFGMRES::AdditionalData constructor

4 years agoRemove deprecated SolverFGMRES::AdditionalData constructor 10634/head
Daniel Arndt [Tue, 30 Jun 2020 02:16:50 +0000 (22:16 -0400)]
Remove deprecated SolverFGMRES::AdditionalData constructor

4 years agoMerge pull request #10626 from peterrum/files_dofhandlertype
Daniel Arndt [Tue, 30 Jun 2020 02:17:48 +0000 (22:17 -0400)]
Merge pull request #10626 from peterrum/files_dofhandlertype

4 years agoMerge pull request #10632 from peterrum/arrayview_std_array
Daniel Arndt [Tue, 30 Jun 2020 02:17:39 +0000 (22:17 -0400)]
Merge pull request #10632 from peterrum/arrayview_std_array

Enable ArrayView for std::array

4 years agoMerge pull request #10633 from peterrum/log_taskflow
Wolfgang Bangerth [Mon, 29 Jun 2020 23:13:24 +0000 (01:13 +0200)]
Merge pull request #10633 from peterrum/log_taskflow

Fix in log: cpp-taskflow -> taskflow

4 years agoFix in log: cpp-taskflow -> taskflow 10633/head
Peter Munch [Mon, 29 Jun 2020 22:49:14 +0000 (00:49 +0200)]
Fix in log: cpp-taskflow -> taskflow

4 years agoEnable ArrayView for std::array 10632/head
Peter Munch [Mon, 29 Jun 2020 22:16:10 +0000 (00:16 +0200)]
Enable ArrayView for std::array

4 years agoMerge pull request #10627 from peterrum/iterators_dofhandlertype
Wolfgang Bangerth [Mon, 29 Jun 2020 18:37:52 +0000 (20:37 +0200)]
Merge pull request #10627 from peterrum/iterators_dofhandlertype

Remove DoFHandlerType from internal::DoFHandlerImplementation::Iterators

4 years agoRemove DoFHandlerType from internal::DoFHandlerImplementation::Iterators 10627/head
Peter Munch [Mon, 29 Jun 2020 07:48:36 +0000 (09:48 +0200)]
Remove DoFHandlerType from internal::DoFHandlerImplementation::Iterators

4 years agoDon't suppress error output from FIND_PACKAGE(deal.II ...) in examples 10629/head
Daniel Arndt [Mon, 29 Jun 2020 12:44:03 +0000 (08:44 -0400)]
Don't suppress error output from FIND_PACKAGE(deal.II ...) in examples

4 years agoRemove DoFHandlerType from sparse_matrix_collection.h 10626/head
Peter Munch [Mon, 29 Jun 2020 07:31:28 +0000 (09:31 +0200)]
Remove DoFHandlerType from sparse_matrix_collection.h

4 years agoMerge pull request #10619 from peterrum/orientation_switch_bits
Martin Kronbichler [Mon, 29 Jun 2020 07:12:15 +0000 (09:12 +0200)]
Merge pull request #10619 from peterrum/orientation_switch_bits

Switch flip and rotation bit in quad orientation

4 years agoRemove DoFHandlerType from mg_tools.h
Peter Munch [Mon, 29 Jun 2020 06:57:55 +0000 (08:57 +0200)]
Remove DoFHandlerType from mg_tools.h

4 years agoRemove DoFHandlerType from fe_tools.h
Peter Munch [Mon, 29 Jun 2020 06:50:20 +0000 (08:50 +0200)]
Remove DoFHandlerType from fe_tools.h

4 years agoRemove DoFHandlerType from grid_tools.h and trilinos_precondition.h
Peter Munch [Mon, 29 Jun 2020 06:40:29 +0000 (08:40 +0200)]
Remove DoFHandlerType from grid_tools.h and trilinos_precondition.h

4 years agoMerge pull request #10532 from jppelteret/cmake_blacklist_appleclang_01
Daniel Arndt [Mon, 29 Jun 2020 03:51:23 +0000 (23:51 -0400)]
Merge pull request #10532 from jppelteret/cmake_blacklist_appleclang_01

4 years agoFix indentation 10532/head
Daniel Arndt [Sun, 28 Jun 2020 22:03:31 +0000 (18:03 -0400)]
Fix indentation

4 years agoMerge pull request #10618 from peterrum/tet_to_simplex
Daniel Arndt [Sun, 28 Jun 2020 21:59:26 +0000 (17:59 -0400)]
Merge pull request #10618 from peterrum/tet_to_simplex

Rename TET to simplex

4 years agoRemove deprecated parallel::distributed::SolutionTransfer::prepare_serialization() 10625/head
Daniel Arndt [Sun, 28 Jun 2020 21:51:32 +0000 (17:51 -0400)]
Remove deprecated parallel::distributed::SolutionTransfer::prepare_serialization()

4 years agoRename TET to simplex 10618/head
Peter Munch [Sat, 27 Jun 2020 10:18:50 +0000 (12:18 +0200)]
Rename TET to simplex

4 years agoSuppress TBB deprecation warnings 10624/head
Daniel Arndt [Sun, 28 Jun 2020 15:03:09 +0000 (11:03 -0400)]
Suppress TBB deprecation warnings

4 years agoMerge pull request #10623 from masterleinad/remove_compare_for_face_domination
Daniel Arndt [Sun, 28 Jun 2020 12:55:12 +0000 (08:55 -0400)]
Merge pull request #10623 from masterleinad/remove_compare_for_face_domination

Remove deprecated FiniteElement::compare_for_face_domination and FECollection::find_least_face_dominating_fe

4 years agoMerge pull request #10617 from peterrum/matrix_creator_remove_dofhandlertype
Martin Kronbichler [Sun, 28 Jun 2020 06:32:17 +0000 (08:32 +0200)]
Merge pull request #10617 from peterrum/matrix_creator_remove_dofhandlertype

Remove DoFHandlerType from numerics/matrix_creator

4 years agoMerge pull request #10615 from masterleinad/remove_default_quadrature
Martin Kronbichler [Sun, 28 Jun 2020 06:31:16 +0000 (08:31 +0200)]
Merge pull request #10615 from masterleinad/remove_default_quadrature

Remove Manifolds::get_default_quadrature

4 years agoRemove deprecated FiniteElement::compare_for_face_domination and FECollection::find_l... 10623/head
Daniel Arndt [Sun, 28 Jun 2020 03:05:32 +0000 (23:05 -0400)]
Remove deprecated FiniteElement::compare_for_face_domination and FECollection::find_least_face_dominating_fe

4 years agoMerge pull request #10608 from peterrum/dof_tools_dofhandlertype
David Wells [Sat, 27 Jun 2020 14:28:27 +0000 (10:28 -0400)]
Merge pull request #10608 from peterrum/dof_tools_dofhandlertype

Remove DoFHandlerType from dofs/dof_tools

4 years agoMerge pull request #10620 from bangerth/tensor
David Wells [Sat, 27 Jun 2020 14:27:21 +0000 (10:27 -0400)]
Merge pull request #10620 from bangerth/tensor

Introduce a new constructor for Tensor.

4 years agoMerge pull request #10616 from peterrum/IteratorRange_remove
Wolfgang Bangerth [Sat, 27 Jun 2020 12:38:46 +0000 (14:38 +0200)]
Merge pull request #10616 from peterrum/IteratorRange_remove

Remove unused internal class

4 years agoAdd a changelog entry. 10620/head
Wolfgang Bangerth [Sat, 27 Jun 2020 12:31:43 +0000 (06:31 -0600)]
Add a changelog entry.

4 years agoAdd a test.
Wolfgang Bangerth [Sat, 27 Jun 2020 12:29:53 +0000 (06:29 -0600)]
Add a test.

4 years agoIntroduce a new constructor for Tensor.
Wolfgang Bangerth [Fri, 26 Jun 2020 23:54:03 +0000 (17:54 -0600)]
Introduce a new constructor for Tensor.

4 years agoSwitch flip and rotation bit in quad orientation 10619/head
Peter Munch [Sat, 27 Jun 2020 10:22:22 +0000 (12:22 +0200)]
Switch flip and rotation bit in quad orientation

4 years agoRemove DoFHandlerType from numerics/matrix_creator 10617/head
Peter Munch [Sat, 27 Jun 2020 07:08:27 +0000 (09:08 +0200)]
Remove DoFHandlerType from numerics/matrix_creator

4 years agoRemove unused internal class 10616/head
Peter Munch [Sat, 27 Jun 2020 06:42:31 +0000 (08:42 +0200)]
Remove unused internal class

4 years agoRemove Manifolds::get_default_quadrature 10615/head
Daniel Arndt [Sat, 27 Jun 2020 01:07:19 +0000 (21:07 -0400)]
Remove Manifolds::get_default_quadrature

4 years agoMerge pull request #10610 from masterleinad/remove_get_fe_from_name
Daniel Arndt [Fri, 26 Jun 2020 21:04:31 +0000 (17:04 -0400)]
Merge pull request #10610 from masterleinad/remove_get_fe_from_name

4 years agoMerge pull request #10612 from kronbichler/fix-warning
Daniel Arndt [Fri, 26 Jun 2020 21:03:31 +0000 (17:03 -0400)]
Merge pull request #10612 from kronbichler/fix-warning

Avoid warning of unused variable in release mode

4 years agoMerge pull request #10595 from bangerth/doc
Martin Kronbichler [Fri, 26 Jun 2020 20:10:09 +0000 (22:10 +0200)]
Merge pull request #10595 from bangerth/doc

Augment documentation of project_onto_orthogonal_tensors().

4 years agoAvoid warning of unused variable in release mode 10612/head
Martin Kronbichler [Fri, 26 Jun 2020 19:08:00 +0000 (21:08 +0200)]
Avoid warning of unused variable in release mode

4 years agoArchive documentation 10611/head
Daniel Arndt [Fri, 26 Jun 2020 16:57:41 +0000 (12:57 -0400)]
Archive documentation

4 years agoMerge pull request #10609 from peterrum/vector_tools_dofhandlertype
Martin Kronbichler [Fri, 26 Jun 2020 16:23:55 +0000 (18:23 +0200)]
Merge pull request #10609 from peterrum/vector_tools_dofhandlertype

Remove DoFHandlerType from numerics/vector_tools

4 years agoAugment documentation of project_onto_orthogonal_tensors(). 10595/head
Wolfgang Bangerth [Wed, 24 Jun 2020 17:20:25 +0000 (11:20 -0600)]
Augment documentation of project_onto_orthogonal_tensors().

4 years agoAllow FE_NedelecSZ to be used in FETools::get_fe_by_name 10610/head
Daniel Arndt [Fri, 26 Jun 2020 13:25:51 +0000 (09:25 -0400)]
Allow FE_NedelecSZ to be used in FETools::get_fe_by_name

4 years agoRemove FETools::get_fe_from_name
Daniel Arndt [Fri, 26 Jun 2020 13:25:06 +0000 (09:25 -0400)]
Remove FETools::get_fe_from_name

4 years agoRemove DoFHandlerType from numerics/vector_tools 10609/head
Peter Munch [Fri, 26 Jun 2020 07:22:14 +0000 (09:22 +0200)]
Remove DoFHandlerType from numerics/vector_tools

4 years agoRemove DoFHandlerType from dofs/dof_tools 10608/head
Peter Munch [Fri, 26 Jun 2020 07:09:34 +0000 (09:09 +0200)]
Remove DoFHandlerType from dofs/dof_tools

4 years agoMerge pull request #10605 from dougshidong/solver_vector_documentation
Martin Kronbichler [Fri, 26 Jun 2020 07:24:35 +0000 (09:24 +0200)]
Merge pull request #10605 from dougshidong/solver_vector_documentation

Update solver Vector documentation.

4 years agoMerge pull request #10607 from bangerth/ref
Martin Kronbichler [Fri, 26 Jun 2020 07:08:01 +0000 (09:08 +0200)]
Merge pull request #10607 from bangerth/ref

Fix a reference entry.

4 years agoFix a reference entry. 10607/head
Wolfgang Bangerth [Fri, 26 Jun 2020 03:09:35 +0000 (21:09 -0600)]
Fix a reference entry.

4 years agoUpdate solver Vector documentation. 10605/head
Doug Shi-Dong [Thu, 25 Jun 2020 23:18:22 +0000 (19:18 -0400)]
Update solver Vector documentation.

Requires 2 more function definition for GMRES and PreconditionIdentity.
Vector & operator = (const double a)
Vector & operator = (const Vector &x)

See https://github.com/dealii/dealii/blob/301fce157e88add9a6a41e307d7cc5767b679cf1/include/deal.II/lac/solver_gmres.h#L1013
See https://github.com/dealii/dealii/blob/301fce157e88add9a6a41e307d7cc5767b679cf1/include/deal.II/lac/precondition.h#L1273

4 years agoMerge pull request #10603 from masterleinad/remove_deprecated_mf
David Wells [Thu, 25 Jun 2020 15:34:16 +0000 (11:34 -0400)]
Merge pull request #10603 from masterleinad/remove_deprecated_mf

Remove deprecated MatrixFree functions

4 years agoMerge pull request #10573 from peterrum/dealii_with_tet_mesh_support
Timo Heister [Thu, 25 Jun 2020 14:55:36 +0000 (10:55 -0400)]
Merge pull request #10573 from peterrum/dealii_with_tet_mesh_support

Add DEAL_II_WITH_TET_SUPPORT flag

4 years agoMerge pull request #10598 from peterrum/derivative_approximation_dofhandlertype
Daniel Arndt [Thu, 25 Jun 2020 12:06:12 +0000 (08:06 -0400)]
Merge pull request #10598 from peterrum/derivative_approximation_dofhandlertype

Remove DoFHandlerType from numerics/derivative_approximation

4 years agoMerge pull request #10601 from peterrum/tria_accessor_inst_2
Daniel Arndt [Thu, 25 Jun 2020 12:06:00 +0000 (08:06 -0400)]
Merge pull request #10601 from peterrum/tria_accessor_inst_2

Make instantiation in tria_accessor.inst.in more systematic

4 years agoMerge pull request #10602 from peterrum/dof_accessor_dofhandlertype_test_fix
Daniel Arndt [Thu, 25 Jun 2020 12:05:39 +0000 (08:05 -0400)]
Merge pull request #10602 from peterrum/dof_accessor_dofhandlertype_test_fix

Fix two tests

4 years agoRemove deprecated MatrixFree functions 10603/head
Daniel Arndt [Thu, 25 Jun 2020 12:02:24 +0000 (08:02 -0400)]
Remove deprecated MatrixFree functions

4 years agoMerge pull request #10600 from peterrum/dof_accessor_inst
Martin Kronbichler [Thu, 25 Jun 2020 10:04:08 +0000 (12:04 +0200)]
Merge pull request #10600 from peterrum/dof_accessor_inst

Make instantiation in dof_accessor.inst.in more systematic

4 years agoMerge pull request #10599 from peterrum/mg_transfer_dofhandlertype
Martin Kronbichler [Thu, 25 Jun 2020 10:03:40 +0000 (12:03 +0200)]
Merge pull request #10599 from peterrum/mg_transfer_dofhandlertype

Remove DoFHandlerType from multigrid/mg_transfer.h

4 years agoRemove DoFHandlerType from numerics/derivative_approximation 10598/head
Peter Munch [Thu, 25 Jun 2020 05:59:02 +0000 (07:59 +0200)]
Remove DoFHandlerType from numerics/derivative_approximation

4 years agoRemove DoFHandlerType from multigrid/mg_transfer.h 10599/head
Peter Munch [Thu, 25 Jun 2020 06:12:50 +0000 (08:12 +0200)]
Remove DoFHandlerType from multigrid/mg_transfer.h

4 years agoFix two tests 10602/head
Peter Munch [Thu, 25 Jun 2020 07:57:38 +0000 (09:57 +0200)]
Fix two tests

4 years agoMake instantiation in tria_accessor.inst.in more systematic 10601/head
Peter Munch [Thu, 25 Jun 2020 07:48:37 +0000 (09:48 +0200)]
Make instantiation in tria_accessor.inst.in more systematic

4 years agoMerge pull request #10562 from peterrum/set_cell_data
Martin Kronbichler [Thu, 25 Jun 2020 06:58:54 +0000 (08:58 +0200)]
Merge pull request #10562 from peterrum/set_cell_data

Add FEEvaluationBase::set_cell_data()

4 years agoMake instantiation in dof_accessor.inst.in more systematic 10600/head
Peter Munch [Thu, 25 Jun 2020 06:25:59 +0000 (08:25 +0200)]
Make instantiation in dof_accessor.inst.in more systematic

4 years agoMerge pull request #10597 from masterleinad/remove_function_map
David Wells [Thu, 25 Jun 2020 00:58:18 +0000 (20:58 -0400)]
Merge pull request #10597 from masterleinad/remove_function_map

Remove FunctionMap

4 years agoMerge pull request #10593 from peterrum/dof_accessor_dofhandlertype
Wolfgang Bangerth [Thu, 25 Jun 2020 00:10:54 +0000 (02:10 +0200)]
Merge pull request #10593 from peterrum/dof_accessor_dofhandlertype

Remove DoFHandlerType from dofs/dof_accessor

4 years agoRemove DoFHandlerType from dofs/dof_accessor 10593/head
Peter Munch [Wed, 24 Jun 2020 10:29:32 +0000 (12:29 +0200)]
Remove DoFHandlerType from dofs/dof_accessor

4 years agoAdd DEAL_II_WITH_TET_MESH_SUPPORT flag 10573/head
Peter Munch [Mon, 22 Jun 2020 17:19:56 +0000 (19:19 +0200)]
Add DEAL_II_WITH_TET_MESH_SUPPORT flag

4 years agoRemove FunctionMap 10597/head
Daniel Arndt [Wed, 24 Jun 2020 19:51:31 +0000 (15:51 -0400)]
Remove FunctionMap

4 years agoMerge pull request #10596 from masterleinad/require_umfpack_52
Daniel Arndt [Wed, 24 Jun 2020 19:31:17 +0000 (15:31 -0400)]
Merge pull request #10596 from masterleinad/require_umfpack_52

Require UMFPACK for step-52

4 years agoMerge pull request #10594 from tjhei/github_actions_split2
Daniel Arndt [Wed, 24 Jun 2020 18:59:45 +0000 (14:59 -0400)]
Merge pull request #10594 from tjhei/github_actions_split2

4 years agoRequire UMFPACK for step-52 10596/head
Daniel Arndt [Wed, 24 Jun 2020 17:58:30 +0000 (13:58 -0400)]
Require UMFPACK for step-52

4 years agoMerge pull request #10027 from rezarastak/orthogonal_project_lapack
Wolfgang Bangerth [Wed, 24 Jun 2020 16:54:03 +0000 (18:54 +0200)]
Merge pull request #10027 from rezarastak/orthogonal_project_lapack

Use lapack gesvd() for orthogonal_project


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.