← Back to team overview

dolfin team mailing list archive

[HG DOLFIN] Add support for compressed VTK files.

 

One or more new changesets pushed to the primary dolfin repository.
A short summary of the last three changesets is included below.

changeset:   6716:24d8c573db7195926567b4e543b340531d054841
tag:         tip
user:        "Garth N. Wells <gnw20@xxxxxxxxx>"
date:        Thu Aug 13 04:00:48 2009 +0100
files:       ChangeLog dolfin/io/Encoder.h dolfin/io/VTKFile.cpp dolfin/io/VTKFile.h
description:
Add support for compressed VTK files.

To enable, do

    ./scons.local customCxxFlags=-DHAS_ZLIB=1 customLinkFlags=-lz

and

  File file("poisson.pvd", "compressed");

Reduces file size by orders of magnitude.

Could one of the SCons experts add a test for zlib? I doubt that there is a UNIX/Linux machine around without it.


changeset:   6715:a1f8cf75a4a3d28f8fab59e25be4a063b3c31a38
user:        "Garth N. Wells <gnw20@xxxxxxxxx>"
date:        Wed Aug 12 16:59:59 2009 +0100
files:       dolfin/la/EpetraKrylovSolver.cpp dolfin/la/EpetraLUSolver.cpp
description:
Fix some bugs in Epetera wrappers.


changeset:   6714:59adf65fcde058c0514e0c026ae2d49b56e616e9
user:        "Garth N. Wells <gnw20@xxxxxxxxx>"
date:        Wed Aug 12 14:59:44 2009 +0100
files:       demo/pde/elasticity/cpp/main.cpp dolfin/la/EpetraMatrix.cpp dolfin/la/EpetraMatrix.h dolfin/la/EpetraVector.cpp dolfin/la/EpetraVector.h
description:
Attempt to fix Epetra wrapper compile error.

----------------------------------------------------------------------
For more details, visit http://www.fenics.org/hg/dolfin


Follow ups