← Back to team overview

dolfin team mailing list archive

Re: [HG] Fix bug in uBlasMatrix::lump(..) and remove PETSc ifdef's in elasticity module.

 

Does not seem to work:

ElasticitySolver.cpp: In member function 'void
dolfin::ElasticitySolver::solve()':
ElasticitySolver.cpp:187: error: no match for 'operator*' in
'((dolfin::ElasticitySolver*)this)->dolfin::ElasticitySolver::k *
x21old'
ElasticitySolver.cpp:192: error: no match for 'operator*' in '-1.0e+0
* x11old'
ElasticitySolver.cpp:197: error: no match for 'operator*' in '-1.0e+0
* x21old'

/Anders


On Wed, Aug 09, 2006 at 09:57:00AM +0200, DOLFIN wrote:
> One or more new changesets pushed to the primary DOLFIN repository.
> A short summary of the last three changesets is included below.
> 
> changeset:   2093:aca9c25677ffb4b36c5361af5c95780d003c1bce
> tag:         tip
> user:        "Garth N. Wells <g.n.wells@xxxxxxxxxx>"
> date:        Wed Aug 09 09:56:38 2006 +0200
> files:       src/kernel/la/dolfin/uBlasMatrix.h src/modules/elasticity/ElasticitySolver.cpp src/modules/elasticity/dolfin/ElasticitySolver.h
> description:
> Fix bug in uBlasMatrix::lump(..) and remove PETSc ifdef's in elasticity module.
> 
> 
> changeset:   2092:796fb98f02471ac91ba5bc2c362b3172fe1ead4d
> parent:      2091:c6d8aa52a0e859f245a2f244dfd4ce8c8e93967a
> parent:      2090:6967de5a3f8d0392fc2f870fe214cc7b62e7968d
> user:        "Garth N. Wells <g.n.wells@xxxxxxxxxx>"
> date:        Tue Aug 08 23:42:43 2006 +0200
> files:       src/kernel/ode/MonoAdaptiveNewtonSolver.cpp src/kernel/ode/MultiAdaptiveNewtonSolver.cpp src/kernel/ode/dolfin/MonoAdaptiveNewtonSolver.h
> description:
> fix merge problems.
> 
> 
> changeset:   2091:c6d8aa52a0e859f245a2f244dfd4ce8c8e93967a
> parent:      2088:b501bb9d3672ba8c7d3d5a89500b0206dcc6c477
> user:        "Garth N. Wells <g.n.wells@xxxxxxxxxx>"
> date:        Tue Aug 08 18:09:15 2006 +0200
> files:       src/kernel/la/dolfin/PETScPreconditioner.h src/kernel/la/dolfin/uBlasILUPreconditioner.h src/kernel/la/dolfin/uBlasKrylovSolver.h src/kernel/la/dolfin/uBlasLUSolver.h src/kernel/la/dolfin/uBlasLinearSolver.h src/kernel/la/dolfin/uBlasMatrix.h src/kernel/la/dolfin/uBlasPreconditioner.h src/kernel/la/uBlasILUPreconditioner.cpp src/kernel/la/uBlasKrylovSolver.cpp src/kernel/la/uBlasLUSolver.cpp src/kernel/ode/Homotopy.cpp src/kernel/ode/MonoAdaptiveNewtonSolver.cpp src/kernel/ode/MultiAdaptiveNewtonSolver.cpp src/kernel/ode/dolfin/Homotopy.h src/kernel/ode/dolfin/MonoAdaptiveNewtonSolver.h
> description:
> More clean ups to uBlasKrylovSolver and work in setting preconditioner.
> 
> 
> -------------------------------------------------------
> For more details, visit http://www.fenics.org/hg/dolfin
> _______________________________________________
> DOLFIN-dev mailing list
> DOLFIN-dev@xxxxxxxxxx
> http://www.fenics.org/mailman/listinfo/dolfin-dev


References