Progetto di Calcolo Scientifico, Metodo di Arnoldi per Autovalori distribuito utilizzando PETSc
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
Antonio De Lucreziis 3beb947ffb updated workflow 2 years ago
.github/workflows updated workflow 2 years ago
deps stuff 2 years ago
.gitignore initial commit 2 years ago
.gitmodules stuff 2 years ago
Makefile updated workflow 2 years ago
README.md chore: some enhancements 2 years ago
main.c initial commit 2 years ago
psblas-example.f90 stuff 2 years ago

README.md

Progetto di Calcolo Scientifico

Metodo di Arnoldi per autovalori utilizzando PETSc.

Setup

$ git submodule init
$ git submodule update

Il comando seguente compila anche tutte le dipendenze (solo PETSc per ora)

$ make

Compile

Per compilare solo il main del progetto basta usare il seguente comando

$ make ./bin/main