Skip to main content

Computational Adjoint-Based Shape Optimization and Optimal Control Software

Project description

CASHOCS

https://img.shields.io/pypi/v/cashocs https://img.shields.io/conda/vn/conda-forge/cashocs https://zenodo.org/badge/DOI/10.5281/zenodo.5141282.svg https://img.shields.io/pypi/l/cashocs

https://github.com/sblauth/cashocs/actions/workflows/ci.yml/badge.svg https://img.shields.io/codecov/c/github/sblauth/cashocs https://readthedocs.org/projects/cashocs/badge/?version=latest https://img.shields.io/badge/code%20style-black-000000.svg

CASHOCS is a computational adjoint-based shape optimization and optimal control software for python.

CASHOCS is based on the finite element package FEniCS and uses its high-level unified form language UFL to treat general PDE constrained optimization problems, in particular, shape optimization and optimal control problems.

Note, that we assume that you are (at least somewhat) familiar with PDE constrained optimization and FEniCS. For a introduction to these topics, we can recommend the textbooks

However, the CASHOCS tutorial also gives many references either to the underlying theory of PDE constrained optimization or to relevant demos and documentation of FEniCS.

An overview over CASHOCS and its capabilities can be found in Blauth, cashocs: A Computational, Adjoint-Based Shape Optimization and Optimal Control Software. Moreover, note that the full CASHOCS documentation is available at https://cashocs.readthedocs.io/en/latest/index.html.

Installation

Via conda-forge

CASHOCS is available via the anaconda package manager, and you can install it with

conda install -c conda-forge cashocs

Alternatively, you might want to create a new, clean conda environment with the command

conda create -n <ENV_NAME> -c conda-forge cashocs

where <ENV_NAME> is the desired name of the new environment.

Manual Installation

  • First, install FEniCS, version 2019.1. Note, that FEniCS should be compiled with PETSc and petsc4py.

  • Then, install meshio, with a h5py version that matches the HDF5 version used in FEniCS, and matplotlib. The version of meshio should be at least 4, but for compatibility it is recommended to use meshio 4.2.

  • You might also want to install Gmsh, version 4.6. CASHOCS does not necessarily need this to function properly, but it is required for the remeshing functionality.

  • You can install CASHOCS via the PYPI:

    pip3 install cashocs

    You can install the newest (development) version of CASHOCS with:

    pip3 install git+https://github.com/sblauth/cashocs.git
  • To get the latest (development) version of CASHOCS, clone this repository with git and install it with pip

    git clone https://github.com/sblauth/cashocs.git
    cd cashocs
    pip3 install .

Usage

The complete CASHOCS documentation is available here https://cashocs.readthedocs.io/en/latest/index.html. For a detailed introduction, see the CASHOCS tutorial. The python source code for the demo programs is located inside the “demos” folder.

Citing

If you use cashocs for your research, I would be grateful if you would cite the following paper

cashocs: A Computational, Adjoint-Based Shape Optimization and Optimal Control Software
Sebastian Blauth
SoftwareX, Volume 13, 2021
https://doi.org/10.1016/j.softx.2020.100646

Additionally, if you are using the nonlinear conjugate gradient methods for shape optimization implemented in cashocs, please cite the following paper

Nonlinear Conjugate Gradient Methods for PDE Constrained Shape Optimization Based on Steklov--Poincaré-Type Metrics
Sebastian Blauth
SIAM Journal on Optimization, Volume 31, Issue 3, 2021
https://doi.org/10.1137/20M1367738

If you are using BibTeX, you can use the following entries:

@Article{Blauth2021cashocs,
  author   = {Sebastian Blauth},
  journal  = {SoftwareX},
  title    = {{cashocs: A Computational, Adjoint-Based Shape Optimization and Optimal Control Software}},
  year     = {2021},
  issn     = {2352-7110},
  pages    = {100646},
  volume   = {13},
  doi      = {https://doi.org/10.1016/j.softx.2020.100646},
  keywords = {PDE constrained optimization, Adjoint approach, Shape optimization, Optimal control},
}

as well as

@Article{Blauth2020Nonlinear,
        author   = {Sebastian Blauth},
        journal  = {SIAM J. Optim.},
        title    = {{N}onlinear {C}onjugate {G}radient {M}ethods for {PDE} {C}onstrained {S}hape {O}ptimization {B}ased on {S}teklov-{P}oincaré-{T}ype {M}etrics},
        year     = {2021},
        number   = {3},
        pages    = {1658--1689},
        volume   = {31},
        doi      = {10.1137/20M1367738},
        fjournal = {SIAM Journal on Optimization},
}

License

CASHOCS is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

CASHOCS 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 General Public License for more details.

You should have received a copy of the GNU General Public License along with CASHOCS. If not, see https://www.gnu.org/licenses/.

Contact / About

I’m Sebastian Blauth, a scientific employee at Fraunhofer ITWM. I have developed this project as part of my PhD thesis. If you have any questions / suggestions / feedback, etc., you can contact me via sebastian.blauth@itwm.fraunhofer.de or sebastianblauth@web.de.

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cashocs-1.3.2.tar.gz (97.5 kB view details)

Uploaded Source

Built Distribution

cashocs-1.3.2-py3-none-any.whl (134.0 kB view details)

Uploaded Python 3

File details

Details for the file cashocs-1.3.2.tar.gz.

File metadata

  • Download URL: cashocs-1.3.2.tar.gz
  • Upload date:
  • Size: 97.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.26.0 setuptools/49.6.0.post20210108 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.10

File hashes

Hashes for cashocs-1.3.2.tar.gz
Algorithm Hash digest
SHA256 437dab0ba40e9061399fc2e6bc9b8b8ca2cecf278d8e0baa21335285709d8ddc
MD5 0b592f31a221c114605684477bcff173
BLAKE2b-256 100489ff8cb94c0cbc42ce7611108f1c6313a704ee1ec2dcf8cf8aa791c66c9f

See more details on using hashes here.

File details

Details for the file cashocs-1.3.2-py3-none-any.whl.

File metadata

  • Download URL: cashocs-1.3.2-py3-none-any.whl
  • Upload date:
  • Size: 134.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.26.0 setuptools/49.6.0.post20210108 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.10

File hashes

Hashes for cashocs-1.3.2-py3-none-any.whl
Algorithm Hash digest
SHA256 da2b9ecdc88e4d3d3f3f1d5ea5184397277c0bab45351475e905aa2386612618
MD5 0ad68558a21e6f37eda873c7bc86fd40
BLAKE2b-256 3d00ab2ea37049dd37cbff075a30f0dbc14760fa19f1a25adec7191793df90cb

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page