Skip to content
forked from arudikov/FCG-NO

Flexible Conjugate Gradient

Notifications You must be signed in to change notification settings

InvMeasures/FCG

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neural operators meet conjugate gradients: The FCG-NO method for efficient PDE solving

Here are some examples of notebooks demonstrating the application of the proposed approach for solving Poisson and Diffusion equations:

  1. Fixed Grid:
  1. Different Grids:

Here are some examples of pipelines for solving Poisson and Diffusion equation, including cases where the grid is fixed and where the grid is switched from coarse to fine:

  1. Fixed Grid:
  1. Different Grids:

Citing

If you use this code in your work, we kindly ask you to cite cite the paper

@article{rudikov2024neural,
  title={Neural operators meet conjugate gradients: The FCG-NO method for efficient PDE solving},
  author={Rudikov, Alexander and Fanaskov, Vladimir and Muravleva, Ekaterina and Laevsky, Yuri M and Oseledets, Ivan},
  journal={arXiv preprint arXiv:2402.05598},
  year={2024}
}

About

Flexible Conjugate Gradient

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 91.0%
  • Python 9.0%