dolfin-adjoint

View on PyPIReverse Dependencies (4)

2023.3.0 dolfin_adjoint-2023.3.0-py3-none-any.whl

Wheel Details

Project: dolfin-adjoint
Version: 2023.3.0
Filename: dolfin_adjoint-2023.3.0-py3-none-any.whl
Download: [link]
Size: 55002
MD5: d26595a5e2e9a5012b437890bafe0ab5
SHA256: 5893cab17330d43416f549c783e4bbadf192dcf2fbd303d7f73034216e4c4ed8
Uploaded: 2023-11-22 10:55:49 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: dolfin-adjoint
Version: 2023.3.0
Summary: High-level automatic differentiation library for FEniCS
Author: Jørgen S. Dokken, Sebastian K. Mitusch, Simon W. Funke
License: GNU LESSER GENERAL PUBLIC LICENSE Version 3, 29 June 2007 Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/> Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. This version of the GNU Lesser General Public License incorporates the terms and conditions of version 3 of the GNU General Public License, supplemented by the additional permissions listed below. 0. Additional Definitions. As used herein, "this License" refers to version 3 of the GNU Lesser General Public License, and the "GNU GPL" refers to version 3 of the GNU General Public License. "The Library" refers to a covered work governed by this License, other than an Application or a Combined Work as defined below. An "Application" is any work that makes use of an interface provided by the Library, but which is not otherwise based on the Library. Defining a subclass of a class defined by the Library is deemed a mode of using an interface provided by the Library. A "Combined Work" is a work produced by combining or linking an Application with the Library. The particular version of the Library with which the Combined Work was made is also called the "Linked Version". The "Minimal Corresponding Source" for a Combined Work means the Corresponding Source for the Combined Work, excluding any source code for portions of the Combined Work that, considered in isolation, are based on the Application, and not on the Linked Version. The "Corresponding Application Code" for a Combined Work means the object code and/or source code for the Application, including any data and utility programs needed for reproducing the Combined Work from the Application, but excluding the System Libraries of the Combined Work. 1. Exception to Section 3 of the GNU GPL. You may convey a covered work under sections 3 and 4 of this License without being bound by section 3 of the GNU GPL. 2. Conveying Modified Versions. If you modify a copy of the Library, and, in your modifications, a facility refers to a function or data to be supplied by an Application that uses the facility (other than as an argument passed when the facility is invoked), then you may convey a copy of the modified version: a) under this License, provided that you make a good faith effort to ensure that, in the event an Application does not supply the function or data, the facility still operates, and performs whatever part of its purpose remains meaningful, or b) under the GNU GPL, with none of the additional permissions of this License applicable to that copy. 3. Object Code Incorporating Material from Library Header Files. The object code form of an Application may incorporate material from a header file that is part of the Library. You may convey such object code under terms of your choice, provided that, if the incorporated material is not limited to numerical parameters, data structure layouts and accessors, or small macros, inline functions and templates (ten or fewer lines in length), you do both of the following: a) Give prominent notice with each copy of the object code that the Library is used in it and that the Library and its use are covered by this License. b) Accompany the object code with a copy of the GNU GPL and this license document. 4. Combined Works. You may convey a Combined Work under terms of your choice that, taken together, effectively do not restrict modification of the portions of the Library contained in the Combined Work and reverse engineering for debugging such modifications, if you also do each of the following: a) Give prominent notice with each copy of the Combined Work that the Library is used in it and that the Library and its use are covered by this License. b) Accompany the Combined Work with a copy of the GNU GPL and this license document. c) For a Combined Work that displays copyright notices during execution, include the copyright notice for the Library among these notices, as well as a reference directing the user to the copies of the GNU GPL and this license document. d) Do one of the following: 0) Convey the Minimal Corresponding Source under the terms of this License, and the Corresponding Application Code in a form suitable for, and under terms that permit, the user to recombine or relink the Application with a modified version of the Linked Version to produce a modified Combined Work, in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source. 1) Use a suitable shared library mechanism for linking with the Library. A suitable mechanism is one that (a) uses at run time a copy of the Library already present on the user's computer system, and (b) will operate properly with a modified version of the Library that is interface-compatible with the Linked Version. e) Provide Installation Information, but only if you would otherwise be required to provide such information under section 6 of the GNU GPL, and only to the extent that such information is necessary to install and execute a modified version of the Combined Work produced by recombining or relinking the Application with a modified version of the Linked Version. (If you use option 4d0, the Installation Information must accompany the Minimal Corresponding Source and Corresponding Application Code. If you use option 4d1, you must provide the Installation Information in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source.) 5. Combined Libraries. You may place library facilities that are a work based on the Library side by side in a single library together with other library facilities that are not Applications and are not covered by this License, and convey such a combined library under terms of your choice, if you do both of the following: a) Accompany the combined library with a copy of the same work based on the Library, uncombined with any other library facilities, conveyed under the terms of this License. b) Give prominent notice with the combined library that part of it is a work based on the Library, and explaining where to find the accompanying uncombined form of the same work. 6. Revised Versions of the GNU Lesser General Public License. The Free Software Foundation may publish revised and/or new versions of the GNU Lesser General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Library as you received it specifies that a certain numbered version of the GNU Lesser General Public License "or any later version" applies to it, you have the option of following the terms and conditions either of that published version or of any later version published by the Free Software Foundation. If the Library as you received it does not specify a version number of the GNU Lesser General Public License, you may choose any version of the GNU Lesser General Public License ever published by the Free Software Foundation. If the Library as you received it specifies that a proxy can decide whether future versions of the GNU Lesser General Public License shall apply, that proxy's public statement of acceptance of any version is permanent authorization for you to choose that version for the Library.
Requires-Dist: fenics-ufl-legacy
Requires-Dist: scipy (>=1.0)
Requires-Dist: pyadjoint-ad
Requires-Dist: dolfin-adjoint[test]; extra == "all"
Requires-Dist: dolfin-adjoint[moola]; extra == "all"
Requires-Dist: dolfin-adjoint[dev]; extra == "all"
Requires-Dist: dolfin-adjoint[visualisation]; extra == "all"
Requires-Dist: dolfin-adjoint[doc]; extra == "all"
Requires-Dist: pdbpp; extra == "dev"
Requires-Dist: ipython; extra == "dev"
Requires-Dist: mypy; extra == "dev"
Requires-Dist: flake8; extra == "dev"
Requires-Dist: sphinx; extra == "doc"
Requires-Dist: sphinx-autobuild; extra == "doc"
Requires-Dist: sphinxcontrib-bibtex; extra == "doc"
Requires-Dist: pylit; extra == "doc"
Requires-Dist: sphinxcontrib-youtube; extra == "doc"
Requires-Dist: pygmsh; extra == "meshing"
Requires-Dist: meshio; extra == "meshing"
Requires-Dist: moola (>=0.1.6); extra == "moola"
Requires-Dist: pytest (>=3.10); extra == "test"
Requires-Dist: flake8; extra == "test"
Requires-Dist: coverage; extra == "test"
Requires-Dist: tensorflow; extra == "visualisation"
Requires-Dist: protobuf; extra == "visualisation"
Requires-Dist: networkx; extra == "visualisation"
Requires-Dist: pygraphviz; extra == "visualisation"
Provides-Extra: all
Provides-Extra: dev
Provides-Extra: doc
Provides-Extra: meshing
Provides-Extra: moola
Provides-Extra: test
Provides-Extra: visualisation
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 1411 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.41.3)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
dolfin_adjoint/__init__.py sha256=FKsKqM13EmYs-LpVKHWODShqPMriQJeI418EkcLbaRE 265
fenics_adjoint/__init__.py sha256=DGZivY4CyMTLteWV7VGJv-WDSS0p844-7xFpmEiSkC0 2006
fenics_adjoint/assembly.py sha256=Ayuk2_DkELf1XIz-iZ_JZmNhXOZh8__wy8ui1jrxUDo 2123
fenics_adjoint/interpolation.py sha256=j5Xm3YVEdpA7Swtoa2BvibBWensnH2HXF252YzFvQ2c 416
fenics_adjoint/krylov_solver.py sha256=dZgN-F8YkoI9LjAZztQwtDmcTUBGP0I3YSMTQOa7TlU 3192
fenics_adjoint/lu_solver.py sha256=yrpH0IwkcJqPUP3bd67Y_37y2BPF06zPrGKq3Qs2a1A 2284
fenics_adjoint/newton_solver.py sha256=D0--Lzo7n_eNtS3Dei4RL4REtZn_r-ZDDs6il_7k49I 1136
fenics_adjoint/petsc_krylov_solver.py sha256=YQuGjbI2RtaZCX9Xyqx5HOcmk5OePKaFEK2ckTOQu8g 3934
fenics_adjoint/projection.py sha256=lPLXAleQpOPy5qHEC_P43cAMdL4Uf_CHsb-I3W2H9mo 1326
fenics_adjoint/refine.py sha256=2Lx_iSowAAMfgQQCOZr-hSIDx6DWgjALAz1RKeIUi1U 421
fenics_adjoint/shapead_transformations.py sha256=aPRBUzYQcoLwGLMh8cCEekwGUfBq7763ltQM5P-Rgc8 9146
fenics_adjoint/solving.py sha256=YGtj7cO_5-rkyW5JTTjtkPQG8g34Cufjexq9JaYmRlQ 2691
fenics_adjoint/system_assembly.py sha256=VI5I-TCBr8ccPmBe64bpHjxBDxxGE6N-PnAYiMZZZE8 1072
fenics_adjoint/ufl_constraints.py sha256=vKXWVuRbMY8E4CmRN6A82Mqz1-zRoml0_xnCG8LPEn8 4916
fenics_adjoint/utils.py sha256=VEyZNf2gGmLG-GjDc-UED9KII4xEVLHdV8DZHGjfuwg 3093
fenics_adjoint/variational_solver.py sha256=ItRYBYYJi3djzEWP7WqZHe3jTk_kTNkVc83hY1h7K20 6306
fenics_adjoint/blocks/__init__.py sha256=6N6pbvEri8CXv6dlrQas0lIob3ItDPvhks_OLI4MMXs 670
fenics_adjoint/blocks/assembly.py sha256=1dkoknA8OxAv26TlxVWgzxT6Fo4pX_gu2yyRAbPanQE 8732
fenics_adjoint/blocks/constant.py sha256=nKpTDDmMxvNbgGD2wjKtH5fcWpjgCq6Xgh0RmUZLWP8 2913
fenics_adjoint/blocks/dirichlet_bc.py sha256=TxsORGDaaNKrUSIYXUcSVkKENYmGuNQAVnsVuxmws6U 7760
fenics_adjoint/blocks/function.py sha256=wmkijt9bpkKpGpuZQ-qSTT555sRHKJpjaDQOFSO8fi8 3553
fenics_adjoint/blocks/function_assigner.py sha256=MjURFujBFFQ63yoOcLbunZbspbTsPX-FaXn3E3qzw6U 2587
fenics_adjoint/blocks/krylov_solver.py sha256=pjg7mtPWXey5mMHx5g2K2BAVkwE7XqL3TxrNjlkIv5M 5232
fenics_adjoint/blocks/lu_solver.py sha256=dDf6hw7J68iM_vc1Z0dZ5vlXTQmUB4uCYCf41mFRUTw 3068
fenics_adjoint/blocks/petsc_krylov_solver.py sha256=3tMxhJPumN5LrMv5X6LYp-UuPi1iGP4hkzQ72N9AK_k 6308
fenics_adjoint/blocks/projection.py sha256=sZYi0WzEN2SbY0cWNUkbvZJwsXMj01ggbhWAXYsxFnE 655
fenics_adjoint/blocks/solving.py sha256=uLTjCO9MEXyjXdE7ahuBJNk2s411ElVk3X2K-u4t_Zo 23762
fenics_adjoint/blocks/variational_solver.py sha256=dvbdXmbyy0nnIp5tMLqhfK1okgAiH4bRf6WbBNbDb-g 3482
fenics_adjoint/types/__init__.py sha256=EvWzjUZ7vhbzcVzGh3e25isuhX_GQK39m8vI2CMAzVQ 549
fenics_adjoint/types/as_backend_type.py sha256=W3QNNYsd6raj8KAkgjIj9c2whyxPirTjZ3-wofnE0Po 592
fenics_adjoint/types/constant.py sha256=YWSZ9V9ttkKMZB1HGaq7KKh1txcPKxDni6dBXI9t2k8 5228
fenics_adjoint/types/dirichletbc.py sha256=qQeR90scl54pwhWY_WyAaHD8hwaazSndkV2sHEBW4-0 1803
fenics_adjoint/types/expression.py sha256=W5HexfKzUB5x6VOrskhFP0fvfIn6Xl80iRmmRa_sZZE 15247
fenics_adjoint/types/function.py sha256=usOiqDXOa24gPt5ZdV952fdJgsSDbeRB1Ozf4R8eomQ 18977
fenics_adjoint/types/function_assigner.py sha256=OIjKSjwAhaghnCkAJhfVn_sHYE5N2iGU-ot5tIuNfms 1609
fenics_adjoint/types/function_space.py sha256=gg9Ba3qaHFm0IMXXtGOa5-QlelHtJSZCXhQLhjzh5aw 734
fenics_adjoint/types/genericmatrix.py sha256=mfKDaQBHlCOiBOuljK5Wo_rSTpVTMCe8M-Bgd8WzVbs 975
fenics_adjoint/types/genericvector.py sha256=na9tQDnqW-aGhA7t86tUN-RpWV8ZaiQpVPbIn4epMW8 189
fenics_adjoint/types/io.py sha256=z1h1Ou_jJEkQ_E1qIXSYfuJxVrM4WGMb09r24sOuZGM 1254
fenics_adjoint/types/mesh.py sha256=6MSP_kTU_96bbXrjnWX8aU_BM6doZvBox6E_uKSteGw 7854
dolfin_adjoint-2023.3.0.dist-info/LICENSE sha256=2n6rt7r999OuXp8iOqW9we7ORaxWncIbOwN1ILRGR2g 7651
dolfin_adjoint-2023.3.0.dist-info/METADATA sha256=IYHKPvAwRHQa7kWw_FrByY7FTLx9DwTGiLfaczPx3vo 12002
dolfin_adjoint-2023.3.0.dist-info/WHEEL sha256=Xo9-1PvkuimrydujYJAjF7pCkriuXBpUPEjma1nZyJ0 92
dolfin_adjoint-2023.3.0.dist-info/top_level.txt sha256=25SgXMwJYukZYhyzAenb0LTj3_jn5Sba6lqBXwVCvds 30
dolfin_adjoint-2023.3.0.dist-info/RECORD

top_level.txt

dolfin_adjoint
fenics_adjoint