dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #09854
[HG DOLFIN] Remove init(int) and init(int, int) and use resize and zero instead.
One or more new changesets pushed to the primary dolfin repository.
A short summary of the last three changesets is included below.
changeset: 4812:590f8224bf7cd0e6f168a9b1480e3ddca91fea87
tag: tip
user: "Garth N. Wells <gnw20@xxxxxxxxx>"
date: Thu Sep 25 18:19:41 2008 +0100
files: dolfin/fem/Assembler.cpp dolfin/function/DiscreteFunction.cpp dolfin/function/NewFunction.cpp dolfin/io/XMLMatrix.cpp dolfin/io/XMLVector.cpp dolfin/la/BlockMatrix.cpp dolfin/la/CholmodCholeskySolver.cpp dolfin/la/EpetraKrylovSolver.cpp dolfin/la/EpetraMatrix.cpp dolfin/la/EpetraMatrix.h dolfin/la/EpetraVector.cpp dolfin/la/EpetraVector.h dolfin/la/GenericMatrix.h dolfin/la/GenericTensor.h dolfin/la/GenericVector.h dolfin/la/ITLKrylovSolver.cpp dolfin/la/MTL4Matrix.cpp dolfin/la/MTL4Matrix.h dolfin/la/MTL4Vector.cpp dolfin/la/MTL4Vector.h dolfin/la/Matrix.h dolfin/la/PETScKrylovMatrix.cpp dolfin/la/PETScKrylovMatrix.h dolfin/la/PETScKrylovSolver.cpp dolfin/la/PETScLUSolver.cpp dolfin/la/PETScMatrix.cpp dolfin/la/PETScMatrix.h dolfin/la/PETScVector.cpp dolfin/la/PETScVector.h dolfin/la/STLMatrix.h dolfin/la/Scalar.h dolfin/la/SingularSolver.cpp dolfin/la/UmfpackLUSolver.cpp dolfin/la/Vector.h dolfin/la/solve.cpp dolfin/la/uBLASKrylovMatrix.cpp dolfin/la/uBLASKrylovSolver.h dolfin/la/uBLASMatrix.h dolfin/la/uBLASVector.cpp dolfin/la/uBLASVector.h dolfin/ode/Dual.cpp dolfin/ode/MonoAdaptiveNewtonSolver.cpp dolfin/ode/MonoAdaptiveTimeSlab.cpp dolfin/ode/MultiAdaptiveNewtonSolver.cpp dolfin/ode/MultiAdaptiveTimeSlab.cpp dolfin/ode/ODE.cpp dolfin/ode/ODESolution.cpp dolfin/ode/ReducedModel.cpp dolfin/ode/TimeSlabJacobian.cpp
description:
Remove init(int) and init(int, int) and use resize and zero instead.
changeset: 4811:3fa3a6751e0c2b36f13a22aa42626ef3df62ef66
parent: 4810:f1ec2ae92c03c2b8c92329339969ddaf03c3d9aa
parent: 4809:ed87a3d8c2863770793e97a1d8d6d36d6bc191e7
user: "Garth N. Wells <gnw20@xxxxxxxxx>"
date: Thu Sep 25 16:49:51 2008 +0100
files: demo/pde/dg/python/demo.py.orig
description:
merge.
changeset: 4810:f1ec2ae92c03c2b8c92329339969ddaf03c3d9aa
parent: 4805:ec072d8ae7c579328b6fc53de1d7d5e9e9ad9e1b
user: "Garth N. Wells <gnw20@xxxxxxxxx>"
date: Thu Sep 25 15:55:04 2008 +0100
files: dolfin/common/Array.h dolfin/fem/Form.cpp dolfin/fem/Form.h
description:
Add member function for dolfin::Form for extracting FiniteElements.
This will help a user create a FunctionSpace by getting the FiniteElement from a form, and then passing it the the FunctionSpace constructor.
----------------------------------------------------------------------
For more details, visit http://www.fenics.org/hg/dolfin