freepooma-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RFA: Patch: Miscellaneous Array, Engine, and Field Changes


From: Jeffrey Oldham
Subject: RFA: Patch: Miscellaneous Array, Engine, and Field Changes
Date: Thu, 10 May 2001 20:01:58 -0700
User-agent: Mutt/1.2.5i

OK to commit this patch?

Attached is a patch of miscellaneous changes found when trying to
explicitly instantiate various Arrays and Fields.  I removed
Array::innerDomain() because it invoked engines' innerDomain(), which
did not seem to be defined.  I used analogies to add domain() and
makeOwnCopy().

2001-05-10  Jeffrey D. Oldham  <address@hidden>

        * Array/Array.h: Add View0 to comment listing implemented classes.
        (Array::innerDomain): Remove the function since engines do not
        implement it.
        * Engine/CompressibleBlock.h
        (CompressibleBlockController::CompressibleBlockController):
        Reorder member initialization order.
        * Engine/CompressibleBrick.cpp
        (Engine<Dim,T,CompressibleBrickView>::makeOwnCopy()): New
        function.
        * Engine/CompressibleBrick.h (Engine<Dim, T,
        CompressibleBrick>::domain()): Likewise.
        (Engine<Dim,T,CompressibleBrickView>::domain()): Likewise.
        (Engine<Dim,T,CompressibleBrickView>::makeOwnCopy()): New
        declaration.
        (ElementProperties<Engine<Dim, T, CompressibleBrickView> >): New
        definition.
        * Layout/Node.h (Node::Node): Reorder member initialization order.
        * NewField/FieldEngine/FieldEngine.NoGeometry.h
        (FieldEngine<NoGeometry<Dim>, T, EngineTag>::physicalCellDomain):
        s/shrink/shrinkRight/
        (FieldEngine<NoGeometry<Dim>, T, EngineTag>::totalCellDomain):
        Likewise.
        
Tested on       sequential Linux using g++ 3.0 by building library
Approved by     ???you???

Thanks,
Jeffrey D. Oldham
address@hidden

Attachment: May10.patch
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]