Skip to content
/ PyChiDG Public

A Python Interface for ChiDG: A Chimera-based, discontinuous Galerkin Solver

License

Notifications You must be signed in to change notification settings

nwukie/PyChiDG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyChiDG

A Python Interface for ChiDG: A Chimera-based, discontinuous Galerkin solver

Pythonic ChiDG Interface

import pychidg

sim = pychidg.Sim()

sim.read_grid('gridfile.h5')
sim.read_boundaryconditions('gridfile.h5')

sim.set('Nonlinear Solver','Quasi-Newton')
sim.set('Linear Solver','Quasi-Newton')

sim.run()

Application for User Configuration

  • Python application
  • Runs on Qt, PyQt, and PyQtGraph

License

PyChiDG is released under the BSD 3-clause license. See LICENSE file.

Author Acknowledgement:

Nathan A. Wukie [email protected]

About

A Python Interface for ChiDG: A Chimera-based, discontinuous Galerkin Solver

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published