https://github.com/JuliaInv/jInv.jl
Raw File
Tip revision: 5d952c7ee5216441bc4b323f1540792729b7b45c authored by Eran Treister on 25 April 2023, 13:45:38 UTC
Update regularVectorFaces.jl
Tip revision: 5d952c7
mkdocs.yml
site_name:        jInv.jl
repo_url:         https://github.com/JuliaInv/jInv.jl
site_description: jInv.jl - A Flexible Flexible Julia Package for PDE Parameter Estimation
site_author:      JuliaInv

theme: readthedocs

extra_css:
  - assets/Documenter.css

extra_javascript:
  - https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML
  - assets/mathjaxhelper.js

markdown_extensions:
  - extra
  - tables
  - fenced_code
  - mdx_math

docs_dir: 'build'

pages:
  - Home: index.md
  - Mesh: Mesh.md
  - LinearSolvers: LinearSolvers.md
  - InverseSolve: InverseSolve.md
  - ForwardShare: ForwardShare.md
  - Vis: Vis.md
  - Utils: Utils.md
  - About: About.md
back to top