Skip to content

Code to produce the results of the paper : A note on the rate of convergence of integration schemes for closed surfaces

Notifications You must be signed in to change notification settings

zavala92/code_paper

Repository files navigation

Code to produce the results in the paper "A note on the rate of convergence of integration schemes for closed surfaces" by Gentian Zavalani and Elima Shehu

"A note on the rate of convergence of integration schemes for closed surfaces"

Preparing the Sources

This project is developed in the DUNE framework.

You need to install the following dependencies, all with the branch releases/2.7

Put all these modules together with this project into a common base directory, called my_dune in the following. This module is assumed to be in a subdirectory called code.

As additional external dependencies we have

  • CMake >= 3.13
  • PkgConfig
  • SuiteSparse

that can be installed as packages in your Linux distribution.

Compiling the Code

If these preliminaries are met, you should run

cd my_dune
dunecontrol cmake -DCMAKE_BUILD_TYPE=Release
dunecontrol make

to configure and compile all modules, including this one. All CMake and make output is put into the build directory build-cmake/.

For further information about the installation process, see also the official documentation https://dune-project.org/doc/installation/ of DUNE.

Run the Examples

In order to execute the code to run the numerical examples, run

cd my_dune/code
./build-cmake/src/sphere_example
cd my_dune/code
./build-cmake/src/torus_example
cd my_dune/code
./build-cmake/src/ellipsoid_example

About

Code to produce the results of the paper : A note on the rate of convergence of integration schemes for closed surfaces

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published