MPAS-JEDI
|
Functions | |
def | integers (a, b) |
def | readdata () |
def | plot (forx, value, iters, VAR, expname) |
def | main () |
Variables | |
VAR1 = os.getenv('VAR1','Quadratic cost function') | |
VAR2 = os.getenv('VAR2','Norm reduction') | |
string | file_name = 'costgrad.txt' |
def plot_cost_grad.integers | ( | a, | |
b | |||
) |
def plot_cost_grad.main | ( | ) |
def plot_cost_grad.plot | ( | forx, | |
value, | |||
iters, | |||
VAR, | |||
expname | |||
) |
def plot_cost_grad.readdata | ( | ) |
Definition at line 34 of file plot_cost_grad.py.
string plot_cost_grad.file_name = 'costgrad.txt' |
Definition at line 29 of file plot_cost_grad.py.
plot_cost_grad.VAR1 = os.getenv('VAR1','Quadratic cost function') |
Definition at line 26 of file plot_cost_grad.py.
plot_cost_grad.VAR2 = os.getenv('VAR2','Norm reduction') |
Definition at line 28 of file plot_cost_grad.py.