*** Wartungsfenster jeden ersten Mittwoch vormittag im Monat ***

Skip to content
Snippets Groups Projects

A more efficient method: A non-linear eigenvalue problem

We want to solve the dynamics of a MEMS resonator in a fluid with a non-linear solver, namely, SLEPC.

Cool_image_v4

Requirements

VFI-MEMS is implemented in Python, and hence certain python libraries (such as Quadpy) are required. The FEM library here used is Fenics, in the 2019 version.

Installation

  1. Install the required dependencies
  2. Download or clone this repository
  3. Run the jupyter notebooks examples here given
  4. Follow the issues for the next steps.

SSH keys to clone/pull/push

To allow access to this repository, you usually need to create an ssh key on your computer, and then add it to the repository.

Please follow these steps to do so:

  1. Create an ssh deploy key https://gitlab.tuwien.ac.at/help/user/project/deploy_keys/index

  2. Copy the key in the deploy keys section of the project https://gitlab.tuwien.ac.at/andre.gesing/optimization_mems/-/settings/repository

  3. You can now clone/pull/push from the terminal by doing git clone ssh://git@gitlab.tuwien.ac.at:822/andre.gesing/optimization_mems.git

  4. That should be it =)

License

The source code of VFI-MEMS is available under the GNU Affero General Public License version 3.