﻿pywatershed.FlowGraph
=====================

.. currentmodule:: pywatershed

.. autoclass:: FlowGraph

   
   .. automethod:: __init__

   
   .. rubric:: Methods

   .. autosummary::
   
      ~FlowGraph.__init__
      ~FlowGraph.advance
      ~FlowGraph.calculate
      ~FlowGraph.description
      ~FlowGraph.finalize
      ~FlowGraph.get_dimensions
      ~FlowGraph.get_init_values
      ~FlowGraph.get_inputs
      ~FlowGraph.get_mass_budget_terms
      ~FlowGraph.get_outflow_mask
      ~FlowGraph.get_parameters
      ~FlowGraph.get_restart_variables
      ~FlowGraph.get_variables
      ~FlowGraph.initialize_netcdf
      ~FlowGraph.output
      ~FlowGraph.output_to_csv
      ~FlowGraph.set_input_to_adapter
   
   

   
   
   .. rubric:: Attributes

   .. autosummary::
   
      ~FlowGraph.dimensions
      ~FlowGraph.init_values
      ~FlowGraph.inputs
      ~FlowGraph.mass_budget_terms
      ~FlowGraph.outflow_mask
      ~FlowGraph.parameters
      ~FlowGraph.restart_variables
      ~FlowGraph.variables
   
   