Skip to content
Snippets Groups Projects
  • Thomas H. Gibson's avatar
    f3d986bb
    Add an Euler model (#196) · f3d986bb
    Thomas H. Gibson authored
    * Add Euler module
    
    * Add simple vortex example
    
    * Document Euler operator and add pulse experiment
    
    * Test euler examples in lazy mode
    
    * Make rk4_step importable
    
    * Remove copypasta from example headers
    
    * Make vortex initial condition importable
    
    * Add Euler convergence test to test suite
    
    * Rename: EulerContainer -> EulerField
    
    * Clean up vortex initial condition
    
    * Add type annotations and rename array container
    
    * Clean up helper functions
    
    * Add Euler module to the docs
    Add an Euler model (#196)
    Thomas H. Gibson authored
    * Add Euler module
    
    * Add simple vortex example
    
    * Document Euler operator and add pulse experiment
    
    * Test euler examples in lazy mode
    
    * Make rk4_step importable
    
    * Remove copypasta from example headers
    
    * Make vortex initial condition importable
    
    * Add Euler convergence test to test suite
    
    * Rename: EulerContainer -> EulerField
    
    * Clean up vortex initial condition
    
    * Add type annotations and rename array container
    
    * Clean up helper functions
    
    * Add Euler module to the docs