Lines Matching refs:is
3 # Basic format is
10 # find the default values for everything that is allowed to have a
17 # parameter change. If it is a new parameter, you must
24 # In case it is not clear by now, # allows you to comment either from the
64 { # lines below are only read if ||| is true
78 #This last one is brand new. It allows you to construct your step
79 #from elementary operations. It works under the premise that a step is
98 # Step Construction : 0 1 0 1 # this is the standard two iteration
100 Step Construction : 0 1 # this is the standard one iteration
103 # This one is one Tony might like where the solver would solve the flow with
113 # update. It is not implicit that it will follow each solve. This is to
115 # is sometimes convenient/necessary. Here is an example of that