]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
3 years agoMerge pull request #11669 from nabw/ansi-fix
Matthias Maier [Wed, 3 Feb 2021 14:36:15 +0000 (08:36 -0600)]
Merge pull request #11669 from nabw/ansi-fix

Removed ansi flag from intel compiler setup

3 years agoRemoved ansi flag from intel compiler setup 11669/head
Nicolas Barnafi [Wed, 3 Feb 2021 11:18:17 +0000 (12:18 +0100)]
Removed ansi flag from intel compiler setup

3 years agoMerge pull request #11664 from bangerth/ref-cell-13
Peter Munch [Wed, 3 Feb 2021 07:37:41 +0000 (08:37 +0100)]
Merge pull request #11664 from bangerth/ref-cell-13

Make get_gauss_type_quadrature() and get_nodal_type_quadrature() members of ReferenceCell::Type.

3 years agoMerge pull request #11665 from bangerth/exc
Peter Munch [Wed, 3 Feb 2021 07:36:37 +0000 (08:36 +0100)]
Merge pull request #11665 from bangerth/exc

Move an exception to the top of a function.

3 years agoMerge pull request #11663 from bangerth/ref-cell-12
Peter Munch [Wed, 3 Feb 2021 07:35:46 +0000 (08:35 +0100)]
Merge pull request #11663 from bangerth/ref-cell-12

Simplify a computation.

3 years agoMove an exception to the top of a function. 11665/head
Wolfgang Bangerth [Wed, 3 Feb 2021 05:00:07 +0000 (22:00 -0700)]
Move an exception to the top of a function.

3 years agoMake get_gauss_type_quadrature() and get_nodal_type_quadrature() members of Reference... 11664/head
Wolfgang Bangerth [Wed, 3 Feb 2021 04:08:41 +0000 (21:08 -0700)]
Make get_gauss_type_quadrature() and get_nodal_type_quadrature() members of ReferenceCell::Type.

3 years agoSimplify a computation. 11663/head
Wolfgang Bangerth [Wed, 3 Feb 2021 03:44:44 +0000 (20:44 -0700)]
Simplify a computation.

3 years agoMerge pull request #11641 from drwells/sorten-cat-file
Daniel Arndt [Wed, 3 Feb 2021 03:26:12 +0000 (22:26 -0500)]
Merge pull request #11641 from drwells/sorten-cat-file

Shorten a test suite function.

3 years agoMerge pull request #11662 from bangerth/ref-cell-12
Daniel Arndt [Wed, 3 Feb 2021 03:23:11 +0000 (22:23 -0500)]
Merge pull request #11662 from bangerth/ref-cell-12

Make unit_normal_vectors() a member of ReferenceCell::Type.

3 years agoMerge pull request #11659 from drwells/inline-bbox-access
Wolfgang Bangerth [Tue, 2 Feb 2021 21:59:13 +0000 (14:59 -0700)]
Merge pull request #11659 from drwells/inline-bbox-access

Move some BoundingBox access functions to the header.

3 years agoMake unit_normal_vectors() a member of ReferenceCell::Type. 11662/head
Wolfgang Bangerth [Tue, 2 Feb 2021 20:45:43 +0000 (13:45 -0700)]
Make unit_normal_vectors() a member of ReferenceCell::Type.

3 years agoMerge pull request #11661 from sebproell/arkode-remove-deprecate-unused
Luca Heltai [Tue, 2 Feb 2021 14:01:39 +0000 (15:01 +0100)]
Merge pull request #11661 from sebproell/arkode-remove-deprecate-unused

ARKode: remove/deprecate unused functionality

3 years agoARKode: remove/deprecate unused functionality 11661/head
Sebastian Proell [Mon, 1 Feb 2021 14:52:58 +0000 (15:52 +0100)]
ARKode: remove/deprecate unused functionality

remove internal solver reference in operators
deprecate unnecessary reinit_vector

3 years agoMerge pull request #11660 from sebproell/arkode-more-vector-types
Luca Heltai [Tue, 2 Feb 2021 09:50:01 +0000 (10:50 +0100)]
Merge pull request #11660 from sebproell/arkode-more-vector-types

ARKode with L:d:(Block)Vector

3 years agoARKode with L:d:(Block)Vector 11660/head
Sebastian Proell [Mon, 1 Feb 2021 12:13:41 +0000 (13:13 +0100)]
ARKode with L:d:(Block)Vector

