Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
kouui
/
CompHydroTutorial_exampleCode1
Public
forked from
python-hydro/pyro2
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
CompHydroTutorial_exampleCode1
lm_atm
on
arrayorder
User selector
All users
All time
Commit history
Commits on Apr 1, 2017
switch the new limiter wrapper
zingale
committed
22945ca
View commit details
Copy full SHA for 22945ca
View code at this point
Browse repository at this point
Commits on Jan 13, 2017
default to the viridis colormap
zingale
committed
3d87cd1
View commit details
Copy full SHA for 3d87cd1
View code at this point
Browse repository at this point
Commits on Oct 31, 2016
use python3 by default
Show description for 6c48ce7
zingale
committed
6c48ce7
View commit details
Copy full SHA for 6c48ce7
View code at this point
Browse repository at this point
Commits on Oct 28, 2016
fix the timestep call in the initial iterations, although we need
Show description for 5a62465
zingale
committed
5a62465
View commit details
Copy full SHA for 5a62465
View code at this point
Browse repository at this point
Commits on Oct 27, 2016
rename compute_timestep() -> method_compute_timestep and move
Show description for 2a78f22
zingale
committed
2a78f22
View commit details
Copy full SHA for 2a78f22
View code at this point
Browse repository at this point
Commits on Oct 25, 2016
remove the old backwards compatibility stuff and update the benchmarks
Show description for ddf0940
zingale
committed
ddf0940
View commit details
Copy full SHA for ddf0940
View code at this point
Browse repository at this point
move the boundary-specific stuff from patch to boundary.py. Also
Show description for 5f2ea11
zingale
committed
5f2ea11
View commit details
Copy full SHA for 5f2ea11
View code at this point
Browse repository at this point
Commits on Oct 17, 2016
subclass np.ndarray for the ArrayIndexer -- this simplifies things greatly.
Show description for 7f20bea
zingale
committed
7f20bea
View commit details
Copy full SHA for 7f20bea
View code at this point
Browse repository at this point
move ArrayIndexer to a separate module
zingale
committed
3872023
View commit details
Copy full SHA for 3872023
View code at this point
Browse repository at this point
don't need a blanket import solver.problems as * anymore
zingale
committed
555f5de
View commit details
Copy full SHA for 555f5de
View code at this point
Browse repository at this point
fix init_data call
zingale
committed
32df5f5
View commit details
Copy full SHA for 32df5f5
View code at this point
Browse repository at this point
use importlib instead of exec
zingale
committed
f41f8cc
View commit details
Copy full SHA for f41f8cc
View code at this point
Browse repository at this point
Commits on Jun 26, 2016
add a pause before plt.draw to work around a bug in matplotlib 1.5
Show description for 082ebb2
zingale
committed
082ebb2
View commit details
Copy full SHA for 082ebb2
View code at this point
Browse repository at this point
Commits on Nov 24, 2015
wrong benchmark seems to have been committed
zingale
committed
5d35b96
View commit details
Copy full SHA for 5d35b96
View code at this point
Browse repository at this point
Commits on Jul 14, 2015
move the increment of the time and n into each solver's evolve() -- this
Show description for 9a72537
zingale
committed
9a72537
View commit details
Copy full SHA for 9a72537
View code at this point
Browse repository at this point
make dt a property of the Simulation class and rename timestep() to
Show description for a214d6b
zingale
committed
a214d6b
View commit details
Copy full SHA for a214d6b
View code at this point
Browse repository at this point
Commits on Jul 6, 2015
remove assertions
zingale
committed
f0b2e4d
View commit details
Copy full SHA for f0b2e4d
View code at this point
Browse repository at this point
add some useful is_symmetric and is_asymmetric routines for
Show description for 6dcee2a
zingale
committed
6dcee2a
View commit details
Copy full SHA for 6dcee2a
View code at this point
Browse repository at this point
Commits on Jul 4, 2015
fix eint
zingale
committed
1f2ac46
View commit details
Copy full SHA for 1f2ac46
View code at this point
Browse repository at this point
Commits on Jul 3, 2015
Merge branch 'master' into array_object
zingale
committed
4cb8040
View commit details
Copy full SHA for 4cb8040
View code at this point
Browse repository at this point
fix the buffers for the coeff arrays -- they were REALLY wrong. buffer integers
Show description for 2c682bf
zingale
committed
2c682bf
View commit details
Copy full SHA for 2c682bf
View code at this point
Browse repository at this point
fix label in plot
zingale
committed
dba936a
View commit details
Copy full SHA for dba936a
View code at this point
Browse repository at this point
Commits on Jul 1, 2015
add eint evolution as a diagnostic
zingale
committed
662cd38
View commit details
Copy full SHA for 662cd38
View code at this point
Browse repository at this point
Commits on Jun 24, 2015
fix the construction of beta_edges
zingale
committed
1cd3df0
View commit details
Copy full SHA for 1cd3df0
View code at this point
Browse repository at this point
Commits on Jun 5, 2015
fix one of the coefficients
zingale
committed
97cb74e
View commit details
Copy full SHA for 97cb74e
View code at this point
Browse repository at this point
this gets through a step will all the ArrayIndexer stuff, but it doesn't
Show description for 2e10689
zingale
committed
2e10689
View commit details
Copy full SHA for 2e10689
View code at this point
Browse repository at this point
more progress and note on issue about interacting with the MG -- we need
Show description for 5a1b3c7
zingale
committed
5a1b3c7
View commit details
Copy full SHA for 5a1b3c7
View code at this point
Browse repository at this point
fix the buoyancy timestep
zingale
committed
bf9a608
View commit details
Copy full SHA for bf9a608
View code at this point
Browse repository at this point
more progress with ArrayIndexer
zingale
committed
7d88719
View commit details
Copy full SHA for 7d88719
View code at this point
Browse repository at this point
update lm for the array inderer
zingale
committed
6b96055
View commit details
Copy full SHA for 6b96055
View code at this point
Browse repository at this point
Commits on Apr 1, 2015
factor out the bc object setting
zingale
committed
2adf484
View commit details
Copy full SHA for 2adf484
View code at this point
Browse repository at this point
Commits on Mar 23, 2015
update the plotting routine for the lm solver now that the
Show description for 34ef5d3
zingale
committed
34ef5d3
View commit details
Copy full SHA for 34ef5d3
View code at this point
Browse repository at this point
update the benchmark
zingale
committed
44849b1
View commit details
Copy full SHA for 44849b1
View code at this point
Browse repository at this point
remove some debug prints
zingale
committed
6a683bc
View commit details
Copy full SHA for 6a683bc
View code at this point
Browse repository at this point
fix some loop indices to elminate NaNs
zingale
committed
8a6df97
View commit details
Copy full SHA for 8a6df97
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.