[pooma-dev] [PATCH] Track up-to-date faces

Richard Guenther rguenth at tat.physik.uni-tuebingen.de
Sun Dec 21 15:38:30 UTC 2003


On Sun, 21 Dec 2003, Richard Guenther wrote:

> It passes without regressions (but these codepaths are only sightly tested
> in the testsuite) and looks like it produces identical results for my CFD
> application.  But I notice an asymmetry of the
> Serialization/Deserialization calls after the patch and need to find out
> where this comes from.

It turned out to be an asymmetry in the numerical scheme, so no worries.

Now, ok to apply? ChangeLog below.

Richard.


2003Dec21  Richard Guenther <richard.guenther at uni-tuebingen.de>

	* src/Array/tests/makefile: add new test.
	src/Array/tests/array_test29.cpp: new test.
	src/Engine/Intersector.h: track used guards.
	src/Engine/MultiPatchEngine.cpp: new fillGuardsHandler
	updating only neede guards. Replace dirty handling.
	src/Engine/MultiPatchEngine.h: new fillGuardsHandler,
	replace bool pDirty with bitfield.
	src/Engine/Stencil.h: track used guards.
	src/Evaluator/MultiArgEvaluator.h: likewise.
	src/Evaluator/SimpleIntersector.h: likewise.
	src/Field/DiffOps/FieldStencil.h: likewise.
	src/Layout/GridLayout.cpp: remember face of guard update.
	src/Layout/LayoutBase.h: likewise.
	src/Layout/UniformGridLayout.cpp: likewise.




More information about the pooma-dev mailing list