3 years agoMerge pull request #11657 from elauksap/cell_relations_assert
David Wells [Mon, 1 Feb 2021 20:41:28 +0000 (15:41 -0500)]
Merge pull request #11657 from elauksap/cell_relations_assert

Fix missing call to update_cell_relations()

3 years agoMerge pull request #11652 from peterrum/data_out_mixed_vector
David Wells [Mon, 1 Feb 2021 20:40:26 +0000 (15:40 -0500)]
Merge pull request #11652 from peterrum/data_out_mixed_vector

Fix DataOut for mixed meshes and vector quantities

3 years agoMerge pull request #11647 from bangerth/make-tria
Peter Munch [Mon, 1 Feb 2021 09:46:12 +0000 (10:46 +0100)]
Merge pull request #11647 from bangerth/make-tria

Move the function that generates a reference cell to GridGenerator.

3 years agoShorten a test suite function. 11641/head
David Wells [Thu, 28 Jan 2021 02:40:47 +0000 (21:40 -0500)]
Shorten a test suite function.

3 years agoMove some BoundingBox access functions to the header. 11659/head
David Wells [Mon, 1 Feb 2021 03:38:20 +0000 (22:38 -0500)]
Move some BoundingBox access functions to the header.

It's useful to be able to inline these.

3 years agoMerge pull request #11655 from sebproell/arkode-use-nvector
Luca Heltai [Sun, 31 Jan 2021 22:22:39 +0000 (23:22 +0100)]
Merge pull request #11655 from sebproell/arkode-use-nvector

SUNDIALS: Use new N_Vector module in ARKode wrapper

3 years agoSUNDIALS: Use N_Vector module in ARKode wrapper 11655/head
Sebastian Proell [Sat, 30 Jan 2021 11:23:31 +0000 (12:23 +0100)]
SUNDIALS: Use N_Vector module in ARKode wrapper

3 years agoMerge pull request #11658 from sebproell/sundials-nvector-support-petsc
Luca Heltai [Sun, 31 Jan 2021 17:42:59 +0000 (18:42 +0100)]
Merge pull request #11658 from sebproell/sundials-nvector-support-petsc

N_Vector: Support PETSc (Block)Vector and Trilinos' BlockVector

3 years agoFix missing call to update_cell_relations() 11657/head
Pasquale Africa [Sun, 31 Jan 2021 17:02:46 +0000 (17:02 +0000)]
Fix missing call to update_cell_relations()

3 years agoN_Vector: Support PETSc (Block)Vector 11658/head
Sebastian Proell [Sun, 31 Jan 2021 13:02:56 +0000 (14:02 +0100)]
N_Vector: Support PETSc (Block)Vector

Rewrite some elementwise operations to work with PETSc as well

3 years agoMerge pull request #11656 from peterrum/NoPermutation_assert_message
Peter Munch [Sun, 31 Jan 2021 08:08:07 +0000 (09:08 +0100)]
Merge pull request #11656 from peterrum/NoPermutation_assert_message

Fix assert message

3 years agoFix assert message 11656/head
Peter Munch [Sat, 30 Jan 2021 23:35:06 +0000 (00:35 +0100)]
Fix assert message

3 years agoMerge pull request #11649 from tamiko/sundials_version_check
Luca Heltai [Sat, 30 Jan 2021 09:52:27 +0000 (10:52 +0100)]
Merge pull request #11649 from tamiko/sundials_version_check

CMake: Update Sundials version check

3 years agoMerge pull request #11654 from sebproell/sundials-nvector-with-3.2.1
Luca Heltai [Sat, 30 Jan 2021 09:51:44 +0000 (10:51 +0100)]
Merge pull request #11654 from sebproell/sundials-nvector-with-3.2.1

Make N_Vector module compatible with SUNDIALS 3.2.1

3 years agoMerge pull request #11653 from luca-heltai/fix-warnings-on-apple-clang
Wolfgang Bangerth [Fri, 29 Jan 2021 22:17:30 +0000 (15:17 -0700)]
Merge pull request #11653 from luca-heltai/fix-warnings-on-apple-clang

Fixed minor warnings.

3 years agoMake N_Vector module compatible with SUNDIALS 3.2.1 11654/head
Sebastian Proell [Fri, 29 Jan 2021 16:49:03 +0000 (17:49 +0100)]
Make N_Vector module compatible with SUNDIALS 3.2.1

