Skip to content
Snippets Groups Projects
Commit b818a948 authored by Daniel Abele's avatar Daniel Abele
Browse files

Update README.md

parent 0e3be5ea
Branches
Tags
No related merge requests found
# shapeopt # shapeopt
Shape optimization for interior Neumann eigenvalues. Shape optimization for interior Neumann eigenvalues.
project for master thesis.
\ No newline at end of file Documentation in /doc (LaTeX source) or /doc/final (pdf).
project structure:
* main directory: build scripts, entry point source code
* src: numerical computation source code
* test: unit tests
* CuTest: third-party unit test framework
* amos: third-party FORTRAN routines for special functions
* doc: documentation (LaTeX, master thesis)
* slides: presentation (LaTeX)
dependencies:
* C and Fortran compilers (tested with gcc/gfortran and icc/ifort)
* BLAS/LAPACK for C (tested with mkl and openblas)
* GSL (tested with version 2.5)
* MPI (optional, can be disabled at configure stage)
build stages:
* configure: configure options, creates Makefile from Makefile.in,
* make: creates binary executable
example build and run:
* CONFIGURE CC=icc FC=ifort CBLAS=mkl
* make
* ./bin/shapeopt eval
(call the program without arguments for command line documentation)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment