From 1c8ddbbe43bb994e7d668c7eb923ad555918bd21 Mon Sep 17 00:00:00 2001
From: Precise Simulation
<18078865+precise-simulation@users.noreply.github.com>
Date: Sun, 5 Jun 2022 18:44:25 +0200
Subject: [PATCH] CFDTool
---
.gitattributes | 4 +
CHANGELOG.md | 129 +
LICENSE | 212 ++
README.md | 207 ++
THIRDPARTY | 2682 +++++++++++++++++
cfdtool.m | 24 +
download.png | Bin 0 -> 999 bytes
screenshot.jpg | Bin 0 -> 68309 bytes
.../01_Quickstart/02_heat_exchanger1.fes | 121 +
.../01_Quickstart/03_axisymmetric_flow1.fes | 91 +
.../01_Quickstart/04_natural_convection1.fes | 89 +
.../01_Quickstart/axisymmetric_flow1.jpg | Bin 0 -> 27498 bytes
tutorials/01_Quickstart/heat_exchanger1.jpg | Bin 0 -> 37625 bytes
.../01_Quickstart/natural_convection1.jpg | Bin 0 -> 103194 bytes
.../02_Heat_Transfer/01_heat_transfer1.fes | 60 +
.../02_Heat_Transfer/02_heat_transfer2.fes | 46 +
.../02_Heat_Transfer/03_heat_transfer3.fes | 147 +
.../02_Heat_Transfer/05_thermal_bridge1.fes | 91 +
.../02_Heat_Transfer/07_heat_transfer5.fes | 128 +
tutorials/02_Heat_Transfer/heat_transfer1.jpg | Bin 0 -> 17840 bytes
tutorials/02_Heat_Transfer/heat_transfer2.jpg | Bin 0 -> 50553 bytes
tutorials/02_Heat_Transfer/heat_transfer3.jpg | Bin 0 -> 39230 bytes
tutorials/02_Heat_Transfer/heat_transfer5.jpg | Bin 0 -> 36412 bytes
.../02_Heat_Transfer/thermal_bridge1.jpg | Bin 0 -> 47291 bytes
.../03_Fluid_Dynamics/01_channel_flow1.fes | 65 +
.../03_Fluid_Dynamics/02_driven_cavity1.fes | 69 +
.../03_flow_around_cylinder1.fes | 99 +
.../04_backwards_facing_step1.fes | 97 +
.../07_compressible_euler1.fes | 74 +
.../03_Fluid_Dynamics/08_turbulent_flow1.fes | 53 +
.../03_Fluid_Dynamics/10_taylor_couette1.fes | 102 +
.../backwards_facing_step1.jpg | Bin 0 -> 19354 bytes
tutorials/03_Fluid_Dynamics/channel_flow1.jpg | Bin 0 -> 23941 bytes
.../03_Fluid_Dynamics/compressible_euler1.jpg | Bin 0 -> 25589 bytes
.../03_Fluid_Dynamics/driven_cavity1.jpg | Bin 0 -> 89591 bytes
.../flow_around_cylinder1.jpg | Bin 0 -> 27556 bytes
.../03_Fluid_Dynamics/taylor_couette1.jpg | Bin 0 -> 46341 bytes
.../03_Fluid_Dynamics/turbulent_flow1.jpg | Bin 0 -> 26812 bytes
tutorials/webtutlist | 65 +
39 files changed, 4655 insertions(+)
create mode 100644 .gitattributes
create mode 100644 CHANGELOG.md
create mode 100644 LICENSE
create mode 100644 README.md
create mode 100644 THIRDPARTY
create mode 100644 cfdtool.m
create mode 100644 download.png
create mode 100644 screenshot.jpg
create mode 100644 tutorials/01_Quickstart/02_heat_exchanger1.fes
create mode 100644 tutorials/01_Quickstart/03_axisymmetric_flow1.fes
create mode 100644 tutorials/01_Quickstart/04_natural_convection1.fes
create mode 100644 tutorials/01_Quickstart/axisymmetric_flow1.jpg
create mode 100644 tutorials/01_Quickstart/heat_exchanger1.jpg
create mode 100644 tutorials/01_Quickstart/natural_convection1.jpg
create mode 100644 tutorials/02_Heat_Transfer/01_heat_transfer1.fes
create mode 100644 tutorials/02_Heat_Transfer/02_heat_transfer2.fes
create mode 100644 tutorials/02_Heat_Transfer/03_heat_transfer3.fes
create mode 100644 tutorials/02_Heat_Transfer/05_thermal_bridge1.fes
create mode 100644 tutorials/02_Heat_Transfer/07_heat_transfer5.fes
create mode 100644 tutorials/02_Heat_Transfer/heat_transfer1.jpg
create mode 100644 tutorials/02_Heat_Transfer/heat_transfer2.jpg
create mode 100644 tutorials/02_Heat_Transfer/heat_transfer3.jpg
create mode 100644 tutorials/02_Heat_Transfer/heat_transfer5.jpg
create mode 100644 tutorials/02_Heat_Transfer/thermal_bridge1.jpg
create mode 100644 tutorials/03_Fluid_Dynamics/01_channel_flow1.fes
create mode 100644 tutorials/03_Fluid_Dynamics/02_driven_cavity1.fes
create mode 100644 tutorials/03_Fluid_Dynamics/03_flow_around_cylinder1.fes
create mode 100644 tutorials/03_Fluid_Dynamics/04_backwards_facing_step1.fes
create mode 100644 tutorials/03_Fluid_Dynamics/07_compressible_euler1.fes
create mode 100644 tutorials/03_Fluid_Dynamics/08_turbulent_flow1.fes
create mode 100644 tutorials/03_Fluid_Dynamics/10_taylor_couette1.fes
create mode 100644 tutorials/03_Fluid_Dynamics/backwards_facing_step1.jpg
create mode 100644 tutorials/03_Fluid_Dynamics/channel_flow1.jpg
create mode 100644 tutorials/03_Fluid_Dynamics/compressible_euler1.jpg
create mode 100644 tutorials/03_Fluid_Dynamics/driven_cavity1.jpg
create mode 100644 tutorials/03_Fluid_Dynamics/flow_around_cylinder1.jpg
create mode 100644 tutorials/03_Fluid_Dynamics/taylor_couette1.jpg
create mode 100644 tutorials/03_Fluid_Dynamics/turbulent_flow1.jpg
create mode 100644 tutorials/webtutlist
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..b8282d3
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,4 @@
+*.html linguist-detectable=false
+*.js linguist-detectable=false
+*.md linguist-detectable=false
+*.xml linguist-detectable=false
\ No newline at end of file
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..3126711
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,129 @@
+ CFDTool Changelog
+===================
+
+
+2022-06-06 version 1.8.5
+------------------------
+
+- Fix for STEP geometry import with >= 2 objects
+- Improved and faster expression evaluation in assembly
+
+
+2022-05-09 version 1.8.4
+-------------------------
+
+- Added 2D geometry tool for Bezier and spline curves
+- Updated OpenCASCADE geometry kernel to v7.6.2
+- Support for binary brep (.bin) geometry format
+- Updated SU2 Code CFD solver to v7.3.1
+- Added k-Omega wall function support for SU2 solver
+
+
+2021-12-01 version 1.8.1
+-------------------------
+- Geometry import option from bitmap image (bmp, jpeg, png)
+- Support for structured meshing of geometry primitives
+- Updated plotly library to version 2.6.2
+- Updated ParaView Glance library to version 4.17.1,
+ and added support for slice and isosurface plot options
+- Linux support for HiDPI screens
+- Mouse controls for 3D zoom, pan, and rotate
+
+
+2021-11-01 version 1.8
+----------------------
+
+- Improved graphics performance for 3D plots
+- Changed 3D plots to fill the whole viewport with
+ CAD style orbit, pan, and zoom controls
+- Added flip/reverse view option by double clicking
+ on the 3D xy, xz, and yz quickview buttons
+
+
+2021-08-30 version 1.7.3
+------------------------
+
+- Added view boundaries/subdomains menu option
+ (for specifying mesh sizes on individual geometric entities)
+- Various performance improvements
+
+
+2021-05-24 version 1.7.1
+------------------------
+
+- Preliminary support for built-in and robust 3D mesh generators
+- GUI menu option to manually renumber/reassign 3D boundaries
+- Heated pipe with cooling fins validation tutorial
+
+
+2020-04-19 version 1.7
+----------------------
+
+- Minor update to sync with FEATool v1.14
+
+
+2020-03-26 version 1.6
+----------------------
+
+- Updated OpenFOAM and SU2 interfaces to support parallel computations
+- Added OpenFOAM binary GUI option to support user defined FOAM solvers
+- Added support for ESI-OpenCFD native Windows OpenFOAM distribution
+
+
+2020-11-01 version 1.5
+----------------------
+
+- Support 3D geometry and CAD modeling
+- SU2 external CFD solver integration
+
+
+2019-09-01 version 1.4
+----------------------
+
+- Support for .fes script file format
+- Added built in CFD tutorials
+
+
+2018-11-20 version 1.3
+----------------------
+
+- Support for supersonic and inviscid compressible flows
+ (compressible Euler equations)
+- OpenFOAM support for inviscid compressible flows
+- Monitoring of OpenFOAM convergence curves
+- NACA 4-series pre-defined wing geometry object
+
+
+2018-10-22 version 1.2
+----------------------
+
+- OpenFOAM external CFD solver integration
+- Support for k-epsilon/omega turbulence models (with OpenFOAM)
+- Potential flow velocity field initialization
+- Improved resolution of curved geometry boundaries
+
+
+2018-09-24 version 1.1
+----------------------
+
+- Support for 2D Axisymmetry/Cylindrical coordinates
+ and flows with swirl (non-zero azimuthal velocity)
+- Support for heat transfer modeling in 1D
+- Support for importing 2D planar STL CAD geometry files
+- Built-in interface to the external mesh generator
+ Gridgen2D with support for meshing boundary layers
+- Support for importing Gmsh, GiD, Triangle, and FEniCS
+ grid and mesh formats
+- Improved parametrization and meshing of curved boundaries
+- Added automatic shock capturing and stabilization for
+ convection dominated flow regimes
+- Improved and more efficient flow discretization
+- Added advanced postprocessing functionality such as boundary
+ integration for computation of drag and lift coefficients
+- Extended backwards compatibility to MATLAB 2009b
+
+
+2018-08-05 version 1.0
+----------------------
+
+- Initial release
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..10fb224
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,212 @@
+Precise Simulation Limited Software License Agreement
+
+CAREFULLY READ THE FOLLOWING TERMS AND CONDITIONS ("TERMS") BEFORE
+INSTALLING OR USING THE PROGRAMS OR DOCUMENTATION. INSTALLING OR USING
+THE PROGRAMS MEANS YOU HAVE ACCEPTED AND AGREE TO BE BOUND BY THE
+TERMS AND CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT ACCEPT THEM,
+UNINSTALL, REMOVE AND COMPLETELY DELETE THE PROGRAMS AND
+DOCUMENTATION.
+
+1. Preamble: This Agreement governs the relationship between the
+Licensee ("you", "your") and Licensor Precise Simulation Limited
+("we", "us", "ours"), a duly registered company whose registered place
+of business is Suite 1703, 17/F, Tai Tung Building, 8 Fleming Road, Wan
+Chai, Hong Kong. This Agreement sets the terms, rights, restrictions
+and obligations on using FEATool ("Software", "Program(s)") and
+documentation ("Documentation") created and owned by Licensor, as
+detailed herein.
+
+2. License Grant: Licensor hereby grants Licensee a Non-assignable &
+Non-transferable, Non-exclusive license to run and use the Program,
+without the rights to create derivative works, all with accordance
+with the terms set forth and other legal restrictions set forth in 3rd
+party software used while running Software.
+
+2.1 Programs: You may license a specified single installation license
+("SUL"), multi-user/floating network license ("MUL"), or ("CKL") class
+kit license under this Agreement, and your license rights are for the
+number of installations and users set forth on the purchase order,
+agreement, or issued invoice. A free limited and restricted license
+("FREE/TRIAL") is granted for personal, non-commercial use for
+evaluation purposes.
+
+a. the FREE/TRIAL license option is restricted to personal, trial, and
+non-commercial use allowing for a single installation and concurrent
+use of the Program. You may NOT use the Program with a FREE/TRIAL
+license for any commercial, or production use, i.e., you may only use
+the Program for experimental, personal, and trial use (to test the
+Program). Specifically, the restrictions of the FREE/TRIAL license
+Program and Software may not be circumvented in any way without
+Payment for an upgraded license.
+
+b. the specified single installation license SUL must be installed on
+a specified computer system and its use is limited to a single
+concurrent instance. To change system a system transfer fee may be
+required.
+
+c. the multi-use license option MUL may be installed on a single
+networked system or server, or several systems and run concurrently
+the number of instances specified in the purchase order, agreement, or
+issued invoice.
+
+d. academic granting institutions with the class kit license CKL
+option may install and use the Software in a computer lab/systems
+belonging to the institute/institution and run concurrently the number
+of instances specified in the purchase order, agreement, or issued
+invoice.
+
+e. regardless of which license you have, you shall use the Programs
+only for your internal operations. For the purposes of this Agreement,
+"internal operations" means use of the Programs by your employees or
+those of your subsidiaries or parent company and for the performance
+of consulting or research for third parties who engage you as an
+employee or independent contractor. You also shall not disclose any
+characteristics or technical capabilities of the Programs to any third
+party without our prior written authorization.
+
+2.2 Delivery: We may deliver the Programs and Documentation to you in
+archival form over the Internet with a passcode or license key which
+specifies the licensed Programs. You shall be responsible for all use
+of your passcode, authorized or not, and you shall not disclose the
+archive passcode or allow it to be used except for installation of the
+Programs.
+
+2.3 Ownership: All right, title and interest in and to the licensed
+Program(s), including without limitation, trade secrets and
+copyrights, are, and shall at all times remain, the exclusive property
+of us and you shall have no right, therein, except the expressly
+limited license rights granted herein.
+
+2.4. Non Assignable & Non-Transferable: Licensee may not assign or
+transfer his rights and duties under this license.
+
+2.5. The Software and Documentation are for your personal use and/or
+internal business operations and are not for resale or other transfer
+or disposition to any other person or entity. In addition, you
+specifically agree not to:
+
+a. reverse engineer, decompile, disassemble, translate, modify, alter
+or otherwise change the Licensor's Software or any part thereof;
+
+b. attempt to derive the source code, design or structure of the
+Licensor's Software;
+
+c. sell, rent, lease, distribute, assign, sub-license, convey,
+transfer, pledge as security or otherwise encumber or transfer
+(including by loan or gift) the rights and licenses granted hereunder;
+
+d. copy, distribute (fork), or reproduce any part of the Software or
+Documentation other than as allowed under this Agreement;
+
+e. use the Software or Documentation in any manner that violates any
+statute, law, rule, regulation, directive, guideline, bylaw whether
+presently in force or may be implemented by state or local
+authorities.
+
+3. Term & Termination: The Term of this license shall be until
+terminated, or until specified by issued purchase order, agreement, or
+issued invoice. Licensor may terminate this Agreement, including
+Licensee's license in the case where Licensee:
+
+a. became insolvent or otherwise entered into any liquidation process; or
+
+b. Licensee was in breach of any of this license's terms and
+conditions and such breach was not cured, immediately upon
+notification; or
+
+c. Licensee otherwise entered into any arrangement which caused
+Licensor to be unable to enforce his rights under this License.
+
+4. Payment: In consideration of the License granted under clause 2,
+Licensee shall pay Licensor a fee which Licensor may deem
+adequate. Failure to perform payment shall construe as material breach
+of this Agreement. You shall be liable for any taxes (except those on
+our net income) due in connection with this Agreement.
+
+4.1 No purchase order or any other standardized business form issued
+by you, and even if such purchase order or other standardized business
+form provides that it takes precedence over any other agreement
+between the parties, shall be effective to contradict, modify, add to
+or delete from the terms of this Agreement in any manner
+whatsoever. Any acknowledgment, in any form, of any such purchase
+order or standardized business form is not recognized as a subsequent
+writing and will not act as acceptance of such terms.
+
+5. Upgrades, Updates and Fixes: Licensor may provide Licensee, from
+time to time, with Upgrades, Updates or Fixes, as detailed herein and
+according to his sole discretion. Licensee hereby warrants to keep The
+Software up-to-date and install all relevant updates and fixes, and
+may, at his sole discretion, purchase upgrades, according to the rates
+set by Licensor. Licensor shall provide any update or Fix free of
+charge; however, nothing in this Agreement shall require Licensor to
+provide Updates or Fixes.
+
+6. Support: The Software is provided under an AS-IS basis and without
+any support, updates or maintenance. Nothing in this Agreement shall
+require Licensor to provide Licensee with support or fixes to any bug,
+failure, mis-performance or other defect in The Software.
+
+7. Liability: To the extent permitted under Law, The Software is
+provided under an AS-IS basis. Licensor shall never, and without any
+limit, be liable for any damage, cost, expense or any other payment
+incurred by Licensee as a result of Software's actions, failure, bugs
+and/or any other interaction between The Software and Licensee's
+end-equipment, computers, other software or any 3rd party,
+end-equipment, computer or services. Moreover, Licensor shall never
+be liable for any defect in source code written by Licensee when
+relying on The Software or using The Software's source code.
+
+8. Warranty: The Software is provided without any warranty; Licensor
+hereby disclaims any warranty that The Software shall be error free,
+without defects or code which may cause damage to Licensee's computers
+or to Licensee, and that Software shall be functional. Licensee shall
+be solely liable to any damage, defect or loss incurred as a result of
+operating software and undertake the risks contained in running The
+Software on License's Computer System(s) and Server(s).
+
+8.1 Prior Inspection: Licensee hereby states that he inspected The
+Software thoroughly and found it satisfactory and adequate to his
+needs, that it does not interfere with his regular operation and that
+it does meet the standards and scope of his computer systems and
+architecture. Licensee found that The Software interacts with his
+development, website and server environment and that it does not
+infringe any of End User License Agreement of any software Licensee
+may use in performing his services. Licensee hereby waives any claims
+regarding The Software's incompatibility, performance, results and
+features, and warrants that he inspected the The Software.
+
+9. No Refunds: Licensee warrants that he inspected The Software
+according to clause 8.1 and that it is adequate to his
+needs. Accordingly in the case of NON-FREE licenses, as The Software
+is intangible goods, Licensee shall not be, ever, entitled to any
+refund, rebate, compensation or restitution for any reason whatsoever,
+even if The Software contains material flaws.
+
+10. Technical Information. You agree that We may collect or process
+technical and related information arising from Your use of the
+Software which may include but may not be limited to internet protocol
+address, hardware identification, operating system, application
+software, peripheral hardware, debugging information, and
+non-personally identifiable software usage statistics to facilitate
+the provisioning of Updates, Support, invoicing or online services,
+identify trends and bugs, collect activation information, usage
+statistics and track other data related to Your use of the Software.
+
+11. Indemnification: Licensee hereby warrants to hold Licensor
+harmless and indemnify Licensor for any lawsuit brought against it in
+regards to Licensee's use of The Software in means that violate,
+breach or otherwise circumvent this license, Licensor's intellectual
+property rights or Licensor's title in The Software. Licensor shall
+promptly notify Licensee in case of such legal action and request
+Licensee's consent prior to any settlement in relation to such lawsuit
+or claim.
+
+12. Governing Law, Jurisdiction: Licensee hereby agrees not to
+initiate class-action lawsuits against Licensor in relation to this
+license and to compensate Licensor for any legal fees, cost or
+attorney fees should any claim brought by Licensee against Licensor be
+denied, in part or in full.
+
+13. Revised Terms of Use: We may revise the terms of use of the
+Programs from time to time. Revisions are effective upon receipt of
+notice from us.
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..c2e7ca1
--- /dev/null
+++ b/README.md
@@ -0,0 +1,207 @@
+CFDTool - _CFD Simulation Made Easy_
+====================================
+
+![CFDTool Screenshot](screenshot.jpg)
+
+About
+-----
+
+[**CFDTool**](https://www.cfdtool.com) is a
+[Computational Fluid Dynamics (CFD)](https://en.wikipedia.org/wiki/Computational_fluid_dynamics)
+Toolbox for modeling and simulation of fluid flows with coupled
+heat transfer.
+
+Based on the [FEATool Multiphysics](https://www.featool.com)
+simulation platform, _CFDTool_ is specifically designed to make fluid
+dynamics and heat transfer simulations easy and fun.
+
+
+Features
+--------
+
+The _CFDTool_ toolbox includes the following features:
+
+- Completely stand-alone and self-contained toolbox
+- Fully integrated and easy to use Graphical User Interface (GUI)
+- Modeling and simulation in 1D, 2D, 3D, and axisymmetric coordinate systems
+- Seamless OpenFOAM® and SU2 CFD solver integrations
+- Built-in geometry and CAD tools
+- Automatic mesh and grid generation
+- Pre-defined equations and boundary conditions:
+ + Incompressible viscous fluid flows (Navier-Stokes equations)
+ + Compressible inviscid flows (Euler equations)
+ + Heat transfer (Convection and Conduction)
+- Multiphysics support for fluid flow and thermal analysis
+- Simulation of laminar and turbulent flows (Spalart-Allmaras,
+ k-epsilon, and k-omega turbulence models available with OpenFOAM/SU2)
+- Stationary and time-dependent analysis types
+- Postprocessing and visualization
+
+
+[System Requirements](https://www.featool.com/doc/quickstart.html#prereq)
+-------------------
+
+_CFDTool_ is a fully integrated simulation environment, which has been
+tested and verified to work with 64-bit Windows, Linux, and MacOS
+operating systems with a minimum of 4 GB RAM memory.
+
+
+[Installation](https://www.featool.com/doc/quickstart.html#install)
+------------
+
+In order to use _CFDTool_, the software must first be installed on the
+intended computer system. It is recommended to first uninstall
+previous versions before installing/upgrading to a newer version.
+
+Please follow the steps below to install _CFDTool_ as a stand-alone
+app, or as a MATLAB® toolbox. The installers can be downloaded
+directly from the
+[CFDTool releases](https://github.com/precise-simulation/cfdtool/releases/latest)
+and installed manually, or installed from the MATLAB® APPS and Add-On
+Toolbar as a toolbox.
+
+
+
+
+
+
+### Stand-Alone App Installation
+
+Use the steps below to install the app in stand-alone mode
+
+1) First download the installer for your operating system
+
+ + [**CFDTool Windows Installer**](https://github.com/precise-simulation/cfdtool/releases/latest/download/CFDTool_install.exe)
+
+ + [**CFDTool Linux Installer**](https://github.com/precise-simulation/cfdtool/releases/latest/download/CFDTool.install)
+
+2) Save it to a directory and run the installer. This will first
+download and/or install the application runtime if required (which may
+require up to 10 GB space to install), and then the program file will
+be extracted.
+
+3) When everything has been installed, run the program file to start
+_CFDTool_. Please be patient as the application runtime can take some
+time to start.
+
+
+### MATLAB® Toolbox Installation
+
+Follow the steps below to install _FEATool_ as a MATLAB® toolbox, and
+to enable running MATLAB® simulation m-scripts
+
+1) Download the
+ [CFDTool.mlappinstall](https://github.com/precise-simulation/cfdtool/releases/latest/download/CFDTool.mlappinstall)
+ toolbox installation file.
+
+2) Then start MATLAB®, press the **APPS** toolbar button,
+ and select the **Install App** button.
+
+3) When prompted to choose a toolbox file to install, select the
+ **CFDTool.mlappinstall** file and press **OK**.
+
+4) Press the **Install** button if prompted to _"Install to My Apps"_.
+
+![CFDTool MATLAB® Toolbox Installation](https://www.featool.com/doc/featool-multiphysics-toolbox-installation_50.jpg)
+
+Once the toolbox has been installed, an app icon will be available in
+the _APPS_ toolbar to start the _CFDTool_ GUI. (Note that MATLAB® may
+not show or give any indication of the toolbox installation progress
+or completion.)
+
+
+[OpenFOAM® CFD Solver](https://featool.com/doc/openfoam.html)
+--------------------
+
+The optional OpenFOAM CFD solver integration makes it easy to perform
+both laminar and turbulent high performance CFD simulations. OpenFOAM
+CFD simulations often results in a magnitude or more speedup for
+instationary simulations compared to the built-in flow
+solvers. Additionally, with the multi-simulation solver integration in
+_CFDTool_ it is possible to compare and better validate simulation
+results obtained using both the built-in and OpenFOAM CFD solvers.
+
+The OpenFOAM solver binaries are currently not included with _CFDTool_
+and must be installed separately. The OpenFOAM solver integration has
+been verified with OpenFOAM versions 2021 and 9. For Microsoft Windows
+systems it is recommended to install and use the pre-compiled
+Native-windows/mingw binaries available from
+[OpenCFD ESI](https://develop.openfoam.com/Development/openfoam/-/wikis/precompiled/windows),
+or the distribution from the
+[OpenFOAM Foundation](https://openfoam.org/download)
+for Linux and MacOS systems.
+
+
+Basic Use
+---------
+
+_CFDTool_ and its GUI has been specifically designed to be as easy to
+use as possible, and making learning CFD simulation by experimentation
+easy.
+
+The modeling process is divided into six different steps or modes
+
+- **Geometry** - Definition of the geometry to be modeled
+- **Grid** - Subdivision of the geometry into smaller cells suitable
+ for computation
+- **Equation** - Specification of material parameters and coefficients
+- **Boundary** - Boundary conditions specify how the model interacts
+ with the surrounding environment (outside the geometry)
+- **Solve** - Solution and simulation of the defined model problem
+- **Post** - Visualization and postprocessing
+
+These modes can be accessed by clicking on the corresponding buttons
+in left hand side _Mode_ toolbar. The different modes may have
+specialized and different _Tools_ available in the corresponding
+toolbar. Advanced mode options may also be available in the
+corresponding menus.
+
+A number of pre-defined fluid flow and heat transfer tutorial examples
+are available under the **File** > **Model Examples and Tutorials...**
+menu option.
+
+Basic use and how to set up and model turbulent flow past a
+backwards facing step with OpenFOAM is explained in the
+[linked video tutorial](https://youtu.be/gHGttc31xj0)
+(click on the image below to start the tutorial).
+
+
+
+
+
+
+
+
+Documentation
+-------------
+
+The _FEATool_
+[documentation](https://www.featool.com/doc),
+which shares most functionality with _CFDTool_, is available online,
+and also by selecting the corresponding option in the _Help_ menu of
+the _CFDTool_ GUI.
+
+
+License
+-------
+
+(C) Copyright 2013-2022 by Precise Simulation Limited.
+All Rights Reserved.
+
+CFDToolâ„¢ and FEATool Multiphysicsâ„¢ are trademarks of Precise
+Simulation Limited. MATLAB® is a registered trademark of The
+MathWorks, Inc. OPENFOAM® is a registered trade mark of OpenCFD
+Limited. All other trademarks are the property of their respective
+owners. Precise Simulation Ltd and its products are not affiliated
+with, endorsed by, sponsored by these trademark owners.
+
+The license agreement for using CFDToolâ„¢ is included with the
+distribution and can also be accessed from the _Help_ menu in the
+application.
+
+Carefully read the license terms and conditions before installing or
+using the programs or documentation. Installing or using the programs
+means you have accepted and agree to be bound by the terms and
+conditions of this agreement. if you do not accept them, uninstall,
+remove and completely delete the programs and documentation.
diff --git a/THIRDPARTY b/THIRDPARTY
new file mode 100644
index 0000000..6e8ae20
--- /dev/null
+++ b/THIRDPARTY
@@ -0,0 +1,2682 @@
+Third Party Software Components
+-------------------------------
+
+The FEATool Multiphysics software distribution may include, contain,
+or be distributed with the following third-party software components:
+
+- fsparse, Copyright (c) 2017, Stefan Engblom.
+
+You may download all of **stenglib** and
+use, modify and redistribute it in any way you like. A
+redistributor must fully attribute the authorship and make a good
+effort to cite the original location of the software. A researcher
+making *critical* use of the software in research is requested to
+acknowledge this in publications related to the
+research. A company may use the code in software products provided
+that the original location and the author is clearly cited.
+
+All code provided here comes with absolutely **no warranty**
+and **no support** whatsoever is given.
+
+There are a lot of freeware available on the net. Do **not**
+download unless you agree to the above license.
+
+
+- ILU(k) Preconditioner, Copyright (c) 2015, Killian Miller All rights
+ reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+
+* Redistributions of source code must retain the above copyright notice, this
+ list of conditions and the following disclaimer.
+
+* Redistributions in binary form must reproduce the above copyright notice,
+ this list of conditions and the following disclaimer in the documentation
+ and/or other materials provided with the distribution
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
+FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+
+- Lapack, Copyright (c) 1992-2017 The University of Tennessee and The
+ University of Tennessee Research Foundation. All rights reserved.
+ Copyright (c) 2000-2017 The University of California Berkeley. All
+ rights reserved. Copyright (c) 2006-2017 The University of Colorado
+ Denver. All rights reserved.
+
+$COPYRIGHT$
+
+Additional copyrights may follow
+
+$HEADER$
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are
+met:
+
+- Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+
+- Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer listed
+ in this license in the documentation and/or other materials
+ provided with the distribution.
+
+- Neither the name of the copyright holders nor the names of its
+ contributors may be used to endorse or promote products derived from
+ this software without specific prior written permission.
+
+The copyright holders provide no reassurances that the source code
+provided does not infringe any patent, copyright, or any other
+intellectual property rights of third parties. The copyright holders
+disclaim any liability to any recipient for claims brought against
+recipient by any third party for infringement of that parties
+intellectual property rights.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+
+- METIS/ParMETIS, Copyright 1995-2013, Regents of the University of Minnesota
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+implied. See the License for the specific language governing
+permissions and limitations under the License.
+
+
+- MUMPS, Copyright 1991-2019 CERFACS, CNRS, ENS Lyon, INP Toulouse,
+ Inria, Mumps Technologies, University of Bordeaux.
+
+ This version of MUMPS is provided to you free of charge. It is
+ released under the CeCILL-C license,
+ http://www.cecill.info/licences/Licence_CeCILL-C_V1-en.html,
+ except for the external and optional ordering PORD,
+ in separate directory PORD, which is public domain (see PORD/README).
+
+ You can acknowledge (using references [1] and [2]) the contribution of
+ this package in any scientific publication dependent upon the use of
+ the package. Please use reasonable endeavours to notify the authors
+ of the package of this publication.
+
+ [1] P. R. Amestoy, I. S. Duff, J. Koster and J.-Y. L'Excellent,
+ A fully asynchronous multifrontal solver using distributed dynamic
+ scheduling, SIAM Journal on Matrix Analysis and Applications,
+ Vol 23, No 1, pp 15-41 (2001).
+
+ [2] P. R. Amestoy, A. Buttari, J.-Y. L'Excellent and T. Mary,
+ Performance and scalability of the block low-rank multifrontal
+ factorization on multicore architectures,
+ ACM Transactions on Mathematical Software,
+ Vol 45, Issue 1, pp 2:1-2:26 (2019)
+
+ As a counterpart to the access to the source code and rights to copy,
+ modify and redistribute granted by the license, users are provided only
+ with a limited warranty and the software's author, the holder of the
+ economic rights, and the successive licensors have only limited
+ liability.
+
+ In this respect, the user's attention is drawn to the risks associated
+ with loading, using, modifying and/or developing or reproducing the
+ software by the user in light of its specific status of free software,
+ that may mean that it is complicated to manipulate, and that also
+ therefore means that it is reserved for developers and experienced
+ professionals having in-depth computer knowledge. Users are therefore
+ encouraged to load and test the software's suitability as regards their
+ requirements in conditions enabling the security of their systems and/or
+ data to be ensured and, more generally, to use and operate it in the
+ same conditions as regards security.
+
+ The fact that you are presently reading this means that you have had
+ knowledge of the CeCILL-C license and that you accept its terms.
+
+
+- OpenCASCADE
+
+Open CASCADE exception (version 1.0) to GNU LGPL version 2.1.
+
+The object code (i.e. not a source) form of a "work that uses the Library"
+can incorporate material from a header file that is part of the Library.
+As a special exception to the GNU Lesser General Public License version 2.1,
+you may distribute such object code incorporating material from header files
+provided with the Open CASCADE Technology libraries (including code of CDL
+generic classes) under terms of your choice, provided that you give
+prominent notice in supporting documentation to this code that it makes use
+of or is based on facilities provided by the Open CASCADE Technology software.
+
+ GNU LESSER GENERAL PUBLIC LICENSE
+ Version 2.1, February 1999
+
+ Copyright (C) 1991, 1999 Free Software Foundation, Inc.
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+[This is the first released version of the Lesser GPL. It also counts
+ as the successor of the GNU Library Public License, version 2, hence
+ the version number 2.1.]
+
+ Preamble
+
+ The licenses for most software are designed to take away your
+freedom to share and change it. By contrast, the GNU General Public
+Licenses are intended to guarantee your freedom to share and change
+free software--to make sure the software is free for all its users.
+
+ This license, the Lesser General Public License, applies to some
+specially designated software packages--typically libraries--of the
+Free Software Foundation and other authors who decide to use it. You
+can use it too, but we suggest you first think carefully about whether
+this license or the ordinary General Public License is the better
+strategy to use in any particular case, based on the explanations below.
+
+ When we speak of free software, we are referring to freedom of use,
+not price. Our General Public Licenses are designed to make sure that
+you have the freedom to distribute copies of free software (and charge
+for this service if you wish); that you receive source code or can get
+it if you want it; that you can change the software and use pieces of
+it in new free programs; and that you are informed that you can do
+these things.
+
+ To protect your rights, we need to make restrictions that forbid
+distributors to deny you these rights or to ask you to surrender these
+rights. These restrictions translate to certain responsibilities for
+you if you distribute copies of the library or if you modify it.
+
+ For example, if you distribute copies of the library, whether gratis
+or for a fee, you must give the recipients all the rights that we gave
+you. You must make sure that they, too, receive or can get the source
+code. If you link other code with the library, you must provide
+complete object files to the recipients, so that they can relink them
+with the library after making changes to the library and recompiling
+it. And you must show them these terms so they know their rights.
+
+ We protect your rights with a two-step method: (1) we copyright the
+library, and (2) we offer you this license, which gives you legal
+permission to copy, distribute and/or modify the library.
+
+ To protect each distributor, we want to make it very clear that
+there is no warranty for the free library. Also, if the library is
+modified by someone else and passed on, the recipients should know
+that what they have is not the original version, so that the original
+author's reputation will not be affected by problems that might be
+introduced by others.
+
+ Finally, software patents pose a constant threat to the existence of
+any free program. We wish to make sure that a company cannot
+effectively restrict the users of a free program by obtaining a
+restrictive license from a patent holder. Therefore, we insist that
+any patent license obtained for a version of the library must be
+consistent with the full freedom of use specified in this license.
+
+ Most GNU software, including some libraries, is covered by the
+ordinary GNU General Public License. This license, the GNU Lesser
+General Public License, applies to certain designated libraries, and
+is quite different from the ordinary General Public License. We use
+this license for certain libraries in order to permit linking those
+libraries into non-free programs.
+
+ When a program is linked with a library, whether statically or using
+a shared library, the combination of the two is legally speaking a
+combined work, a derivative of the original library. The ordinary
+General Public License therefore permits such linking only if the
+entire combination fits its criteria of freedom. The Lesser General
+Public License permits more lax criteria for linking other code with
+the library.
+
+ We call this license the "Lesser" General Public License because it
+does Less to protect the user's freedom than the ordinary General
+Public License. It also provides other free software developers Less
+of an advantage over competing non-free programs. These disadvantages
+are the reason we use the ordinary General Public License for many
+libraries. However, the Lesser license provides advantages in certain
+special circumstances.
+
+ For example, on rare occasions, there may be a special need to
+encourage the widest possible use of a certain library, so that it becomes
+a de-facto standard. To achieve this, non-free programs must be
+allowed to use the library. A more frequent case is that a free
+library does the same job as widely used non-free libraries. In this
+case, there is little to gain by limiting the free library to free
+software only, so we use the Lesser General Public License.
+
+ In other cases, permission to use a particular library in non-free
+programs enables a greater number of people to use a large body of
+free software. For example, permission to use the GNU C Library in
+non-free programs enables many more people to use the whole GNU
+operating system, as well as its variant, the GNU/Linux operating
+system.
+
+ Although the Lesser General Public License is Less protective of the
+users' freedom, it does ensure that the user of a program that is
+linked with the Library has the freedom and the wherewithal to run
+that program using a modified version of the Library.
+
+ The precise terms and conditions for copying, distribution and
+modification follow. Pay close attention to the difference between a
+"work based on the library" and a "work that uses the library". The
+former contains code derived from the library, whereas the latter must
+be combined with the library in order to run.
+
+ GNU LESSER GENERAL PUBLIC LICENSE
+ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
+
+ 0. This License Agreement applies to any software library or other
+program which contains a notice placed by the copyright holder or
+other authorized party saying it may be distributed under the terms of
+this Lesser General Public License (also called "this License").
+Each licensee is addressed as "you".
+
+ A "library" means a collection of software functions and/or data
+prepared so as to be conveniently linked with application programs
+(which use some of those functions and data) to form executables.
+
+ The "Library", below, refers to any such software library or work
+which has been distributed under these terms. A "work based on the
+Library" means either the Library or any derivative work under
+copyright law: that is to say, a work containing the Library or a
+portion of it, either verbatim or with modifications and/or translated
+straightforwardly into another language. (Hereinafter, translation is
+included without limitation in the term "modification".)
+
+ "Source code" for a work means the preferred form of the work for
+making modifications to it. For a library, complete source code means
+all the source code for all modules it contains, plus any associated
+interface definition files, plus the scripts used to control compilation
+and installation of the library.
+
+ Activities other than copying, distribution and modification are not
+covered by this License; they are outside its scope. The act of
+running a program using the Library is not restricted, and output from
+such a program is covered only if its contents constitute a work based
+on the Library (independent of the use of the Library in a tool for
+writing it). Whether that is true depends on what the Library does
+and what the program that uses the Library does.
+
+ 1. You may copy and distribute verbatim copies of the Library's
+complete source code as you receive it, in any medium, provided that
+you conspicuously and appropriately publish on each copy an
+appropriate copyright notice and disclaimer of warranty; keep intact
+all the notices that refer to this License and to the absence of any
+warranty; and distribute a copy of this License along with the
+Library.
+
+ You may charge a fee for the physical act of transferring a copy,
+and you may at your option offer warranty protection in exchange for a
+fee.
+
+ 2. You may modify your copy or copies of the Library or any portion
+of it, thus forming a work based on the Library, and copy and
+distribute such modifications or work under the terms of Section 1
+above, provided that you also meet all of these conditions:
+
+ a) The modified work must itself be a software library.
+
+ b) You must cause the files modified to carry prominent notices
+ stating that you changed the files and the date of any change.
+
+ c) You must cause the whole of the work to be licensed at no
+ charge to all third parties under the terms of this License.
+
+ d) If a facility in the modified Library refers to a function or a
+ table of data to be supplied by an application program that uses
+ the facility, other than as an argument passed when the facility
+ is invoked, then you must make a good faith effort to ensure that,
+ in the event an application does not supply such function or
+ table, the facility still operates, and performs whatever part of
+ its purpose remains meaningful.
+
+ (For example, a function in a library to compute square roots has
+ a purpose that is entirely well-defined independent of the
+ application. Therefore, Subsection 2d requires that any
+ application-supplied function or table used by this function must
+ be optional: if the application does not supply it, the square
+ root function must still compute square roots.)
+
+These requirements apply to the modified work as a whole. If
+identifiable sections of that work are not derived from the Library,
+and can be reasonably considered independent and separate works in
+themselves, then this License, and its terms, do not apply to those
+sections when you distribute them as separate works. But when you
+distribute the same sections as part of a whole which is a work based
+on the Library, the distribution of the whole must be on the terms of
+this License, whose permissions for other licensees extend to the
+entire whole, and thus to each and every part regardless of who wrote
+it.
+
+Thus, it is not the intent of this section to claim rights or contest
+your rights to work written entirely by you; rather, the intent is to
+exercise the right to control the distribution of derivative or
+collective works based on the Library.
+
+In addition, mere aggregation of another work not based on the Library
+with the Library (or with a work based on the Library) on a volume of
+a storage or distribution medium does not bring the other work under
+the scope of this License.
+
+ 3. You may opt to apply the terms of the ordinary GNU General Public
+License instead of this License to a given copy of the Library. To do
+this, you must alter all the notices that refer to this License, so
+that they refer to the ordinary GNU General Public License, version 2,
+instead of to this License. (If a newer version than version 2 of the
+ordinary GNU General Public License has appeared, then you can specify
+that version instead if you wish.) Do not make any other change in
+these notices.
+
+ Once this change is made in a given copy, it is irreversible for
+that copy, so the ordinary GNU General Public License applies to all
+subsequent copies and derivative works made from that copy.
+
+ This option is useful when you wish to copy part of the code of
+the Library into a program that is not a library.
+
+ 4. You may copy and distribute the Library (or a portion or
+derivative of it, under Section 2) in object code or executable form
+under the terms of Sections 1 and 2 above provided that you accompany
+it with the complete corresponding machine-readable source code, which
+must be distributed under the terms of Sections 1 and 2 above on a
+medium customarily used for software interchange.
+
+ If distribution of object code is made by offering access to copy
+from a designated place, then offering equivalent access to copy the
+source code from the same place satisfies the requirement to
+distribute the source code, even though third parties are not
+compelled to copy the source along with the object code.
+
+ 5. A program that contains no derivative of any portion of the
+Library, but is designed to work with the Library by being compiled or
+linked with it, is called a "work that uses the Library". Such a
+work, in isolation, is not a derivative work of the Library, and
+therefore falls outside the scope of this License.
+
+ However, linking a "work that uses the Library" with the Library
+creates an executable that is a derivative of the Library (because it
+contains portions of the Library), rather than a "work that uses the
+library". The executable is therefore covered by this License.
+Section 6 states terms for distribution of such executables.
+
+ When a "work that uses the Library" uses material from a header file
+that is part of the Library, the object code for the work may be a
+derivative work of the Library even though the source code is not.
+Whether this is true is especially significant if the work can be
+linked without the Library, or if the work is itself a library. The
+threshold for this to be true is not precisely defined by law.
+
+ If such an object file uses only numerical parameters, data
+structure layouts and accessors, and small macros and small inline
+functions (ten lines or less in length), then the use of the object
+file is unrestricted, regardless of whether it is legally a derivative
+work. (Executables containing this object code plus portions of the
+Library will still fall under Section 6.)
+
+ Otherwise, if the work is a derivative of the Library, you may
+distribute the object code for the work under the terms of Section 6.
+Any executables containing that work also fall under Section 6,
+whether or not they are linked directly with the Library itself.
+
+ 6. As an exception to the Sections above, you may also combine or
+link a "work that uses the Library" with the Library to produce a
+work containing portions of the Library, and distribute that work
+under terms of your choice, provided that the terms permit
+modification of the work for the customer's own use and reverse
+engineering for debugging such modifications.
+
+ You must give prominent notice with each copy of the work that the
+Library is used in it and that the Library and its use are covered by
+this License. You must supply a copy of this License. If the work
+during execution displays copyright notices, you must include the
+copyright notice for the Library among them, as well as a reference
+directing the user to the copy of this License. Also, you must do one
+of these things:
+
+ a) Accompany the work with the complete corresponding
+ machine-readable source code for the Library including whatever
+ changes were used in the work (which must be distributed under
+ Sections 1 and 2 above); and, if the work is an executable linked
+ with the Library, with the complete machine-readable "work that
+ uses the Library", as object code and/or source code, so that the
+ user can modify the Library and then relink to produce a modified
+ executable containing the modified Library. (It is understood
+ that the user who changes the contents of definitions files in the
+ Library will not necessarily be able to recompile the application
+ to use the modified definitions.)
+
+ b) Use a suitable shared library mechanism for linking with the
+ Library. A suitable mechanism is one that (1) uses at run time a
+ copy of the library already present on the user's computer system,
+ rather than copying library functions into the executable, and (2)
+ will operate properly with a modified version of the library, if
+ the user installs one, as long as the modified version is
+ interface-compatible with the version that the work was made with.
+
+ c) Accompany the work with a written offer, valid for at
+ least three years, to give the same user the materials
+ specified in Subsection 6a, above, for a charge no more
+ than the cost of performing this distribution.
+
+ d) If distribution of the work is made by offering access to copy
+ from a designated place, offer equivalent access to copy the above
+ specified materials from the same place.
+
+ e) Verify that the user has already received a copy of these
+ materials or that you have already sent this user a copy.
+
+ For an executable, the required form of the "work that uses the
+Library" must include any data and utility programs needed for
+reproducing the executable from it. However, as a special exception,
+the materials to be distributed need not include anything that is
+normally distributed (in either source or binary form) with the major
+components (compiler, kernel, and so on) of the operating system on
+which the executable runs, unless that component itself accompanies
+the executable.
+
+ It may happen that this requirement contradicts the license
+restrictions of other proprietary libraries that do not normally
+accompany the operating system. Such a contradiction means you cannot
+use both them and the Library together in an executable that you
+distribute.
+
+ 7. 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 not covered by this License, and distribute such a combined
+library, provided that the separate distribution of the work based on
+the Library and of the other library facilities is otherwise
+permitted, and provided that you do these two things:
+
+ a) Accompany the combined library with a copy of the same work
+ based on the Library, uncombined with any other library
+ facilities. This must be distributed under the terms of the
+ Sections above.
+
+ b) Give prominent notice with the combined library of the fact
+ that part of it is a work based on the Library, and explaining
+ where to find the accompanying uncombined form of the same work.
+
+ 8. You may not copy, modify, sublicense, link with, or distribute
+the Library except as expressly provided under this License. Any
+attempt otherwise to copy, modify, sublicense, link with, or
+distribute the Library is void, and will automatically terminate your
+rights under this License. However, parties who have received copies,
+or rights, from you under this License will not have their licenses
+terminated so long as such parties remain in full compliance.
+
+ 9. You are not required to accept this License, since you have not
+signed it. However, nothing else grants you permission to modify or
+distribute the Library or its derivative works. These actions are
+prohibited by law if you do not accept this License. Therefore, by
+modifying or distributing the Library (or any work based on the
+Library), you indicate your acceptance of this License to do so, and
+all its terms and conditions for copying, distributing or modifying
+the Library or works based on it.
+
+ 10. Each time you redistribute the Library (or any work based on the
+Library), the recipient automatically receives a license from the
+original licensor to copy, distribute, link with or modify the Library
+subject to these terms and conditions. You may not impose any further
+restrictions on the recipients' exercise of the rights granted herein.
+You are not responsible for enforcing compliance by third parties with
+this License.
+
+ 11. If, as a consequence of a court judgment or allegation of patent
+infringement or for any other reason (not limited to patent issues),
+conditions are imposed on you (whether by court order, agreement or
+otherwise) that contradict the conditions of this License, they do not
+excuse you from the conditions of this License. If you cannot
+distribute so as to satisfy simultaneously your obligations under this
+License and any other pertinent obligations, then as a consequence you
+may not distribute the Library at all. For example, if a patent
+license would not permit royalty-free redistribution of the Library by
+all those who receive copies directly or indirectly through you, then
+the only way you could satisfy both it and this License would be to
+refrain entirely from distribution of the Library.
+
+If any portion of this section is held invalid or unenforceable under any
+particular circumstance, the balance of the section is intended to apply,
+and the section as a whole is intended to apply in other circumstances.
+
+It is not the purpose of this section to induce you to infringe any
+patents or other property right claims or to contest validity of any
+such claims; this section has the sole purpose of protecting the
+integrity of the free software distribution system which is
+implemented by public license practices. Many people have made
+generous contributions to the wide range of software distributed
+through that system in reliance on consistent application of that
+system; it is up to the author/donor to decide if he or she is willing
+to distribute software through any other system and a licensee cannot
+impose that choice.
+
+This section is intended to make thoroughly clear what is believed to
+be a consequence of the rest of this License.
+
+ 12. If the distribution and/or use of the Library is restricted in
+certain countries either by patents or by copyrighted interfaces, the
+original copyright holder who places the Library under this License may add
+an explicit geographical distribution limitation excluding those countries,
+so that distribution is permitted only in or among countries not thus
+excluded. In such case, this License incorporates the limitation as if
+written in the body of this License.
+
+ 13. The Free Software Foundation may publish revised and/or new
+versions of the 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
+specifies a version number of this License which applies to it and
+"any later version", you have the option of following the terms and
+conditions either of that version or of any later version published by
+the Free Software Foundation. If the Library does not specify a
+license version number, you may choose any version ever published by
+the Free Software Foundation.
+
+ 14. If you wish to incorporate parts of the Library into other free
+programs whose distribution conditions are incompatible with these,
+write to the author to ask for permission. For software which is
+copyrighted by the Free Software Foundation, write to the Free
+Software Foundation; we sometimes make exceptions for this. Our
+decision will be guided by the two goals of preserving the free status
+of all derivatives of our free software and of promoting the sharing
+and reuse of software generally.
+
+ NO WARRANTY
+
+ 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
+WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
+EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
+OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
+KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
+LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
+THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
+
+ 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
+WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
+AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
+FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
+CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
+LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
+RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
+FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
+SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
+DAMAGES.
+
+ END OF TERMS AND CONDITIONS
+
+ How to Apply These Terms to Your New Libraries
+
+ If you develop a new library, and you want it to be of the greatest
+possible use to the public, we recommend making it free software that
+everyone can redistribute and change. You can do so by permitting
+redistribution under these terms (or, alternatively, under the terms of the
+ordinary General Public License).
+
+ To apply these terms, attach the following notices to the library. It is
+safest to attach them to the start of each source file to most effectively
+convey the exclusion of warranty; and each file should have at least the
+"copyright" line and a pointer to where the full notice is found.
+
+
+ Copyright (C)
+
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2.1 of the License, or (at your option) any later version.
+
+ This library is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Lesser General Public License for more details.
+
+ You should have received a copy of the GNU Lesser General Public
+ License along with this library; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+
+Also add information on how to contact you by electronic and paper mail.
+
+You should also get your employer (if you work as a programmer) or your
+school, if any, to sign a "copyright disclaimer" for the library, if
+necessary. Here is a sample; alter the names:
+
+ Yoyodyne, Inc., hereby disclaims all copyright interest in the
+ library `Frob' (a library for tweaking knobs) written by James Random Hacker.
+
+ , 1 April 1990
+ Ty Coon, President of Vice
+
+That's all there is to it!
+
+
+- OpenBLAS, Copyright (c) 2011-2014, The OpenBLAS Project All rights
+ reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are
+met:
+
+ 1. Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+
+ 2. Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in
+ the documentation and/or other materials provided with the
+ distribution.
+ 3. Neither the name of the OpenBLAS project nor the names of
+ its contributors may be used to endorse or promote products
+ derived from this software without specific prior written
+ permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
+LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
+USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+
+- OpenFOAM is distributed by the OpenFOAM Foundation and is freely
+ available and open source, licensed under the GNU General Public
+ License.
+
+FEATool Multiphysics is not approved or endorsed by OpenCFD Limited,
+producer and distributor of the OpenFOAM software via
+www.openfoam.com, and owner of the OPENFOAM and OpenCFD trade
+marks. OPENFOAM is a registered trade mark of OpenCFD Limited,
+producer and distributor of the OpenFOAM software via
+www.openfoam.com.
+
+
+- RedbKIT, Copyright (c) 2015-2016, Ecole Polytechnique Fédérale de
+ Lausanne (EPFL) All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+
+* Redistributions of source code must retain the above copyright notice, this
+ list of conditions and the following disclaimer.
+
+* Redistributions in binary form must reproduce the above copyright notice,
+ this list of conditions and the following disclaimer in the documentation
+ and/or other materials provided with the distribution.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
+FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+
+- Scotch, CeCILL-C FREE SOFTWARE LICENSE AGREEMENT
+
+
+ Notice
+
+This Agreement is a Free Software license agreement that is the result
+of discussions between its authors in order to ensure compliance with
+the two main principles guiding its drafting:
+
+ * firstly, compliance with the principles governing the distribution
+ of Free Software: access to source code, broad rights granted to
+ users,
+ * secondly, the election of a governing law, French law, with which
+ it is conformant, both as regards the law of torts and
+ intellectual property law, and the protection that it offers to
+ both authors and holders of the economic rights over software.
+
+The authors of the CeCILL-C (for Ce[a] C[nrs] I[nria] L[ogiciel] L[ibre])
+license are:
+
+Commissariat à l'Energie Atomique - CEA, a public scientific, technical
+and industrial research establishment, having its principal place of
+business at 25 rue Leblanc, immeuble Le Ponant D, 75015 Paris, France.
+
+Centre National de la Recherche Scientifique - CNRS, a public scientific
+and technological establishment, having its principal place of business
+at 3 rue Michel-Ange, 75794 Paris cedex 16, France.
+
+Institut National de Recherche en Informatique et en Automatique -
+INRIA, a public scientific and technological establishment, having its
+principal place of business at Domaine de Voluceau, Rocquencourt, BP
+105, 78153 Le Chesnay cedex, France.
+
+
+ Preamble
+
+The purpose of this Free Software license agreement is to grant users
+the right to modify and re-use the software governed by this license.
+
+The exercising of this right is conditional upon the obligation to make
+available to the community the modifications made to the source code of
+the software so as to contribute to its evolution.
+
+In consideration of access to the source code and the rights to copy,
+modify and redistribute granted by the license, users are provided only
+with a limited warranty and the software's author, the holder of the
+economic rights, and the successive licensors only have limited liability.
+
+In this respect, the risks associated with loading, using, modifying
+and/or developing or reproducing the software by the user are brought to
+the user's attention, given its Free Software status, which may make it
+complicated to use, with the result that its use is reserved for
+developers and experienced professionals having in-depth computer
+knowledge. Users are therefore encouraged to load and test the
+suitability of the software as regards their requirements in conditions
+enabling the security of their systems and/or data to be ensured and,
+more generally, to use and operate it in the same conditions of
+security. This Agreement may be freely reproduced and published,
+provided it is not altered, and that no provisions are either added or
+removed herefrom.
+
+This Agreement may apply to any or all software for which the holder of
+the economic rights decides to submit the use thereof to its provisions.
+
+
+ Article 1 - DEFINITIONS
+
+For the purpose of this Agreement, when the following expressions
+commence with a capital letter, they shall have the following meaning:
+
+Agreement: means this license agreement, and its possible subsequent
+versions and annexes.
+
+Software: means the software in its Object Code and/or Source Code form
+and, where applicable, its documentation, "as is" when the Licensee
+accepts the Agreement.
+
+Initial Software: means the Software in its Source Code and possibly its
+Object Code form and, where applicable, its documentation, "as is" when
+it is first distributed under the terms and conditions of the Agreement.
+
+Modified Software: means the Software modified by at least one
+Integrated Contribution.
+
+Source Code: means all the Software's instructions and program lines to
+which access is required so as to modify the Software.
+
+Object Code: means the binary files originating from the compilation of
+the Source Code.
+
+Holder: means the holder(s) of the economic rights over the Initial
+Software.
+
+Licensee: means the Software user(s) having accepted the Agreement.
+
+Contributor: means a Licensee having made at least one Integrated
+Contribution.
+
+Licensor: means the Holder, or any other individual or legal entity, who
+distributes the Software under the Agreement.
+
+Integrated Contribution: means any or all modifications, corrections,
+translations, adaptations and/or new functions integrated into the
+Source Code by any or all Contributors.
+
+Related Module: means a set of sources files including their
+documentation that, without modification to the Source Code, enables
+supplementary functions or services in addition to those offered by the
+Software.
+
+Derivative Software: means any combination of the Software, modified or
+not, and of a Related Module.
+
+Parties: mean both the Licensee and the Licensor.
+
+These expressions may be used both in singular and plural form.
+
+
+ Article 2 - PURPOSE
+
+The purpose of the Agreement is the grant by the Licensor to the
+Licensee of a non-exclusive, transferable and worldwide license for the
+Software as set forth in Article 5 hereinafter for the whole term of the
+protection granted by the rights over said Software.
+
+
+ Article 3 - ACCEPTANCE
+
+3.1 The Licensee shall be deemed as having accepted the terms and
+conditions of this Agreement upon the occurrence of the first of the
+following events:
+
+ * (i) loading the Software by any or all means, notably, by
+ downloading from a remote server, or by loading from a physical
+ medium;
+ * (ii) the first time the Licensee exercises any of the rights
+ granted hereunder.
+
+3.2 One copy of the Agreement, containing a notice relating to the
+characteristics of the Software, to the limited warranty, and to the
+fact that its use is restricted to experienced users has been provided
+to the Licensee prior to its acceptance as set forth in Article 3.1
+hereinabove, and the Licensee hereby acknowledges that it has read and
+understood it.
+
+
+ Article 4 - EFFECTIVE DATE AND TERM
+
+
+ 4.1 EFFECTIVE DATE
+
+The Agreement shall become effective on the date when it is accepted by
+the Licensee as set forth in Article 3.1.
+
+
+ 4.2 TERM
+
+The Agreement shall remain in force for the entire legal term of
+protection of the economic rights over the Software.
+
+
+ Article 5 - SCOPE OF RIGHTS GRANTED
+
+The Licensor hereby grants to the Licensee, who accepts, the following
+rights over the Software for any or all use, and for the term of the
+Agreement, on the basis of the terms and conditions set forth hereinafter.
+
+Besides, if the Licensor owns or comes to own one or more patents
+protecting all or part of the functions of the Software or of its
+components, the Licensor undertakes not to enforce the rights granted by
+these patents against successive Licensees using, exploiting or
+modifying the Software. If these patents are transferred, the Licensor
+undertakes to have the transferees subscribe to the obligations set
+forth in this paragraph.
+
+
+ 5.1 RIGHT OF USE
+
+The Licensee is authorized to use the Software, without any limitation
+as to its fields of application, with it being hereinafter specified
+that this comprises:
+
+ 1. permanent or temporary reproduction of all or part of the Software
+ by any or all means and in any or all form.
+
+ 2. loading, displaying, running, or storing the Software on any or
+ all medium.
+
+ 3. entitlement to observe, study or test its operation so as to
+ determine the ideas and principles behind any or all constituent
+ elements of said Software. This shall apply when the Licensee
+ carries out any or all loading, displaying, running, transmission
+ or storage operation as regards the Software, that it is entitled
+ to carry out hereunder.
+
+
+ 5.2 RIGHT OF MODIFICATION
+
+The right of modification includes the right to translate, adapt,
+arrange, or make any or all modifications to the Software, and the right
+to reproduce the resulting software. It includes, in particular, the
+right to create a Derivative Software.
+
+The Licensee is authorized to make any or all modification to the
+Software provided that it includes an explicit notice that it is the
+author of said modification and indicates the date of the creation thereof.
+
+
+ 5.3 RIGHT OF DISTRIBUTION
+
+In particular, the right of distribution includes the right to publish,
+transmit and communicate the Software to the general public on any or
+all medium, and by any or all means, and the right to market, either in
+consideration of a fee, or free of charge, one or more copies of the
+Software by any means.
+
+The Licensee is further authorized to distribute copies of the modified
+or unmodified Software to third parties according to the terms and
+conditions set forth hereinafter.
+
+
+ 5.3.1 DISTRIBUTION OF SOFTWARE WITHOUT MODIFICATION
+
+The Licensee is authorized to distribute true copies of the Software in
+Source Code or Object Code form, provided that said distribution
+complies with all the provisions of the Agreement and is accompanied by:
+
+ 1. a copy of the Agreement,
+
+ 2. a notice relating to the limitation of both the Licensor's
+ warranty and liability as set forth in Articles 8 and 9,
+
+and that, in the event that only the Object Code of the Software is
+redistributed, the Licensee allows effective access to the full Source
+Code of the Software at a minimum during the entire period of its
+distribution of the Software, it being understood that the additional
+cost of acquiring the Source Code shall not exceed the cost of
+transferring the data.
+
+
+ 5.3.2 DISTRIBUTION OF MODIFIED SOFTWARE
+
+When the Licensee makes an Integrated Contribution to the Software, the
+terms and conditions for the distribution of the resulting Modified
+Software become subject to all the provisions of this Agreement.
+
+The Licensee is authorized to distribute the Modified Software, in
+source code or object code form, provided that said distribution
+complies with all the provisions of the Agreement and is accompanied by:
+
+ 1. a copy of the Agreement,
+
+ 2. a notice relating to the limitation of both the Licensor's
+ warranty and liability as set forth in Articles 8 and 9,
+
+and that, in the event that only the object code of the Modified
+Software is redistributed, the Licensee allows effective access to the
+full source code of the Modified Software at a minimum during the entire
+period of its distribution of the Modified Software, it being understood
+that the additional cost of acquiring the source code shall not exceed
+the cost of transferring the data.
+
+
+ 5.3.3 DISTRIBUTION OF DERIVATIVE SOFTWARE
+
+When the Licensee creates Derivative Software, this Derivative Software
+may be distributed under a license agreement other than this Agreement,
+subject to compliance with the requirement to include a notice
+concerning the rights over the Software as defined in Article 6.4.
+In the event the creation of the Derivative Software required modification
+of the Source Code, the Licensee undertakes that:
+
+ 1. the resulting Modified Software will be governed by this Agreement,
+ 2. the Integrated Contributions in the resulting Modified Software
+ will be clearly identified and documented,
+ 3. the Licensee will allow effective access to the source code of the
+ Modified Software, at a minimum during the entire period of
+ distribution of the Derivative Software, such that such
+ modifications may be carried over in a subsequent version of the
+ Software; it being understood that the additional cost of
+ purchasing the source code of the Modified Software shall not
+ exceed the cost of transferring the data.
+
+
+ 5.3.4 COMPATIBILITY WITH THE CeCILL LICENSE
+
+When a Modified Software contains an Integrated Contribution subject to
+the CeCILL license agreement, or when a Derivative Software contains a
+Related Module subject to the CeCILL license agreement, the provisions
+set forth in the third item of Article 6.4 are optional.
+
+
+ Article 6 - INTELLECTUAL PROPERTY
+
+
+ 6.1 OVER THE INITIAL SOFTWARE
+
+The Holder owns the economic rights over the Initial Software. Any or
+all use of the Initial Software is subject to compliance with the terms
+and conditions under which the Holder has elected to distribute its work
+and no one shall be entitled to modify the terms and conditions for the
+distribution of said Initial Software.
+
+The Holder undertakes that the Initial Software will remain ruled at
+least by this Agreement, for the duration set forth in Article 4.2.
+
+
+ 6.2 OVER THE INTEGRATED CONTRIBUTIONS
+
+The Licensee who develops an Integrated Contribution is the owner of the
+intellectual property rights over this Contribution as defined by
+applicable law.
+
+
+ 6.3 OVER THE RELATED MODULES
+
+The Licensee who develops a Related Module is the owner of the
+intellectual property rights over this Related Module as defined by
+applicable law and is free to choose the type of agreement that shall
+govern its distribution under the conditions defined in Article 5.3.3.
+
+
+ 6.4 NOTICE OF RIGHTS
+
+The Licensee expressly undertakes:
+
+ 1. not to remove, or modify, in any manner, the intellectual property
+ notices attached to the Software;
+
+ 2. to reproduce said notices, in an identical manner, in the copies
+ of the Software modified or not;
+
+ 3. to ensure that use of the Software, its intellectual property
+ notices and the fact that it is governed by the Agreement is
+ indicated in a text that is easily accessible, specifically from
+ the interface of any Derivative Software.
+
+The Licensee undertakes not to directly or indirectly infringe the
+intellectual property rights of the Holder and/or Contributors on the
+Software and to take, where applicable, vis-à-vis its staff, any and all
+measures required to ensure respect of said intellectual property rights
+of the Holder and/or Contributors.
+
+
+ Article 7 - RELATED SERVICES
+
+7.1 Under no circumstances shall the Agreement oblige the Licensor to
+provide technical assistance or maintenance services for the Software.
+
+However, the Licensor is entitled to offer this type of services. The
+terms and conditions of such technical assistance, and/or such
+maintenance, shall be set forth in a separate instrument. Only the
+Licensor offering said maintenance and/or technical assistance services
+shall incur liability therefor.
+
+7.2 Similarly, any Licensor is entitled to offer to its licensees, under
+its sole responsibility, a warranty, that shall only be binding upon
+itself, for the redistribution of the Software and/or the Modified
+Software, under terms and conditions that it is free to decide. Said
+warranty, and the financial terms and conditions of its application,
+shall be subject of a separate instrument executed between the Licensor
+and the Licensee.
+
+
+ Article 8 - LIABILITY
+
+8.1 Subject to the provisions of Article 8.2, the Licensee shall be
+entitled to claim compensation for any direct loss it may have suffered
+from the Software as a result of a fault on the part of the relevant
+Licensor, subject to providing evidence thereof.
+
+8.2 The Licensor's liability is limited to the commitments made under
+this Agreement and shall not be incurred as a result of in particular:
+(i) loss due the Licensee's total or partial failure to fulfill its
+obligations, (ii) direct or consequential loss that is suffered by the
+Licensee due to the use or performance of the Software, and (iii) more
+generally, any consequential loss. In particular the Parties expressly
+agree that any or all pecuniary or business loss (i.e. loss of data,
+loss of profits, operating loss, loss of customers or orders,
+opportunity cost, any disturbance to business activities) or any or all
+legal proceedings instituted against the Licensee by a third party,
+shall constitute consequential loss and shall not provide entitlement to
+any or all compensation from the Licensor.
+
+
+ Article 9 - WARRANTY
+
+9.1 The Licensee acknowledges that the scientific and technical
+state-of-the-art when the Software was distributed did not enable all
+possible uses to be tested and verified, nor for the presence of
+possible defects to be detected. In this respect, the Licensee's
+attention has been drawn to the risks associated with loading, using,
+modifying and/or developing and reproducing the Software which are
+reserved for experienced users.
+
+The Licensee shall be responsible for verifying, by any or all means,
+the suitability of the product for its requirements, its good working
+order, and for ensuring that it shall not cause damage to either persons
+or properties.
+
+9.2 The Licensor hereby represents, in good faith, that it is entitled
+to grant all the rights over the Software (including in particular the
+rights set forth in Article 5).
+
+9.3 The Licensee acknowledges that the Software is supplied "as is" by
+the Licensor without any other express or tacit warranty, other than
+that provided for in Article 9.2 and, in particular, without any warranty
+as to its commercial value, its secured, safe, innovative or relevant
+nature.
+
+Specifically, the Licensor does not warrant that the Software is free
+from any error, that it will operate without interruption, that it will
+be compatible with the Licensee's own equipment and software
+configuration, nor that it will meet the Licensee's requirements.
+
+9.4 The Licensor does not either expressly or tacitly warrant that the
+Software does not infringe any third party intellectual property right
+relating to a patent, software or any other property right. Therefore,
+the Licensor disclaims any and all liability towards the Licensee
+arising out of any or all proceedings for infringement that may be
+instituted in respect of the use, modification and redistribution of the
+Software. Nevertheless, should such proceedings be instituted against
+the Licensee, the Licensor shall provide it with technical and legal
+assistance for its defense. Such technical and legal assistance shall be
+decided on a case-by-case basis between the relevant Licensor and the
+Licensee pursuant to a memorandum of understanding. The Licensor
+disclaims any and all liability as regards the Licensee's use of the
+name of the Software. No warranty is given as regards the existence of
+prior rights over the name of the Software or as regards the existence
+of a trademark.
+
+
+ Article 10 - TERMINATION
+
+10.1 In the event of a breach by the Licensee of its obligations
+hereunder, the Licensor may automatically terminate this Agreement
+thirty (30) days after notice has been sent to the Licensee and has
+remained ineffective.
+
+10.2 A Licensee whose Agreement is terminated shall no longer be
+authorized to use, modify or distribute the Software. However, any
+licenses that it may have granted prior to termination of the Agreement
+shall remain valid subject to their having been granted in compliance
+with the terms and conditions hereof.
+
+
+ Article 11 - MISCELLANEOUS
+
+
+ 11.1 EXCUSABLE EVENTS
+
+Neither Party shall be liable for any or all delay, or failure to
+perform the Agreement, that may be attributable to an event of force
+majeure, an act of God or an outside cause, such as defective
+functioning or interruptions of the electricity or telecommunications
+networks, network paralysis following a virus attack, intervention by
+government authorities, natural disasters, water damage, earthquakes,
+fire, explosions, strikes and labor unrest, war, etc.
+
+11.2 Any failure by either Party, on one or more occasions, to invoke
+one or more of the provisions hereof, shall under no circumstances be
+interpreted as being a waiver by the interested Party of its right to
+invoke said provision(s) subsequently.
+
+11.3 The Agreement cancels and replaces any or all previous agreements,
+whether written or oral, between the Parties and having the same
+purpose, and constitutes the entirety of the agreement between said
+Parties concerning said purpose. No supplement or modification to the
+terms and conditions hereof shall be effective as between the Parties
+unless it is made in writing and signed by their duly authorized
+representatives.
+
+11.4 In the event that one or more of the provisions hereof were to
+conflict with a current or future applicable act or legislative text,
+said act or legislative text shall prevail, and the Parties shall make
+the necessary amendments so as to comply with said act or legislative
+text. All other provisions shall remain effective. Similarly, invalidity
+of a provision of the Agreement, for any reason whatsoever, shall not
+cause the Agreement as a whole to be invalid.
+
+
+ 11.5 LANGUAGE
+
+The Agreement is drafted in both French and English and both versions
+are deemed authentic.
+
+
+ Article 12 - NEW VERSIONS OF THE AGREEMENT
+
+12.1 Any person is authorized to duplicate and distribute copies of this
+Agreement.
+
+12.2 So as to ensure coherence, the wording of this Agreement is
+protected and may only be modified by the authors of the License, who
+reserve the right to periodically publish updates or new versions of the
+Agreement, each with a separate number. These subsequent versions may
+address new issues encountered by Free Software.
+
+12.3 Any Software distributed under a given version of the Agreement may
+only be subsequently distributed under the same version of the Agreement
+or a subsequent version.
+
+
+ Article 13 - GOVERNING LAW AND JURISDICTION
+
+13.1 The Agreement is governed by French law. The Parties agree to
+endeavor to seek an amicable solution to any disagreements or disputes
+that may arise during the performance of the Agreement.
+
+13.2 Failing an amicable solution within two (2) months as from their
+occurrence, and unless emergency proceedings are necessary, the
+disagreements or disputes shall be referred to the Paris Courts having
+jurisdiction, by the more diligent Party.
+
+
+Version 1.0 dated 2006-09-05.
+
+- SU2
+ GNU LESSER GENERAL PUBLIC LICENSE
+ Version 2.1, February 1999
+
+ Copyright (C) 1991, 1999 Free Software Foundation, Inc.
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+[This is the first released version of the Lesser GPL. It also counts
+ as the successor of the GNU Library Public License, version 2, hence
+ the version number 2.1.]
+
+ Preamble
+
+ The licenses for most software are designed to take away your
+freedom to share and change it. By contrast, the GNU General Public
+Licenses are intended to guarantee your freedom to share and change
+free software--to make sure the software is free for all its users.
+
+ This license, the Lesser General Public License, applies to some
+specially designated software packages--typically libraries--of the
+Free Software Foundation and other authors who decide to use it. You
+can use it too, but we suggest you first think carefully about whether
+this license or the ordinary General Public License is the better
+strategy to use in any particular case, based on the explanations below.
+
+ When we speak of free software, we are referring to freedom of use,
+not price. Our General Public Licenses are designed to make sure that
+you have the freedom to distribute copies of free software (and charge
+for this service if you wish); that you receive source code or can get
+it if you want it; that you can change the software and use pieces of
+it in new free programs; and that you are informed that you can do
+these things.
+
+ To protect your rights, we need to make restrictions that forbid
+distributors to deny you these rights or to ask you to surrender these
+rights. These restrictions translate to certain responsibilities for
+you if you distribute copies of the library or if you modify it.
+
+ For example, if you distribute copies of the library, whether gratis
+or for a fee, you must give the recipients all the rights that we gave
+you. You must make sure that they, too, receive or can get the source
+code. If you link other code with the library, you must provide
+complete object files to the recipients, so that they can relink them
+with the library after making changes to the library and recompiling
+it. And you must show them these terms so they know their rights.
+
+ We protect your rights with a two-step method: (1) we copyright the
+library, and (2) we offer you this license, which gives you legal
+permission to copy, distribute and/or modify the library.
+
+ To protect each distributor, we want to make it very clear that
+there is no warranty for the free library. Also, if the library is
+modified by someone else and passed on, the recipients should know
+that what they have is not the original version, so that the original
+author's reputation will not be affected by problems that might be
+introduced by others.
+
+ Finally, software patents pose a constant threat to the existence of
+any free program. We wish to make sure that a company cannot
+effectively restrict the users of a free program by obtaining a
+restrictive license from a patent holder. Therefore, we insist that
+any patent license obtained for a version of the library must be
+consistent with the full freedom of use specified in this license.
+
+ Most GNU software, including some libraries, is covered by the
+ordinary GNU General Public License. This license, the GNU Lesser
+General Public License, applies to certain designated libraries, and
+is quite different from the ordinary General Public License. We use
+this license for certain libraries in order to permit linking those
+libraries into non-free programs.
+
+ When a program is linked with a library, whether statically or using
+a shared library, the combination of the two is legally speaking a
+combined work, a derivative of the original library. The ordinary
+General Public License therefore permits such linking only if the
+entire combination fits its criteria of freedom. The Lesser General
+Public License permits more lax criteria for linking other code with
+the library.
+
+ We call this license the "Lesser" General Public License because it
+does Less to protect the user's freedom than the ordinary General
+Public License. It also provides other free software developers Less
+of an advantage over competing non-free programs. These disadvantages
+are the reason we use the ordinary General Public License for many
+libraries. However, the Lesser license provides advantages in certain
+special circumstances.
+
+ For example, on rare occasions, there may be a special need to
+encourage the widest possible use of a certain library, so that it becomes
+a de-facto standard. To achieve this, non-free programs must be
+allowed to use the library. A more frequent case is that a free
+library does the same job as widely used non-free libraries. In this
+case, there is little to gain by limiting the free library to free
+software only, so we use the Lesser General Public License.
+
+ In other cases, permission to use a particular library in non-free
+programs enables a greater number of people to use a large body of
+free software. For example, permission to use the GNU C Library in
+non-free programs enables many more people to use the whole GNU
+operating system, as well as its variant, the GNU/Linux operating
+system.
+
+ Although the Lesser General Public License is Less protective of the
+users' freedom, it does ensure that the user of a program that is
+linked with the Library has the freedom and the wherewithal to run
+that program using a modified version of the Library.
+
+ The precise terms and conditions for copying, distribution and
+modification follow. Pay close attention to the difference between a
+"work based on the library" and a "work that uses the library". The
+former contains code derived from the library, whereas the latter must
+be combined with the library in order to run.
+
+ GNU LESSER GENERAL PUBLIC LICENSE
+ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
+
+ 0. This License Agreement applies to any software library or other
+program which contains a notice placed by the copyright holder or
+other authorized party saying it may be distributed under the terms of
+this Lesser General Public License (also called "this License").
+Each licensee is addressed as "you".
+
+ A "library" means a collection of software functions and/or data
+prepared so as to be conveniently linked with application programs
+(which use some of those functions and data) to form executables.
+
+ The "Library", below, refers to any such software library or work
+which has been distributed under these terms. A "work based on the
+Library" means either the Library or any derivative work under
+copyright law: that is to say, a work containing the Library or a
+portion of it, either verbatim or with modifications and/or translated
+straightforwardly into another language. (Hereinafter, translation is
+included without limitation in the term "modification".)
+
+ "Source code" for a work means the preferred form of the work for
+making modifications to it. For a library, complete source code means
+all the source code for all modules it contains, plus any associated
+interface definition files, plus the scripts used to control compilation
+and installation of the library.
+
+ Activities other than copying, distribution and modification are not
+covered by this License; they are outside its scope. The act of
+running a program using the Library is not restricted, and output from
+such a program is covered only if its contents constitute a work based
+on the Library (independent of the use of the Library in a tool for
+writing it). Whether that is true depends on what the Library does
+and what the program that uses the Library does.
+
+ 1. You may copy and distribute verbatim copies of the Library's
+complete source code as you receive it, in any medium, provided that
+you conspicuously and appropriately publish on each copy an
+appropriate copyright notice and disclaimer of warranty; keep intact
+all the notices that refer to this License and to the absence of any
+warranty; and distribute a copy of this License along with the
+Library.
+
+ You may charge a fee for the physical act of transferring a copy,
+and you may at your option offer warranty protection in exchange for a
+fee.
+
+ 2. You may modify your copy or copies of the Library or any portion
+of it, thus forming a work based on the Library, and copy and
+distribute such modifications or work under the terms of Section 1
+above, provided that you also meet all of these conditions:
+
+ a) The modified work must itself be a software library.
+
+ b) You must cause the files modified to carry prominent notices
+ stating that you changed the files and the date of any change.
+
+ c) You must cause the whole of the work to be licensed at no
+ charge to all third parties under the terms of this License.
+
+ d) If a facility in the modified Library refers to a function or a
+ table of data to be supplied by an application program that uses
+ the facility, other than as an argument passed when the facility
+ is invoked, then you must make a good faith effort to ensure that,
+ in the event an application does not supply such function or
+ table, the facility still operates, and performs whatever part of
+ its purpose remains meaningful.
+
+ (For example, a function in a library to compute square roots has
+ a purpose that is entirely well-defined independent of the
+ application. Therefore, Subsection 2d requires that any
+ application-supplied function or table used by this function must
+ be optional: if the application does not supply it, the square
+ root function must still compute square roots.)
+
+These requirements apply to the modified work as a whole. If
+identifiable sections of that work are not derived from the Library,
+and can be reasonably considered independent and separate works in
+themselves, then this License, and its terms, do not apply to those
+sections when you distribute them as separate works. But when you
+distribute the same sections as part of a whole which is a work based
+on the Library, the distribution of the whole must be on the terms of
+this License, whose permissions for other licensees extend to the
+entire whole, and thus to each and every part regardless of who wrote
+it.
+
+Thus, it is not the intent of this section to claim rights or contest
+your rights to work written entirely by you; rather, the intent is to
+exercise the right to control the distribution of derivative or
+collective works based on the Library.
+
+In addition, mere aggregation of another work not based on the Library
+with the Library (or with a work based on the Library) on a volume of
+a storage or distribution medium does not bring the other work under
+the scope of this License.
+
+ 3. You may opt to apply the terms of the ordinary GNU General Public
+License instead of this License to a given copy of the Library. To do
+this, you must alter all the notices that refer to this License, so
+that they refer to the ordinary GNU General Public License, version 2,
+instead of to this License. (If a newer version than version 2 of the
+ordinary GNU General Public License has appeared, then you can specify
+that version instead if you wish.) Do not make any other change in
+these notices.
+
+ Once this change is made in a given copy, it is irreversible for
+that copy, so the ordinary GNU General Public License applies to all
+subsequent copies and derivative works made from that copy.
+
+ This option is useful when you wish to copy part of the code of
+the Library into a program that is not a library.
+
+ 4. You may copy and distribute the Library (or a portion or
+derivative of it, under Section 2) in object code or executable form
+under the terms of Sections 1 and 2 above provided that you accompany
+it with the complete corresponding machine-readable source code, which
+must be distributed under the terms of Sections 1 and 2 above on a
+medium customarily used for software interchange.
+
+ If distribution of object code is made by offering access to copy
+from a designated place, then offering equivalent access to copy the
+source code from the same place satisfies the requirement to
+distribute the source code, even though third parties are not
+compelled to copy the source along with the object code.
+
+ 5. A program that contains no derivative of any portion of the
+Library, but is designed to work with the Library by being compiled or
+linked with it, is called a "work that uses the Library". Such a
+work, in isolation, is not a derivative work of the Library, and
+therefore falls outside the scope of this License.
+
+ However, linking a "work that uses the Library" with the Library
+creates an executable that is a derivative of the Library (because it
+contains portions of the Library), rather than a "work that uses the
+library". The executable is therefore covered by this License.
+Section 6 states terms for distribution of such executables.
+
+ When a "work that uses the Library" uses material from a header file
+that is part of the Library, the object code for the work may be a
+derivative work of the Library even though the source code is not.
+Whether this is true is especially significant if the work can be
+linked without the Library, or if the work is itself a library. The
+threshold for this to be true is not precisely defined by law.
+
+ If such an object file uses only numerical parameters, data
+structure layouts and accessors, and small macros and small inline
+functions (ten lines or less in length), then the use of the object
+file is unrestricted, regardless of whether it is legally a derivative
+work. (Executables containing this object code plus portions of the
+Library will still fall under Section 6.)
+
+ Otherwise, if the work is a derivative of the Library, you may
+distribute the object code for the work under the terms of Section 6.
+Any executables containing that work also fall under Section 6,
+whether or not they are linked directly with the Library itself.
+
+ 6. As an exception to the Sections above, you may also combine or
+link a "work that uses the Library" with the Library to produce a
+work containing portions of the Library, and distribute that work
+under terms of your choice, provided that the terms permit
+modification of the work for the customer's own use and reverse
+engineering for debugging such modifications.
+
+ You must give prominent notice with each copy of the work that the
+Library is used in it and that the Library and its use are covered by
+this License. You must supply a copy of this License. If the work
+during execution displays copyright notices, you must include the
+copyright notice for the Library among them, as well as a reference
+directing the user to the copy of this License. Also, you must do one
+of these things:
+
+ a) Accompany the work with the complete corresponding
+ machine-readable source code for the Library including whatever
+ changes were used in the work (which must be distributed under
+ Sections 1 and 2 above); and, if the work is an executable linked
+ with the Library, with the complete machine-readable "work that
+ uses the Library", as object code and/or source code, so that the
+ user can modify the Library and then relink to produce a modified
+ executable containing the modified Library. (It is understood
+ that the user who changes the contents of definitions files in the
+ Library will not necessarily be able to recompile the application
+ to use the modified definitions.)
+
+ b) Use a suitable shared library mechanism for linking with the
+ Library. A suitable mechanism is one that (1) uses at run time a
+ copy of the library already present on the user's computer system,
+ rather than copying library functions into the executable, and (2)
+ will operate properly with a modified version of the library, if
+ the user installs one, as long as the modified version is
+ interface-compatible with the version that the work was made with.
+
+ c) Accompany the work with a written offer, valid for at
+ least three years, to give the same user the materials
+ specified in Subsection 6a, above, for a charge no more
+ than the cost of performing this distribution.
+
+ d) If distribution of the work is made by offering access to copy
+ from a designated place, offer equivalent access to copy the above
+ specified materials from the same place.
+
+ e) Verify that the user has already received a copy of these
+ materials or that you have already sent this user a copy.
+
+ For an executable, the required form of the "work that uses the
+Library" must include any data and utility programs needed for
+reproducing the executable from it. However, as a special exception,
+the materials to be distributed need not include anything that is
+normally distributed (in either source or binary form) with the major
+components (compiler, kernel, and so on) of the operating system on
+which the executable runs, unless that component itself accompanies
+the executable.
+
+ It may happen that this requirement contradicts the license
+restrictions of other proprietary libraries that do not normally
+accompany the operating system. Such a contradiction means you cannot
+use both them and the Library together in an executable that you
+distribute.
+
+ 7. 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 not covered by this License, and distribute such a combined
+library, provided that the separate distribution of the work based on
+the Library and of the other library facilities is otherwise
+permitted, and provided that you do these two things:
+
+ a) Accompany the combined library with a copy of the same work
+ based on the Library, uncombined with any other library
+ facilities. This must be distributed under the terms of the
+ Sections above.
+
+ b) Give prominent notice with the combined library of the fact
+ that part of it is a work based on the Library, and explaining
+ where to find the accompanying uncombined form of the same work.
+
+ 8. You may not copy, modify, sublicense, link with, or distribute
+the Library except as expressly provided under this License. Any
+attempt otherwise to copy, modify, sublicense, link with, or
+distribute the Library is void, and will automatically terminate your
+rights under this License. However, parties who have received copies,
+or rights, from you under this License will not have their licenses
+terminated so long as such parties remain in full compliance.
+
+ 9. You are not required to accept this License, since you have not
+signed it. However, nothing else grants you permission to modify or
+distribute the Library or its derivative works. These actions are
+prohibited by law if you do not accept this License. Therefore, by
+modifying or distributing the Library (or any work based on the
+Library), you indicate your acceptance of this License to do so, and
+all its terms and conditions for copying, distributing or modifying
+the Library or works based on it.
+
+ 10. Each time you redistribute the Library (or any work based on the
+Library), the recipient automatically receives a license from the
+original licensor to copy, distribute, link with or modify the Library
+subject to these terms and conditions. You may not impose any further
+restrictions on the recipients' exercise of the rights granted herein.
+You are not responsible for enforcing compliance by third parties with
+this License.
+
+ 11. If, as a consequence of a court judgment or allegation of patent
+infringement or for any other reason (not limited to patent issues),
+conditions are imposed on you (whether by court order, agreement or
+otherwise) that contradict the conditions of this License, they do not
+excuse you from the conditions of this License. If you cannot
+distribute so as to satisfy simultaneously your obligations under this
+License and any other pertinent obligations, then as a consequence you
+may not distribute the Library at all. For example, if a patent
+license would not permit royalty-free redistribution of the Library by
+all those who receive copies directly or indirectly through you, then
+the only way you could satisfy both it and this License would be to
+refrain entirely from distribution of the Library.
+
+If any portion of this section is held invalid or unenforceable under any
+particular circumstance, the balance of the section is intended to apply,
+and the section as a whole is intended to apply in other circumstances.
+
+It is not the purpose of this section to induce you to infringe any
+patents or other property right claims or to contest validity of any
+such claims; this section has the sole purpose of protecting the
+integrity of the free software distribution system which is
+implemented by public license practices. Many people have made
+generous contributions to the wide range of software distributed
+through that system in reliance on consistent application of that
+system; it is up to the author/donor to decide if he or she is willing
+to distribute software through any other system and a licensee cannot
+impose that choice.
+
+This section is intended to make thoroughly clear what is believed to
+be a consequence of the rest of this License.
+
+ 12. If the distribution and/or use of the Library is restricted in
+certain countries either by patents or by copyrighted interfaces, the
+original copyright holder who places the Library under this License may add
+an explicit geographical distribution limitation excluding those countries,
+so that distribution is permitted only in or among countries not thus
+excluded. In such case, this License incorporates the limitation as if
+written in the body of this License.
+
+ 13. The Free Software Foundation may publish revised and/or new
+versions of the 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
+specifies a version number of this License which applies to it and
+"any later version", you have the option of following the terms and
+conditions either of that version or of any later version published by
+the Free Software Foundation. If the Library does not specify a
+license version number, you may choose any version ever published by
+the Free Software Foundation.
+
+ 14. If you wish to incorporate parts of the Library into other free
+programs whose distribution conditions are incompatible with these,
+write to the author to ask for permission. For software which is
+copyrighted by the Free Software Foundation, write to the Free
+Software Foundation; we sometimes make exceptions for this. Our
+decision will be guided by the two goals of preserving the free status
+of all derivatives of our free software and of promoting the sharing
+and reuse of software generally.
+
+ NO WARRANTY
+
+ 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
+WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
+EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
+OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
+KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
+LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
+THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
+
+ 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
+WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
+AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
+FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
+CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
+LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
+RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
+FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
+SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
+DAMAGES.
+
+ END OF TERMS AND CONDITIONS
+
+- PlotlyJS
+
+The MIT License (MIT)
+
+Copyright (c) 2017 Plotly, Inc
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
+
+
+- ParaView Glance
+
+BSD 3-Clause License
+
+Copyright (c) 2017, Kitware, Inc.
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+
+* Redistributions of source code must retain the above copyright notice, this
+ list of conditions and the following disclaimer.
+
+* Redistributions in binary form must reproduce the above copyright notice,
+ this list of conditions and the following disclaimer in the documentation
+ and/or other materials provided with the distribution.
+
+* Neither the name of the copyright holder nor the names of its
+ contributors may be used to endorse or promote products derived from
+ this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
+FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+
+- AMGCL
+
+MIT License
+
+Copyright (c) 2012-2020 Denis Demidov
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
+
+- Netgen, Copyright (c) Joachim Schoeberl 2009-2021.
+
+ GNU LESSER GENERAL PUBLIC LICENSE
+ Version 2.1, February 1999
+
+ Copyright (C) 1991, 1999 Free Software Foundation, Inc.
+ 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+[This is the first released version of the Lesser GPL. It also counts
+ as the successor of the GNU Library Public License, version 2, hence
+ the version number 2.1.]
+
+ Preamble
+
+ The licenses for most software are designed to take away your
+freedom to share and change it. By contrast, the GNU General Public
+Licenses are intended to guarantee your freedom to share and change
+free software--to make sure the software is free for all its users.
+
+ This license, the Lesser General Public License, applies to some
+specially designated software packages--typically libraries--of the
+Free Software Foundation and other authors who decide to use it. You
+can use it too, but we suggest you first think carefully about whether
+this license or the ordinary General Public License is the better
+strategy to use in any particular case, based on the explanations below.
+
+ When we speak of free software, we are referring to freedom of use,
+not price. Our General Public Licenses are designed to make sure that
+you have the freedom to distribute copies of free software (and charge
+for this service if you wish); that you receive source code or can get
+it if you want it; that you can change the software and use pieces of
+it in new free programs; and that you are informed that you can do
+these things.
+
+ To protect your rights, we need to make restrictions that forbid
+distributors to deny you these rights or to ask you to surrender these
+rights. These restrictions translate to certain responsibilities for
+you if you distribute copies of the library or if you modify it.
+
+ For example, if you distribute copies of the library, whether gratis
+or for a fee, you must give the recipients all the rights that we gave
+you. You must make sure that they, too, receive or can get the source
+code. If you link other code with the library, you must provide
+complete object files to the recipients, so that they can relink them
+with the library after making changes to the library and recompiling
+it. And you must show them these terms so they know their rights.
+
+ We protect your rights with a two-step method: (1) we copyright the
+library, and (2) we offer you this license, which gives you legal
+permission to copy, distribute and/or modify the library.
+
+ To protect each distributor, we want to make it very clear that
+there is no warranty for the free library. Also, if the library is
+modified by someone else and passed on, the recipients should know
+that what they have is not the original version, so that the original
+author's reputation will not be affected by problems that might be
+introduced by others.
+
+ Finally, software patents pose a constant threat to the existence of
+any free program. We wish to make sure that a company cannot
+effectively restrict the users of a free program by obtaining a
+restrictive license from a patent holder. Therefore, we insist that
+any patent license obtained for a version of the library must be
+consistent with the full freedom of use specified in this license.
+
+ Most GNU software, including some libraries, is covered by the
+ordinary GNU General Public License. This license, the GNU Lesser
+General Public License, applies to certain designated libraries, and
+is quite different from the ordinary General Public License. We use
+this license for certain libraries in order to permit linking those
+libraries into non-free programs.
+
+ When a program is linked with a library, whether statically or using
+a shared library, the combination of the two is legally speaking a
+combined work, a derivative of the original library. The ordinary
+General Public License therefore permits such linking only if the
+entire combination fits its criteria of freedom. The Lesser General
+Public License permits more lax criteria for linking other code with
+the library.
+
+ We call this license the "Lesser" General Public License because it
+does Less to protect the user's freedom than the ordinary General
+Public License. It also provides other free software developers Less
+of an advantage over competing non-free programs. These disadvantages
+are the reason we use the ordinary General Public License for many
+libraries. However, the Lesser license provides advantages in certain
+special circumstances.
+
+ For example, on rare occasions, there may be a special need to
+encourage the widest possible use of a certain library, so that it becomes
+a de-facto standard. To achieve this, non-free programs must be
+allowed to use the library. A more frequent case is that a free
+library does the same job as widely used non-free libraries. In this
+case, there is little to gain by limiting the free library to free
+software only, so we use the Lesser General Public License.
+
+ In other cases, permission to use a particular library in non-free
+programs enables a greater number of people to use a large body of
+free software. For example, permission to use the GNU C Library in
+non-free programs enables many more people to use the whole GNU
+operating system, as well as its variant, the GNU/Linux operating
+system.
+
+ Although the Lesser General Public License is Less protective of the
+users' freedom, it does ensure that the user of a program that is
+linked with the Library has the freedom and the wherewithal to run
+that program using a modified version of the Library.
+
+ The precise terms and conditions for copying, distribution and
+modification follow. Pay close attention to the difference between a
+"work based on the library" and a "work that uses the library". The
+former contains code derived from the library, whereas the latter must
+be combined with the library in order to run.
+
+ GNU LESSER GENERAL PUBLIC LICENSE
+ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
+
+ 0. This License Agreement applies to any software library or other
+program which contains a notice placed by the copyright holder or
+other authorized party saying it may be distributed under the terms of
+this Lesser General Public License (also called "this License").
+Each licensee is addressed as "you".
+
+ A "library" means a collection of software functions and/or data
+prepared so as to be conveniently linked with application programs
+(which use some of those functions and data) to form executables.
+
+ The "Library", below, refers to any such software library or work
+which has been distributed under these terms. A "work based on the
+Library" means either the Library or any derivative work under
+copyright law: that is to say, a work containing the Library or a
+portion of it, either verbatim or with modifications and/or translated
+straightforwardly into another language. (Hereinafter, translation is
+included without limitation in the term "modification".)
+
+ "Source code" for a work means the preferred form of the work for
+making modifications to it. For a library, complete source code means
+all the source code for all modules it contains, plus any associated
+interface definition files, plus the scripts used to control compilation
+and installation of the library.
+
+ Activities other than copying, distribution and modification are not
+covered by this License; they are outside its scope. The act of
+running a program using the Library is not restricted, and output from
+such a program is covered only if its contents constitute a work based
+on the Library (independent of the use of the Library in a tool for
+writing it). Whether that is true depends on what the Library does
+and what the program that uses the Library does.
+
+ 1. You may copy and distribute verbatim copies of the Library's
+complete source code as you receive it, in any medium, provided that
+you conspicuously and appropriately publish on each copy an
+appropriate copyright notice and disclaimer of warranty; keep intact
+all the notices that refer to this License and to the absence of any
+warranty; and distribute a copy of this License along with the
+Library.
+
+ You may charge a fee for the physical act of transferring a copy,
+and you may at your option offer warranty protection in exchange for a
+fee.
+
+ 2. You may modify your copy or copies of the Library or any portion
+of it, thus forming a work based on the Library, and copy and
+distribute such modifications or work under the terms of Section 1
+above, provided that you also meet all of these conditions:
+
+ a) The modified work must itself be a software library.
+
+ b) You must cause the files modified to carry prominent notices
+ stating that you changed the files and the date of any change.
+
+ c) You must cause the whole of the work to be licensed at no
+ charge to all third parties under the terms of this License.
+
+ d) If a facility in the modified Library refers to a function or a
+ table of data to be supplied by an application program that uses
+ the facility, other than as an argument passed when the facility
+ is invoked, then you must make a good faith effort to ensure that,
+ in the event an application does not supply such function or
+ table, the facility still operates, and performs whatever part of
+ its purpose remains meaningful.
+
+ (For example, a function in a library to compute square roots has
+ a purpose that is entirely well-defined independent of the
+ application. Therefore, Subsection 2d requires that any
+ application-supplied function or table used by this function must
+ be optional: if the application does not supply it, the square
+ root function must still compute square roots.)
+
+These requirements apply to the modified work as a whole. If
+identifiable sections of that work are not derived from the Library,
+and can be reasonably considered independent and separate works in
+themselves, then this License, and its terms, do not apply to those
+sections when you distribute them as separate works. But when you
+distribute the same sections as part of a whole which is a work based
+on the Library, the distribution of the whole must be on the terms of
+this License, whose permissions for other licensees extend to the
+entire whole, and thus to each and every part regardless of who wrote
+it.
+
+Thus, it is not the intent of this section to claim rights or contest
+your rights to work written entirely by you; rather, the intent is to
+exercise the right to control the distribution of derivative or
+collective works based on the Library.
+
+In addition, mere aggregation of another work not based on the Library
+with the Library (or with a work based on the Library) on a volume of
+a storage or distribution medium does not bring the other work under
+the scope of this License.
+
+ 3. You may opt to apply the terms of the ordinary GNU General Public
+License instead of this License to a given copy of the Library. To do
+this, you must alter all the notices that refer to this License, so
+that they refer to the ordinary GNU General Public License, version 2,
+instead of to this License. (If a newer version than version 2 of the
+ordinary GNU General Public License has appeared, then you can specify
+that version instead if you wish.) Do not make any other change in
+these notices.
+
+ Once this change is made in a given copy, it is irreversible for
+that copy, so the ordinary GNU General Public License applies to all
+subsequent copies and derivative works made from that copy.
+
+ This option is useful when you wish to copy part of the code of
+the Library into a program that is not a library.
+
+ 4. You may copy and distribute the Library (or a portion or
+derivative of it, under Section 2) in object code or executable form
+under the terms of Sections 1 and 2 above provided that you accompany
+it with the complete corresponding machine-readable source code, which
+must be distributed under the terms of Sections 1 and 2 above on a
+medium customarily used for software interchange.
+
+ If distribution of object code is made by offering access to copy
+from a designated place, then offering equivalent access to copy the
+source code from the same place satisfies the requirement to
+distribute the source code, even though third parties are not
+compelled to copy the source along with the object code.
+
+ 5. A program that contains no derivative of any portion of the
+Library, but is designed to work with the Library by being compiled or
+linked with it, is called a "work that uses the Library". Such a
+work, in isolation, is not a derivative work of the Library, and
+therefore falls outside the scope of this License.
+
+ However, linking a "work that uses the Library" with the Library
+creates an executable that is a derivative of the Library (because it
+contains portions of the Library), rather than a "work that uses the
+library". The executable is therefore covered by this License.
+Section 6 states terms for distribution of such executables.
+
+ When a "work that uses the Library" uses material from a header file
+that is part of the Library, the object code for the work may be a
+derivative work of the Library even though the source code is not.
+Whether this is true is especially significant if the work can be
+linked without the Library, or if the work is itself a library. The
+threshold for this to be true is not precisely defined by law.
+
+ If such an object file uses only numerical parameters, data
+structure layouts and accessors, and small macros and small inline
+functions (ten lines or less in length), then the use of the object
+file is unrestricted, regardless of whether it is legally a derivative
+work. (Executables containing this object code plus portions of the
+Library will still fall under Section 6.)
+
+ Otherwise, if the work is a derivative of the Library, you may
+distribute the object code for the work under the terms of Section 6.
+Any executables containing that work also fall under Section 6,
+whether or not they are linked directly with the Library itself.
+
+ 6. As an exception to the Sections above, you may also combine or
+link a "work that uses the Library" with the Library to produce a
+work containing portions of the Library, and distribute that work
+under terms of your choice, provided that the terms permit
+modification of the work for the customer's own use and reverse
+engineering for debugging such modifications.
+
+ You must give prominent notice with each copy of the work that the
+Library is used in it and that the Library and its use are covered by
+this License. You must supply a copy of this License. If the work
+during execution displays copyright notices, you must include the
+copyright notice for the Library among them, as well as a reference
+directing the user to the copy of this License. Also, you must do one
+of these things:
+
+ a) Accompany the work with the complete corresponding
+ machine-readable source code for the Library including whatever
+ changes were used in the work (which must be distributed under
+ Sections 1 and 2 above); and, if the work is an executable linked
+ with the Library, with the complete machine-readable "work that
+ uses the Library", as object code and/or source code, so that the
+ user can modify the Library and then relink to produce a modified
+ executable containing the modified Library. (It is understood
+ that the user who changes the contents of definitions files in the
+ Library will not necessarily be able to recompile the application
+ to use the modified definitions.)
+
+ b) Use a suitable shared library mechanism for linking with the
+ Library. A suitable mechanism is one that (1) uses at run time a
+ copy of the library already present on the user's computer system,
+ rather than copying library functions into the executable, and (2)
+ will operate properly with a modified version of the library, if
+ the user installs one, as long as the modified version is
+ interface-compatible with the version that the work was made with.
+
+ c) Accompany the work with a written offer, valid for at
+ least three years, to give the same user the materials
+ specified in Subsection 6a, above, for a charge no more
+ than the cost of performing this distribution.
+
+ d) If distribution of the work is made by offering access to copy
+ from a designated place, offer equivalent access to copy the above
+ specified materials from the same place.
+
+ e) Verify that the user has already received a copy of these
+ materials or that you have already sent this user a copy.
+
+ For an executable, the required form of the "work that uses the
+Library" must include any data and utility programs needed for
+reproducing the executable from it. However, as a special exception,
+the materials to be distributed need not include anything that is
+normally distributed (in either source or binary form) with the major
+components (compiler, kernel, and so on) of the operating system on
+which the executable runs, unless that component itself accompanies
+the executable.
+
+ It may happen that this requirement contradicts the license
+restrictions of other proprietary libraries that do not normally
+accompany the operating system. Such a contradiction means you cannot
+use both them and the Library together in an executable that you
+distribute.
+
+ 7. 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 not covered by this License, and distribute such a combined
+library, provided that the separate distribution of the work based on
+the Library and of the other library facilities is otherwise
+permitted, and provided that you do these two things:
+
+ a) Accompany the combined library with a copy of the same work
+ based on the Library, uncombined with any other library
+ facilities. This must be distributed under the terms of the
+ Sections above.
+
+ b) Give prominent notice with the combined library of the fact
+ that part of it is a work based on the Library, and explaining
+ where to find the accompanying uncombined form of the same work.
+
+ 8. You may not copy, modify, sublicense, link with, or distribute
+the Library except as expressly provided under this License. Any
+attempt otherwise to copy, modify, sublicense, link with, or
+distribute the Library is void, and will automatically terminate your
+rights under this License. However, parties who have received copies,
+or rights, from you under this License will not have their licenses
+terminated so long as such parties remain in full compliance.
+
+ 9. You are not required to accept this License, since you have not
+signed it. However, nothing else grants you permission to modify or
+distribute the Library or its derivative works. These actions are
+prohibited by law if you do not accept this License. Therefore, by
+modifying or distributing the Library (or any work based on the
+Library), you indicate your acceptance of this License to do so, and
+all its terms and conditions for copying, distributing or modifying
+the Library or works based on it.
+
+ 10. Each time you redistribute the Library (or any work based on the
+Library), the recipient automatically receives a license from the
+original licensor to copy, distribute, link with or modify the Library
+subject to these terms and conditions. You may not impose any further
+restrictions on the recipients' exercise of the rights granted herein.
+You are not responsible for enforcing compliance by third parties with
+this License.
+
+ 11. If, as a consequence of a court judgment or allegation of patent
+infringement or for any other reason (not limited to patent issues),
+conditions are imposed on you (whether by court order, agreement or
+otherwise) that contradict the conditions of this License, they do not
+excuse you from the conditions of this License. If you cannot
+distribute so as to satisfy simultaneously your obligations under this
+License and any other pertinent obligations, then as a consequence you
+may not distribute the Library at all. For example, if a patent
+license would not permit royalty-free redistribution of the Library by
+all those who receive copies directly or indirectly through you, then
+the only way you could satisfy both it and this License would be to
+refrain entirely from distribution of the Library.
+
+If any portion of this section is held invalid or unenforceable under any
+particular circumstance, the balance of the section is intended to apply,
+and the section as a whole is intended to apply in other circumstances.
+
+It is not the purpose of this section to induce you to infringe any
+patents or other property right claims or to contest validity of any
+such claims; this section has the sole purpose of protecting the
+integrity of the free software distribution system which is
+implemented by public license practices. Many people have made
+generous contributions to the wide range of software distributed
+through that system in reliance on consistent application of that
+system; it is up to the author/donor to decide if he or she is willing
+to distribute software through any other system and a licensee cannot
+impose that choice.
+
+This section is intended to make thoroughly clear what is believed to
+be a consequence of the rest of this License.
+
+ 12. If the distribution and/or use of the Library is restricted in
+certain countries either by patents or by copyrighted interfaces, the
+original copyright holder who places the Library under this License may add
+an explicit geographical distribution limitation excluding those countries,
+so that distribution is permitted only in or among countries not thus
+excluded. In such case, this License incorporates the limitation as if
+written in the body of this License.
+
+ 13. The Free Software Foundation may publish revised and/or new
+versions of the 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
+specifies a version number of this License which applies to it and
+"any later version", you have the option of following the terms and
+conditions either of that version or of any later version published by
+the Free Software Foundation. If the Library does not specify a
+license version number, you may choose any version ever published by
+the Free Software Foundation.
+
+ 14. If you wish to incorporate parts of the Library into other free
+programs whose distribution conditions are incompatible with these,
+write to the author to ask for permission. For software which is
+copyrighted by the Free Software Foundation, write to the Free
+Software Foundation; we sometimes make exceptions for this. Our
+decision will be guided by the two goals of preserving the free status
+of all derivatives of our free software and of promoting the sharing
+and reuse of software generally.
+
+ NO WARRANTY
+
+ 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
+WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
+EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
+OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
+KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
+LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
+THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
+
+ 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
+WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
+AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
+FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
+CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
+LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
+RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
+FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
+SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
+DAMAGES.
+
+ END OF TERMS AND CONDITIONS
+
+ How to Apply These Terms to Your New Libraries
+
+ If you develop a new library, and you want it to be of the greatest
+possible use to the public, we recommend making it free software that
+everyone can redistribute and change. You can do so by permitting
+redistribution under these terms (or, alternatively, under the terms of the
+ordinary General Public License).
+
+ To apply these terms, attach the following notices to the library. It is
+safest to attach them to the start of each source file to most effectively
+convey the exclusion of warranty; and each file should have at least the
+"copyright" line and a pointer to where the full notice is found.
+
+
+ Copyright (C)
+
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2.1 of the License, or (at your option) any later version.
+
+ This library is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Lesser General Public License for more details.
+
+ You should have received a copy of the GNU Lesser General Public
+ License along with this library; if not, write to the Free Software
+ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+
+Also add information on how to contact you by electronic and paper mail.
+
+You should also get your employer (if you work as a programmer) or your
+school, if any, to sign a "copyright disclaimer" for the library, if
+necessary. Here is a sample; alter the names:
+
+ Yoyodyne, Inc., hereby disclaims all copyright interest in the
+ library `Frob' (a library for tweaking knobs) written by James Random Hacker.
+
+ , 1 April 1990
+ Ty Coon, President of Vice
+
+That's all there is to it!
+
+
+- TetWild, Copyright (c) Yixin Hu 2018-2020
+
+Mozilla Public License Version 2.0
+==================================
+
+1. Definitions
+--------------
+
+1.1. "Contributor"
+ means each individual or legal entity that creates, contributes to
+ the creation of, or owns Covered Software.
+
+1.2. "Contributor Version"
+ means the combination of the Contributions of others (if any) used
+ by a Contributor and that particular Contributor's Contribution.
+
+1.3. "Contribution"
+ means Covered Software of a particular Contributor.
+
+1.4. "Covered Software"
+ means Source Code Form to which the initial Contributor has attached
+ the notice in Exhibit A, the Executable Form of such Source Code
+ Form, and Modifications of such Source Code Form, in each case
+ including portions thereof.
+
+1.5. "Incompatible With Secondary Licenses"
+ means
+
+ (a) that the initial Contributor has attached the notice described
+ in Exhibit B to the Covered Software; or
+
+ (b) that the Covered Software was made available under the terms of
+ version 1.1 or earlier of the License, but not also under the
+ terms of a Secondary License.
+
+1.6. "Executable Form"
+ means any form of the work other than Source Code Form.
+
+1.7. "Larger Work"
+ means a work that combines Covered Software with other material, in
+ a separate file or files, that is not Covered Software.
+
+1.8. "License"
+ means this document.
+
+1.9. "Licensable"
+ means having the right to grant, to the maximum extent possible,
+ whether at the time of the initial grant or subsequently, any and
+ all of the rights conveyed by this License.
+
+1.10. "Modifications"
+ means any of the following:
+
+ (a) any file in Source Code Form that results from an addition to,
+ deletion from, or modification of the contents of Covered
+ Software; or
+
+ (b) any new file in Source Code Form that contains any Covered
+ Software.
+
+1.11. "Patent Claims" of a Contributor
+ means any patent claim(s), including without limitation, method,
+ process, and apparatus claims, in any patent Licensable by such
+ Contributor that would be infringed, but for the grant of the
+ License, by the making, using, selling, offering for sale, having
+ made, import, or transfer of either its Contributions or its
+ Contributor Version.
+
+1.12. "Secondary License"
+ means either the GNU General Public License, Version 2.0, the GNU
+ Lesser General Public License, Version 2.1, the GNU Affero General
+ Public License, Version 3.0, or any later versions of those
+ licenses.
+
+1.13. "Source Code Form"
+ means the form of the work preferred for making modifications.
+
+1.14. "You" (or "Your")
+ means an individual or a legal entity exercising rights under this
+ License. For legal entities, "You" includes any entity that
+ controls, is controlled by, or is under common control with You. For
+ purposes of this definition, "control" means (a) the power, direct
+ or indirect, to cause the direction or management of such entity,
+ whether by contract or otherwise, or (b) ownership of more than
+ fifty percent (50%) of the outstanding shares or beneficial
+ ownership of such entity.
+
+2. License Grants and Conditions
+--------------------------------
+
+2.1. Grants
+
+Each Contributor hereby grants You a world-wide, royalty-free,
+non-exclusive license:
+
+(a) under intellectual property rights (other than patent or trademark)
+ Licensable by such Contributor to use, reproduce, make available,
+ modify, display, perform, distribute, and otherwise exploit its
+ Contributions, either on an unmodified basis, with Modifications, or
+ as part of a Larger Work; and
+
+(b) under Patent Claims of such Contributor to make, use, sell, offer
+ for sale, have made, import, and otherwise transfer either its
+ Contributions or its Contributor Version.
+
+2.2. Effective Date
+
+The licenses granted in Section 2.1 with respect to any Contribution
+become effective for each Contribution on the date the Contributor first
+distributes such Contribution.
+
+2.3. Limitations on Grant Scope
+
+The licenses granted in this Section 2 are the only rights granted under
+this License. No additional rights or licenses will be implied from the
+distribution or licensing of Covered Software under this License.
+Notwithstanding Section 2.1(b) above, no patent license is granted by a
+Contributor:
+
+(a) for any code that a Contributor has removed from Covered Software;
+ or
+
+(b) for infringements caused by: (i) Your and any other third party's
+ modifications of Covered Software, or (ii) the combination of its
+ Contributions with other software (except as part of its Contributor
+ Version); or
+
+(c) under Patent Claims infringed by Covered Software in the absence of
+ its Contributions.
+
+This License does not grant any rights in the trademarks, service marks,
+or logos of any Contributor (except as may be necessary to comply with
+the notice requirements in Section 3.4).
+
+2.4. Subsequent Licenses
+
+No Contributor makes additional grants as a result of Your choice to
+distribute the Covered Software under a subsequent version of this
+License (see Section 10.2) or under the terms of a Secondary License (if
+permitted under the terms of Section 3.3).
+
+2.5. Representation
+
+Each Contributor represents that the Contributor believes its
+Contributions are its original creation(s) or it has sufficient rights
+to grant the rights to its Contributions conveyed by this License.
+
+2.6. Fair Use
+
+This License is not intended to limit any rights You have under
+applicable copyright doctrines of fair use, fair dealing, or other
+equivalents.
+
+2.7. Conditions
+
+Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted
+in Section 2.1.
+
+3. Responsibilities
+-------------------
+
+3.1. Distribution of Source Form
+
+All distribution of Covered Software in Source Code Form, including any
+Modifications that You create or to which You contribute, must be under
+the terms of this License. You must inform recipients that the Source
+Code Form of the Covered Software is governed by the terms of this
+License, and how they can obtain a copy of this License. You may not
+attempt to alter or restrict the recipients' rights in the Source Code
+Form.
+
+3.2. Distribution of Executable Form
+
+If You distribute Covered Software in Executable Form then:
+
+(a) such Covered Software must also be made available in Source Code
+ Form, as described in Section 3.1, and You must inform recipients of
+ the Executable Form how they can obtain a copy of such Source Code
+ Form by reasonable means in a timely manner, at a charge no more
+ than the cost of distribution to the recipient; and
+
+(b) You may distribute such Executable Form under the terms of this
+ License, or sublicense it under different terms, provided that the
+ license for the Executable Form does not attempt to limit or alter
+ the recipients' rights in the Source Code Form under this License.
+
+3.3. Distribution of a Larger Work
+
+You may create and distribute a Larger Work under terms of Your choice,
+provided that You also comply with the requirements of this License for
+the Covered Software. If the Larger Work is a combination of Covered
+Software with a work governed by one or more Secondary Licenses, and the
+Covered Software is not Incompatible With Secondary Licenses, this
+License permits You to additionally distribute such Covered Software
+under the terms of such Secondary License(s), so that the recipient of
+the Larger Work may, at their option, further distribute the Covered
+Software under the terms of either this License or such Secondary
+License(s).
+
+3.4. Notices
+
+You may not remove or alter the substance of any license notices
+(including copyright notices, patent notices, disclaimers of warranty,
+or limitations of liability) contained within the Source Code Form of
+the Covered Software, except that You may alter any license notices to
+the extent required to remedy known factual inaccuracies.
+
+3.5. Application of Additional Terms
+
+You may choose to offer, and to charge a fee for, warranty, support,
+indemnity or liability obligations to one or more recipients of Covered
+Software. However, You may do so only on Your own behalf, and not on
+behalf of any Contributor. You must make it absolutely clear that any
+such warranty, support, indemnity, or liability obligation is offered by
+You alone, and You hereby agree to indemnify every Contributor for any
+liability incurred by such Contributor as a result of warranty, support,
+indemnity or liability terms You offer. You may include additional
+disclaimers of warranty and limitations of liability specific to any
+jurisdiction.
+
+4. Inability to Comply Due to Statute or Regulation
+---------------------------------------------------
+
+If it is impossible for You to comply with any of the terms of this
+License with respect to some or all of the Covered Software due to
+statute, judicial order, or regulation then You must: (a) comply with
+the terms of this License to the maximum extent possible; and (b)
+describe the limitations and the code they affect. Such description must
+be placed in a text file included with all distributions of the Covered
+Software under this License. Except to the extent prohibited by statute
+or regulation, such description must be sufficiently detailed for a
+recipient of ordinary skill to be able to understand it.
+
+5. Termination
+--------------
+
+5.1. The rights granted under this License will terminate automatically
+if You fail to comply with any of its terms. However, if You become
+compliant, then the rights granted under this License from a particular
+Contributor are reinstated (a) provisionally, unless and until such
+Contributor explicitly and finally terminates Your grants, and (b) on an
+ongoing basis, if such Contributor fails to notify You of the
+non-compliance by some reasonable means prior to 60 days after You have
+come back into compliance. Moreover, Your grants from a particular
+Contributor are reinstated on an ongoing basis if such Contributor
+notifies You of the non-compliance by some reasonable means, this is the
+first time You have received notice of non-compliance with this License
+from such Contributor, and You become compliant prior to 30 days after
+Your receipt of the notice.
+
+5.2. If You initiate litigation against any entity by asserting a patent
+infringement claim (excluding declaratory judgment actions,
+counter-claims, and cross-claims) alleging that a Contributor Version
+directly or indirectly infringes any patent, then the rights granted to
+You by any and all Contributors for the Covered Software under Section
+2.1 of this License shall terminate.
+
+5.3. In the event of termination under Sections 5.1 or 5.2 above, all
+end user license agreements (excluding distributors and resellers) which
+have been validly granted by You or Your distributors under this License
+prior to termination shall survive termination.
+
+************************************************************************
+* *
+* 6. Disclaimer of Warranty *
+* ------------------------- *
+* *
+* Covered Software is provided under this License on an "as is" *
+* basis, without warranty of any kind, either expressed, implied, or *
+* statutory, including, without limitation, warranties that the *
+* Covered Software is free of defects, merchantable, fit for a *
+* particular purpose or non-infringing. The entire risk as to the *
+* quality and performance of the Covered Software is with You. *
+* Should any Covered Software prove defective in any respect, You *
+* (not any Contributor) assume the cost of any necessary servicing, *
+* repair, or correction. This disclaimer of warranty constitutes an *
+* essential part of this License. No use of any Covered Software is *
+* authorized under this License except under this disclaimer. *
+* *
+************************************************************************
+
+************************************************************************
+* *
+* 7. Limitation of Liability *
+* -------------------------- *
+* *
+* Under no circumstances and under no legal theory, whether tort *
+* (including negligence), contract, or otherwise, shall any *
+* Contributor, or anyone who distributes Covered Software as *
+* permitted above, be liable to You for any direct, indirect, *
+* special, incidental, or consequential damages of any character *
+* including, without limitation, damages for lost profits, loss of *
+* goodwill, work stoppage, computer failure or malfunction, or any *
+* and all other commercial damages or losses, even if such party *
+* shall have been informed of the possibility of such damages. This *
+* limitation of liability shall not apply to liability for death or *
+* personal injury resulting from such party's negligence to the *
+* extent applicable law prohibits such limitation. Some *
+* jurisdictions do not allow the exclusion or limitation of *
+* incidental or consequential damages, so this exclusion and *
+* limitation may not apply to You. *
+* *
+************************************************************************
+
+8. Litigation
+-------------
+
+Any litigation relating to this License may be brought only in the
+courts of a jurisdiction where the defendant maintains its principal
+place of business and such litigation shall be governed by laws of that
+jurisdiction, without reference to its conflict-of-law provisions.
+Nothing in this Section shall prevent a party's ability to bring
+cross-claims or counter-claims.
+
+9. Miscellaneous
+----------------
+
+This License represents the complete agreement concerning the subject
+matter hereof. If any provision of this License is held to be
+unenforceable, such provision shall be reformed only to the extent
+necessary to make it enforceable. Any law or regulation which provides
+that the language of a contract shall be construed against the drafter
+shall not be used to construe this License against a Contributor.
+
+10. Versions of the License
+---------------------------
+
+10.1. New Versions
+
+Mozilla Foundation is the license steward. Except as provided in Section
+10.3, no one other than the license steward has the right to modify or
+publish new versions of this License. Each version will be given a
+distinguishing version number.
+
+10.2. Effect of New Versions
+
+You may distribute the Covered Software under the terms of the version
+of the License under which You originally received the Covered Software,
+or under the terms of any subsequent version published by the license
+steward.
+
+10.3. Modified Versions
+
+If you create software not governed by this License, and you want to
+create a new license for such software, you may create and use a
+modified version of this License if you rename the license and remove
+any references to the name of the license steward (except to note that
+such modified license differs from this License).
+
+10.4. Distributing Source Code Form that is Incompatible With Secondary
+Licenses
+
+If You choose to distribute Source Code Form that is Incompatible With
+Secondary Licenses under the terms of this version of the License, the
+notice described in Exhibit B of this License must be attached.
+
+Exhibit A - Source Code Form License Notice
+-------------------------------------------
+
+ This Source Code Form is subject to the terms of the Mozilla Public
+ License, v. 2.0. If a copy of the MPL was not distributed with this
+ file, You can obtain one at http://mozilla.org/MPL/2.0/.
+
+If it is not possible or desirable to put the notice in a particular
+file, then You may include the notice in a location (such as a LICENSE
+file in a relevant directory) where a recipient would be likely to look
+for such a notice.
+
+You may add additional accurate notices of copyright ownership.
+
+Exhibit B - "Incompatible With Secondary Licenses" Notice
+---------------------------------------------------------
+
+ This Source Code Form is "Incompatible With Secondary Licenses", as
+ defined by the Mozilla Public License, v. 2.0.
diff --git a/cfdtool.m b/cfdtool.m
new file mode 100644
index 0000000..7308074
--- /dev/null
+++ b/cfdtool.m
@@ -0,0 +1,24 @@
+%Start CFDTool.
+%
+% This command starts the main application GUI. The toolbox can
+%
+%
+% cfdtool test % Run all test suites
+% cfdtool testt % Run tests for GUI tutorials
+%
+%
+% and optionally with a vector specifying which tests to run
+%
+% cfdtool test/testt [#] % Run selected tests for test suite
+%
+% To automatically load a model file or (.fes) script on startup use
+%
+% cfdtool filename % Start GUI and load model
+%
+% Furthermore, the following maintenance tasks can also be performed
+%
+% cfdtool activate % Activate product license
+% cfdtool deactivate % Release/free activated license
+% cfdtool sysinfo % Print system information
+
+% Copyright 2013-2022 Precise Simulation, Ltd.
\ No newline at end of file
diff --git a/download.png b/download.png
new file mode 100644
index 0000000000000000000000000000000000000000..a3cb5478de482c9fd06856a4eabd6cc0594e6e02
GIT binary patch
literal 999
zcmVPx#JWxzjMF67zFHBz+3Iq`b001^v0Gas!fY1P$_(yO|
z6bJ$b3l9L2?f`_=0GRgxBsu^vP5_bX0CT$lT$cb@k+LR6m(KfQ_~P!mABwW
z(g3+KqSw2(`*X$Yn!9c*=Kuf$DM>^@R9M5!nTe95APhhQNaPmr|NnIp@S5$}#;V=z
zfhy^MX?!N(6wFI;cNxhj@WX&xjcB~C151B^ih!KwqxQ6C(|TGSt1!xCy5hKjf*b|YcQVO+So
zQ8Lz8#@fvV{~@xp?%mhD=mH~CuZ^0XQ$_FN+ZIXTZF5N)==f0k%*n^cU^*J}_OUt}
z)EzHE$A=pC^#ywU7)$&e7I_gm{gAMnqUEFMnBZSxQD214yu(lrBmz`+vHYJXYNdIA^}vZ276sZ8LXk$mDu@7u|l~p{77%OOaEvHn^EQ8?iE$r>(#ZYu7YU`!>kb
zw+dAGB;@-81h!$-kWG-oo@H{~X3(2$r2)-g0N=Xb4eQjTi?+nFz17nJqCcD>ck9Rl
zMJsT-BETjvi#0gGKGd&RrzRRnu4~5TK}O?);j}mTP#Zq_EGTv~S%^ARq)tZmAukFS
z_)%ho7pzN@TZrU1l3Hap4}WW&7yhKEykc5vQf9Mqi*&GJsKJHAZgTNw^0u%M?KOV^#FX>&jq7?Tp8z6)Gzp(
VxOx~gODg~X002ovPDHLkV1idb%A^1Q
literal 0
HcmV?d00001
diff --git a/screenshot.jpg b/screenshot.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..238dda3002892493861c00f4e51b17dd0d02d6a0
GIT binary patch
literal 68309
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 R1dx()S(%r=k;qax>gNq
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
- |L9{!#cx-i7=+GbDmjuXq<$coQ)y|B5
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