3 years agoMerge pull request #11625 from marcfehling/tet-adapt2-1
Wolfgang Bangerth [Fri, 29 Jan 2021 21:04:26 +0000 (14:04 -0700)]
Merge pull request #11625 from marcfehling/tet-adapt2-1

simplex: implement 'interface_constraints' for FE_Poly.

3 years agostd::vector -> std::array 11653/head
Luca Heltai [Fri, 29 Jan 2021 20:36:21 +0000 (21:36 +0100)]
std::vector -> std::array

3 years agoAdd an include file that is necessary (though may have 11647/head
Wolfgang Bangerth [Thu, 28 Jan 2021 23:48:11 +0000 (16:48 -0700)]
Add an include file that is necessary (though may have

already been there transitively).

3 years agoFix a missing include file.
Wolfgang Bangerth [Thu, 28 Jan 2021 23:47:37 +0000 (16:47 -0700)]
Fix a missing include file.

3 years agoMove the function that generates a reference cell to GridGenerator.
Wolfgang Bangerth [Thu, 28 Jan 2021 18:49:16 +0000 (11:49 -0700)]
Move the function that generates a reference cell to GridGenerator.

3 years agoRevert "Move make_triangulation into ReferenceCell::Type"
Wolfgang Bangerth [Thu, 28 Jan 2021 17:46:40 +0000 (10:46 -0700)]
Revert "Move make_triangulation into ReferenceCell::Type"

This reverts commit c14ccdb17608b9bfbcc8db4773b14c28a51a3c8a.

3 years agoMerge pull request #11448 from marcfehling/fe-nothing-dominate
Wolfgang Bangerth [Fri, 29 Jan 2021 18:10:33 +0000 (11:10 -0700)]
Merge pull request #11448 from marcfehling/fe-nothing-dominate

Added tests for FENothing constraints.

3 years agoFixed minor warnings.
Luca Heltai [Fri, 29 Jan 2021 16:44:44 +0000 (17:44 +0100)]
Fixed minor warnings.

3 years agoMerge pull request #11592 from luca-heltai/gmsh-libraries
Matthias Maier [Fri, 29 Jan 2021 15:22:36 +0000 (09:22 -0600)]
Merge pull request #11592 from luca-heltai/gmsh-libraries

Added support for gmsh library - new write_msh()/read_msh() with manifolds

3 years agoMerge pull request #11648 from bangerth/qprojector
Peter Munch [Fri, 29 Jan 2021 12:09:30 +0000 (13:09 +0100)]
Merge pull request #11648 from bangerth/qprojector

Move two static private functions into an internal namespace.

3 years agoFix DataOut for mixed meshes and vector quantities 11652/head
Peter Munch [Fri, 29 Jan 2021 11:07:12 +0000 (12:07 +0100)]
Fix DataOut for mixed meshes and vector quantities

3 years agoMerge pull request #11651 from luca-heltai/cancel-redundant-workflows-3
Luca Heltai [Fri, 29 Jan 2021 10:24:18 +0000 (11:24 +0100)]
Merge pull request #11651 from luca-heltai/cancel-redundant-workflows-3

Third attempt.

3 years agoThird attempt. 11651/head
Luca Heltai [Fri, 29 Jan 2021 10:12:22 +0000 (11:12 +0100)]
Third attempt.

3 years agoMerge pull request #11588 from peterrum/high_order_lagrange
Peter Munch [Fri, 29 Jan 2021 10:09:48 +0000 (11:09 +0100)]
Merge pull request #11588 from peterrum/high_order_lagrange

Enable VtkFlags::write_higher_order_cells for simplices

3 years agoMerge pull request #11624 from bangerth/exception
Luca Heltai [Fri, 29 Jan 2021 10:07:21 +0000 (11:07 +0100)]
Merge pull request #11624 from bangerth/exception

Nicely format exception texts.

3 years agoMerge pull request #11650 from luca-heltai/cancel-redundant-workflows-2
Peter Munch [Fri, 29 Jan 2021 09:59:05 +0000 (10:59 +0100)]
Merge pull request #11650 from luca-heltai/cancel-redundant-workflows-2

Second try at cancelling redundant workflows

3 years agoSecond try 11650/head
Luca Heltai [Fri, 29 Jan 2021 09:26:25 +0000 (10:26 +0100)]
Second try

3 years agoMerge pull request #11637 from marcfehling/tet-neighbor_child_on_subface
Wolfgang Bangerth [Fri, 29 Jan 2021 03:41:29 +0000 (20:41 -0700)]
Merge pull request #11637 from marcfehling/tet-neighbor_child_on_subface

simplex: Adapt CellAccessor::neighbor_child_on_subface for triangles.

3 years agoMerge pull request #11627 from marcfehling/hp-merge
Wolfgang Bangerth [Fri, 29 Jan 2021 03:41:07 +0000 (20:41 -0700)]
Merge pull request #11627 from marcfehling/hp-merge

Bugfix: Clear DoFHandler in Triangulation create signal.

3 years agoMerge pull request #11645 from bangerth/ref-cell-11
Bruno Turcksin [Fri, 29 Jan 2021 03:05:01 +0000 (22:05 -0500)]
Merge pull request #11645 from bangerth/ref-cell-11

Simplify code.

3 years agoMerge pull request #11646 from bangerth/reference
Bruno Turcksin [Fri, 29 Jan 2021 03:04:16 +0000 (22:04 -0500)]
Merge pull request #11646 from bangerth/reference

Pass 'const double' objects by-value, rather than by-reference.

3 years agoAdded tests for FENothing constraints. 11448/head
Marc Fehling [Thu, 31 Dec 2020 04:49:02 +0000 (21:49 -0700)]
Added tests for FENothing constraints.

3 years agosimplex: implement 'interface_constraints' for FE_Poly. 11625/head
Marc Fehling [Mon, 25 Jan 2021 21:28:15 +0000 (14:28 -0700)]
simplex: implement 'interface_constraints' for FE_Poly.

3 years agoCMake: Update Sundials version check 11649/head
Matthias Maier [Thu, 28 Jan 2021 22:01:36 +0000 (16:01 -0600)]
CMake: Update Sundials version check

3 years agoMerge pull request #11606 from tjhei/mapping_is_compatible
Wolfgang Bangerth [Thu, 28 Jan 2021 21:43:27 +0000 (14:43 -0700)]
Merge pull request #11606 from tjhei/mapping_is_compatible

Introduce Mapping::is_compatible_with

3 years agoMove functions into an anonymous namespace to take them out of the public library... 11648/head
Wolfgang Bangerth [Thu, 28 Jan 2021 21:28:47 +0000 (14:28 -0700)]
Move functions into an anonymous namespace to take them out of the public library interface.

3 years agoMove two static private functions into an internal namespace.
Wolfgang Bangerth [Thu, 28 Jan 2021 21:06:05 +0000 (14:06 -0700)]
Move two static private functions into an internal namespace.

3 years agoBugfix: Clear DoFHandler in Triangulation create signal. 11627/head
Marc Fehling [Tue, 26 Jan 2021 02:00:40 +0000 (19:00 -0700)]
Bugfix: Clear DoFHandler in Triangulation create signal.

3 years agoAdapt CellAccessor::neighbor_child_on_subface for triangles. 11637/head
Marc Fehling [Wed, 27 Jan 2021 03:46:07 +0000 (20:46 -0700)]
Adapt CellAccessor::neighbor_child_on_subface for triangles.

Required by DoFTools::make_hanging_node_constraints.

3 years agoAdjust test output. 11624/head
Wolfgang Bangerth [Thu, 28 Jan 2021 20:57:54 +0000 (13:57 -0700)]
Adjust test output.

3 years agoMerge pull request #11515 from elauksap/pft_solution_transfer
Daniel Arndt [Thu, 28 Jan 2021 20:21:37 +0000 (15:21 -0500)]
Merge pull request #11515 from elauksap/pft_solution_transfer

Generalize p::d::SolutionTransfer for p::f::Triangulation

3 years agoSimplify code. 11645/head
Wolfgang Bangerth [Fri, 22 Jan 2021 03:46:53 +0000 (20:46 -0700)]
Simplify code.

3 years agoMerge pull request #11366 from marcfehling/subdomain
Luca Heltai [Thu, 28 Jan 2021 18:44:13 +0000 (19:44 +0100)]
Merge pull request #11366 from marcfehling/subdomain

Added GridTools::get_subdomain_association(Tria, CellId).

3 years agoMerge pull request #11643 from luca-heltai/cancel-redundant-workflows
Daniel Arndt [Thu, 28 Jan 2021 18:26:16 +0000 (13:26 -0500)]
Merge pull request #11643 from luca-heltai/cancel-redundant-workflows

Cancelling workflow for github actions.

3 years agoPass 'const double' objects by-value, rather than by-reference. 11646/head
Wolfgang Bangerth [Thu, 28 Jan 2021 17:19:07 +0000 (10:19 -0700)]
Pass 'const double' objects by-value, rather than by-reference.

3 years agoEnable VtkFlags::write_higher_order_cells for triangles 11588/head
Peter Munch [Tue, 19 Jan 2021 09:23:23 +0000 (10:23 +0100)]
Enable VtkFlags::write_higher_order_cells for triangles

3 years agoMerge pull request #11642 from peterrum/make_triangulation
Wolfgang Bangerth [Thu, 28 Jan 2021 16:56:25 +0000 (09:56 -0700)]
Merge pull request #11642 from peterrum/make_triangulation

Move make_triangulation into ReferenceCell::Type

3 years agoCreated cancelling workflow. 11643/head
Luca Heltai [Thu, 28 Jan 2021 14:29:31 +0000 (15:29 +0100)]
Created cancelling workflow.

3 years agoMerge pull request #11505 from drwells/fe-p-bubbles
Peter Munch [Thu, 28 Jan 2021 12:54:50 +0000 (13:54 +0100)]
Merge pull request #11505 from drwells/fe-p-bubbles

Add FE_P_Bubbles

3 years agoMove make_triangulation into ReferenceCell::Type 11642/head
Peter Munch [Thu, 28 Jan 2021 12:50:46 +0000 (13:50 +0100)]
Move make_triangulation into ReferenceCell::Type

3 years agoMerge pull request #11604 from bangerth/ref-cell-9
Peter Munch [Thu, 28 Jan 2021 12:21:25 +0000 (13:21 +0100)]
Merge pull request #11604 from bangerth/ref-cell-9

Move the get_*mapping() functions into ReferenceCell::Type.

3 years agoMerge pull request #11640 from bangerth/simplify-2
Peter Munch [Thu, 28 Jan 2021 12:20:55 +0000 (13:20 +0100)]
Merge pull request #11640 from bangerth/simplify-2

Minor simplification in QProjector.

3 years agoChangeLog. 11592/head
Luca Heltai [Thu, 28 Jan 2021 11:34:13 +0000 (12:34 +0100)]
ChangeLog.

3 years agoAdded GridIn::read_msh()
Luca Heltai [Thu, 28 Jan 2021 11:34:02 +0000 (12:34 +0100)]
Added GridIn::read_msh()

3 years agoAdded GridOut::write_msh()
Luca Heltai [Thu, 28 Jan 2021 11:32:49 +0000 (12:32 +0100)]
Added GridOut::write_msh()

3 years agoAdd support for gmsh api in cmake.
Luca Heltai [Thu, 28 Jan 2021 11:31:48 +0000 (12:31 +0100)]
Add support for gmsh api in cmake.

3 years agoMerge pull request #11623 from peterrum/fpe_integrate
Peter Munch [Thu, 28 Jan 2021 10:48:50 +0000 (11:48 +0100)]
Merge pull request #11623 from peterrum/fpe_integrate

Work on FEPointEvaluation::integrate

3 years agoTry to trick MSVC into accepting a default argument. 11604/head
Wolfgang Bangerth [Mon, 25 Jan 2021 04:49:07 +0000 (21:49 -0700)]
Try to trick MSVC into accepting a default argument.

3 years agoMove the get_*mapping() functions into ReferenceCell::Type.
Wolfgang Bangerth [Fri, 22 Jan 2021 00:27:59 +0000 (17:27 -0700)]
Move the get_*mapping() functions into ReferenceCell::Type.

3 years agoMinor simplification in QProjector. 11640/head
Wolfgang Bangerth [Wed, 27 Jan 2021 16:27:44 +0000 (09:27 -0700)]
Minor simplification in QProjector.

3 years agoMerge pull request #11639 from peterrum/fpe_grad
Peter Munch [Wed, 27 Jan 2021 11:59:39 +0000 (12:59 +0100)]
Merge pull request #11639 from peterrum/fpe_grad

Fix FEPointEvaluation if only grad is requested

3 years agoFix FEPointEvaluation if only grad is requested 11639/head
Peter Munch [Wed, 27 Jan 2021 10:01:19 +0000 (11:01 +0100)]
Fix FEPointEvaluation if only grad is requested

3 years agoMerge pull request #11634 from tjhei/fix_warning_dim
Martin Kronbichler [Wed, 27 Jan 2021 09:46:29 +0000 (10:46 +0100)]
Merge pull request #11634 from tjhei/fix_warning_dim

fix array bounds warning

3 years agoImplement FEPointEvaluation::integrate(), ::submit_value(), and ::submit_gradient() 11623/head
Peter Munch [Fri, 22 Jan 2021 20:15:44 +0000 (21:15 +0100)]
Implement FEPointEvaluation::integrate(), ::submit_value(), and ::submit_gradient()

3 years agoMerge pull request #11635 from masterleinad/fix_include_file_sundials
Martin Kronbichler [Wed, 27 Jan 2021 06:47:14 +0000 (07:47 +0100)]
Merge pull request #11635 from masterleinad/fix_include_file_sundials

Add missing include file for SUNDIALS

3 years agoMerge pull request #11630 from peterrum/fpe_interface
Martin Kronbichler [Wed, 27 Jan 2021 06:45:38 +0000 (07:45 +0100)]
Merge pull request #11630 from peterrum/fpe_interface

Update interface of FEPointEvaluation

3 years agoImplement FE_P_Bubbles, which enables mass lumping on simplices. 11505/head
David Wells [Tue, 12 Jan 2021 18:52:52 +0000 (13:52 -0500)]
Implement FE_P_Bubbles, which enables mass lumping on simplices.

3 years agoAdd missing include file for SUNDIALS 11635/head
Daniel Arndt [Tue, 26 Jan 2021 20:52:42 +0000 (15:52 -0500)]
Add missing include file for SUNDIALS

3 years agofix array bounds warning 11634/head
Timo Heister [Tue, 26 Jan 2021 18:47:24 +0000 (13:47 -0500)]
fix array bounds warning

3 years agoUpdate interface of FEPointEvaluation 11630/head
Peter Munch [Tue, 26 Jan 2021 11:20:09 +0000 (12:20 +0100)]
Update interface of FEPointEvaluation

Conflicts:
.github/workflows/linux.yml

3 years agoMerge pull request #11617 from bangerth/simplify
Luca Heltai [Tue, 26 Jan 2021 17:33:38 +0000 (18:33 +0100)]
Merge pull request #11617 from bangerth/simplify

Simplify some code.

3 years agoMerge pull request #11629 from peterrum/enable_python_binding
Luca Heltai [Tue, 26 Jan 2021 17:32:55 +0000 (18:32 +0100)]
Merge pull request #11629 from peterrum/enable_python_binding

Enable PYTHON_BINDINGS in linux-release-serial

3 years agoMerge pull request #11633 from luca-heltai/cxx17-in-docker-image
Luca Heltai [Tue, 26 Jan 2021 14:00:09 +0000 (15:00 +0100)]
Merge pull request #11633 from luca-heltai/cxx17-in-docker-image

Added cxx17 flags to master build.

3 years agoAdded cxx17 flags to master build. 11633/head
Luca Heltai [Tue, 26 Jan 2021 13:43:45 +0000 (14:43 +0100)]
Added cxx17 flags to master build.

3 years agoEnabel PYTHON_BINDINGS in linux-release-serial 11629/head
Peter Munch [Tue, 26 Jan 2021 09:34:55 +0000 (10:34 +0100)]
Enabel PYTHON_BINDINGS in linux-release-serial

3 years agoMerge pull request #11631 from peterrum/EvaluationFlags_value_typo
Martin Kronbichler [Tue, 26 Jan 2021 12:35:49 +0000 (13:35 +0100)]
Merge pull request #11631 from peterrum/EvaluationFlags_value_typo

Fix typo

3 years agoMerge pull request #11632 from luca-heltai/fix-python-bindings
Peter Munch [Tue, 26 Jan 2021 12:01:02 +0000 (13:01 +0100)]
Merge pull request #11632 from luca-heltai/fix-python-bindings

Removed wrapping for reference cell.

3 years agoRemoved wrapping for reference cell. 11632/head
Luca Heltai [Tue, 26 Jan 2021 11:20:04 +0000 (12:20 +0100)]
Removed wrapping for reference cell.


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.