Skip to content

UGUCA: a spectral-boundary-integral method for modeling fracture and friction. To cite this Original Software Publication: https://www.sciencedirect.com/science/article/pii/S2352711021000959

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING
Notifications You must be signed in to change notification settings

ElsevierSoftwareX/SOFTX-D-21-00041

Repository files navigation

uguca

Spectral Boundary Integral Method to simulate rupture propagation along a weak interface between two semi-infinite half-planes.

License

Copyright © 2021 ETH Zurich (David S. Kammer)

uguca 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 3 of the License, or (at your option) any later version.

uguca 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 uguca. If not, see https://www.gnu.org/licenses/.

Getting started

Requirements:

Compilation:

To compile uguca, follow these steps

  1. git clone https://gitlab.com/uguca/uguca.git -b stable
  2. cd uguca
  3. mkdir build; cd build;
  4. cmake -DCMAKE_BUILD_TYPE:STRING=Release ..
  5. make

Test:

You may test if uguca is running well on your computer by following these steps

  1. cd build
  2. ctest

Example Simulation:

You may run an example simulation by following these steps

  1. cd build/examples
  2. make
  3. e.g. ./basic_example
  4. visualize result (you need Python) e.g. ./basic_example_plot.py

Documentation

Detailed information can be found in the online documentation