~cbc-core/cbc.solve/main

« back to all changes in this revision

Viewing changes to demo/swing/channel_with_flap/channel_with_flap.py

  • Committer: Gabriel Balaban
  • Date: 2012-08-27 08:09:11 UTC
  • Revision ID: gabrib@math.uio.no-20120827080911-si5n21ghq44w3asu
some bugs in Newton's method analytic problem. Investigation required

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
     
31
31
application_parameters["FSINewtonSolver"]["optimization"]["reuse_jacobian"] = False
32
32
application_parameters["FSINewtonSolver"]["optimization"]["simplify_jacobian"] = False
 
33
application_parameters["FSINewtonSolver"]["optimization"]["reduce_quadrature"] = 0
33
34
application_parameters["FSINewtonSolver"]["jacobian"]= "buff"
34
35
 
35
 
    
36
36
# Constants related to the geometry of the problem
37
37
channel_length  = 4.0
38
38
channel_height  = 1.0