- Feb 10, 2017
-
-
* Adds functionality similar to base vtkOutputModule: addFacePrimaryVariable() allows to specifiy a privar on the face to be written out
-
* Allows to generate separate vtk files which store face information
-
-
-
-
* Add convenience and factory functions * Allow specialization in derived classes
-
-
* Base fluxVars only get TypeTag as template argument
-
* Allow more specific implementations for different discretizations
-
* Current one is not compatible with staggerdGrid
-
-
* Add ref solution * Add L2 error norm function
-
-
-
* Use correct viscosity * Use correct yasp grid
-
* Use new SourceValues, BoundaryValues * Test not working yet
-
* Use new BoundaryValues class
-
* Add reference solution * clean-up problem * rename input file
-
* fix error (typo) in source-term * adapt to new interface
-
-
*Add more indices, make easier to use
-
*staggerd/problem.hh no longer required
-
Not working yet!
-
* isWall function now also works in 3D
-
* Specializations for 2d and 3d not required anymore
-
* Use correct codimensions for subIndex * Use correct number of subentities (i.e. vertices (2d) and edges (3)) * add missing break statements
-
-
-
* remove offset * use common function
-
* Make discretization test compile again
-
-
* No longer needed
-
* Get rid of fullFace stencils, not required anymore * Use new map in assembler and localJacobian
-
-
* Replace setRowSizes_ and addIndices_ functions with occupationPattern concept
-
* Allows usage of range-based for-loop
-
-
* Make use of [] operator of staggeredPriVars class
-
* Make base staggered discretization more general
-
* Set fluxVars in model-specific propertyDefaults * Remove unused code from staggered VolVars
-