Skip to content
This repository has been archived by the owner on Oct 1, 2020. It is now read-only.

Commit

Permalink
Merge branch 'outputs' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
drewejohnson committed Mar 13, 2017
2 parents 8d41c61 + e2c7aff commit 4a9166a
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 571 deletions.
3 changes: 1 addition & 2 deletions globalparams.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,12 @@
# Iteration parameters
iter_vars = {} # syntax: iter_vars['param'] = [initial_value, minimum_value, maximium_value]
eps_k = 1E-6
k_guess = 1.0
k_target = 1.0
inf = 1E30
tiny = 1E-16
iter_lim = 50
iter_ints = ('iter_lim',)
iter_floats = ('eps_k', 'inf', 'tiny', 'k_guess', "k_target")
iter_floats = ('eps_k', 'inf', 'tiny', "k_target")
iter_vecs = {}
k_vec = []

Expand Down
112 changes: 0 additions & 112 deletions iter_tester_1.inp

This file was deleted.

112 changes: 0 additions & 112 deletions iter_tester_2.inp

This file was deleted.

112 changes: 0 additions & 112 deletions iter_tester_3.inp

This file was deleted.

Loading

0 comments on commit 4a9166a

Please sign in to comment.