Skip to content

Solving integral equations of the first kind, parabolic and elliptical partial differential equations

License

Notifications You must be signed in to change notification settings

paveloom-university/Computational-Workshop-S09-2021

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notices

Git mirrors:

Check the materials in each directory for assignments and other resources.

The reports are expected to be compiled with tectonic as follows:

tectonic -X compile report.tex

This project provides Julia scripts. Make sure to use the project files (Project.toml) when running them:

julia --project=. -e "using Pkg; Pkg.instantiate()"
julia --project=. scripts/script.jl

or

julia --project=. -e "using Pkg; Pkg.instantiate()"
./julia.bash scripts/script.jl

The latter will start a Julia daemon in the background. To kill it, run

./julia.bash kill

About

Solving integral equations of the first kind, parabolic and elliptical partial differential equations

Topics

Resources

License

Stars

Watchers

Forks