dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #05038
[HG dolfin] Add optional argument "bool reset_tensor" to void Assembler::assemble(...) functions.
One or more new changesets pushed to the primary DOLFIN repository.
A short summary of the last three changesets is included below.
changeset: 3161:960bea9d2800e68fafd5b35dbbe507a2fabc2f7c
tag: tip
user: "Garth N. Wells <g.n.wells@xxxxxxxxxx>"
date: Wed May 30 12:32:48 2007 +0200
files: src/kernel/fem/Assembler.cpp src/kernel/fem/dolfin/Assembler.h src/kernel/io/MTXFile.cpp src/kernel/la/PETScMatrix.cpp src/kernel/la/dolfin/GenericMatrix.h src/kernel/la/dolfin/GenericTensor.h src/kernel/la/dolfin/GenericVector.h src/kernel/la/dolfin/PETScMatrix.h src/kernel/la/dolfin/Scalar.h src/kernel/la/dolfin/uBlasMatrix.h
description:
Add optional argument "bool reset_tensor" to void Assembler::assemble(...) functions.
By default reset_tensor = true. If reset_tensor = false, then the tensor is zeroed, but for sparse matrices the sparse matrix layout is preserved and a SparsityPattern is not computed.
changeset: 3160:57f487ac1e7e0886502cd32e3bd0cf3411657ea3
user: "Garth N. Wells <g.n.wells@xxxxxxxxxx>"
date: Tue May 29 23:14:34 2007 +0200
files: src/sandbox/passembly/PdofMap.h src/sandbox/passembly/main.cpp src/sandbox/passembly/partition.h
description:
Modularise parallel assembly test program.
Once the program is split into tasks, each step can be addresses properly.
changeset: 3159:5ab8913172bc4366cded7755c57aa1ee8b8b5b60
user: "Anders Logg <logg@xxxxxxxxx>"
date: Tue May 29 19:26:01 2007 +0200
files: src/demo/fem/nonmatching/Makefile src/demo/fem/simple/Makefile src/demo/la/eigensolver/Makefile src/demo/mesh/meshfunction/Makefile src/demo/mesh/partitioning/Makefile src/demo/mesh/refinement/Makefile src/demo/mesh/subdomains/Makefile src/demo/nls/cahn-hilliard/Makefile src/demo/nls/nonlinearpoisson/Makefile src/demo/ode/aliev-panfilov/Makefile src/demo/ode/complex/Makefile src/demo/ode/courtemanche/Makefile src/demo/ode/harmonic/Makefile src/demo/ode/homotopy/economy/Makefile src/demo/ode/homotopy/simple/Makefile src/demo/ode/lorenz/Makefile src/demo/ode/method-weights/Makefile src/demo/ode/stiff/Makefile src/demo/pde/convection-diffusion/Makefile src/demo/pde/dg/Makefile src/demo/pde/elasticity/Makefile src/demo/pde/functional/Makefile src/demo/pde/lift-drag/Makefile src/demo/pde/mixed-poisson/Makefile src/demo/pde/nonlinear-poisson/Makefile src/demo/pde/poisson/Makefile src/demo/pde/stokes/stabilized/Makefile src/demo/pde/stokes/taylor-hood/Makefile src/demo/quadrature/Makefile
description:
Change name of all demo executables to 'demo'
----------------------------------------------------------------------
For more details, visit http://www.fenics.org/hg/dolfin