[DOLFIN-dev] [Bug 437392] Re: Assembler and SystemAssembler give different results

2009-10-15 Thread Garth Wells
** Changed in: dolfin Status: Fix Committed => Fix Released -- Assembler and SystemAssembler give different results https://bugs.launchpad.net/bugs/437392 You received this bug notification because you are subscribed to DOLFIN. Status in DOLFIN: Fix Released Bug description: Computed res

[DOLFIN-dev] [Bug 437392] Re: Assembler and SystemAssembler give different results

2009-09-27 Thread Garth Wells
** Changed in: dolfin Status: Confirmed => Fix Committed -- Assembler and SystemAssembler give different results https://bugs.launchpad.net/bugs/437392 You received this bug notification because you are subscribed to DOLFIN. Status in DOLFIN: Fix Committed Bug description: Computed resul

[DOLFIN-dev] [Bug 437392] Re: Assembler and SystemAssembler give different results

2009-09-26 Thread Garth Wells
Looks like problem could be with RHS vector. -- Assembler and SystemAssembler give different results https://bugs.launchpad.net/bugs/437392 You received this bug notification because you are subscribed to DOLFIN. Status in DOLFIN: Confirmed Bug description: Computed results with Assembler and S

[DOLFIN-dev] [Bug 437392] Re: Assembler and SystemAssembler give different results

2009-09-26 Thread Garth Wells
Code to reproduce: from dolfin import * # Create mesh and define function space mesh = UnitSquare(24, 24) V = FunctionSpace(mesh, "DG", 1) # Define test and trial functions v = TestFunction(V) u = TrialFunction(V) # Define normal component, mesh size and right-hand side n = V.cell().n h = Cell