Skip to content

DSchmoelz/MixedVertexMorphingTool

Repository files navigation

Mixed Vertex Morphing Tool

This small python tool showcases the mixed Vertex Morphing parameterization with rigid body parameters.\

It runs the numerical 1D-examples of the paper:
"Mixing the explicit Vertex Morphing method with rigid body parameters for node-based shape optimization".

Setup

Using python virtual environments or miniconda as an environment manager is recommended.

A miniconda environment can be created with the .yml file which stores all required python libraries:

conda env create -y -f environment.yml

Add the repository folder to your PYTHONPATH, e.g. by editing your bashrc:\export PYTHONPATH=$PYTHONPATH:$HOME/.../MixedVertexMorphingTool

Numerical Examples

The following numerical 1D geometry fitting optimizations of the paper are replicated:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages