THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

A new Flyspray task has been opened.  Details are below. 

User who did this - Bernd Flemisch (bernd) 

Attached to Project - DuMuX
Summary - remove deprecated methods
Task Type - Feature Request
Category - General
Status - New
Assigned To - Bernd Flemisch
Operating System - Unspecified
Severity - Low
Priority - Normal
Reported Version - SVN
Due in Version - Undecided
Due Date - Undecided
Details - After the release, it is time to remove the deprecated methods from 
the trunk. They are listed below. Please let me know if you have objections. 
Methods for which no objections arise will be removed April 5th. 

dumux/material/spatialparameters/boxspatialparameters1p.hh: 
extrusionFactorScv and extrusionFactorScvf, now part of the volume variables 

dumux/material/idealgas.hh: 
concentration, replaced by molarDensity

dumux/material/fluidmatrixinteractions/2p/efftoabslaw.hh:
pC(const Params &params, Scalar Sw, const Scalar temperature)

dumux/common/start.hh:
startFromDGF, startWithGrid, startWithParameters, all replaced by start

dumux/common/spline.hh: 
set(const ScalarArray&, const ScalarArray&, Scalar, Scalar), replaced by 
setXYArrays, 
set(const PointArray&, Scalar, Scalar), replaced by setArrayOfPoints

dumux/common/variablelengthspline_.hh, dumux/common/fixedlengthspline_.hh: 
various set routines, replaced by more descriptive names

dumux/io/vtkmultiwriter.hh: 
VtkMultiWriter(const std::string&, std::string), replaced by 
VtkMultiWriter(const GridView&, ...),
beginTimeStep, replaced by beginWrite,
createField, replaced by allocateManagedBuffer,
addVertexData, replaced by attachVertexData, 
addCellData, replaced by attachCellData, 
endTimeStep, replaced by endWrite 

dumux/decoupled/2p2c/2p2cproblem.hh: 
IMPETProblem2P2C(const GridView&, bool) replaced by 
IMPETProblem2P2C(TimeManager&, ...),
IMPETProblem2P2C(..., SpatialParameters&, ...) replaced by 
IMPETProblem2P2C(TimeManager&, ...),
initSat(const GlobalPosition&, const Element&) replaced by initSat(const 
Element&)
initConcentration(const GlobalPosition&, const Element&) replaced by 
initConcentration(const Element&)


More information can be found at the following URL:
http://www.dumux.org/flyspray/index.php?do=details&task_id=144

You are receiving this message because you have requested it from the Flyspray 
bugtracking system.  If you did not expect this message or don't want to 
receive mails in future, you can change your notification settings at the URL 
shown above.
_______________________________________________
Dumux mailing list
[email protected]
https://listserv.uni-stuttgart.de/mailman/listinfo/dumux

Reply via email to