Loading [MathJax]/extensions/tex2jax.js
MPAS-JEDI
All Classes Namespaces Files Functions Variables Typedefs Macros Pages
plot_cost_grad Namespace Reference

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'
 

Function Documentation

◆ integers()

def plot_cost_grad.integers (   a,
  b 
)

Definition at line 31 of file plot_cost_grad.py.

Here is the caller graph for this function:

◆ main()

def plot_cost_grad.main ( )

Definition at line 93 of file plot_cost_grad.py.

Here is the call graph for this function:

◆ plot()

def plot_cost_grad.plot (   forx,
  value,
  iters,
  VAR,
  expname 
)

Definition at line 80 of file plot_cost_grad.py.

Here is the caller graph for this function:

◆ readdata()

def plot_cost_grad.readdata ( )

Definition at line 34 of file plot_cost_grad.py.

Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ file_name

string plot_cost_grad.file_name = 'costgrad.txt'

Definition at line 29 of file plot_cost_grad.py.

◆ VAR1

plot_cost_grad.VAR1 = os.getenv('VAR1','Quadratic cost function')

Definition at line 26 of file plot_cost_grad.py.

◆ VAR2

plot_cost_grad.VAR2 = os.getenv('VAR2','Norm reduction')

Definition at line 28 of file plot_cost_grad.py.