- Oct 30, 2003
-
-
Thimo Neubauer authored
only needed if Dune should be installed globally (or distributed as a tarball) [[Imported from SVN: r213]]
-
Thimo Neubauer authored
[[Imported from SVN: r212]]
-
Robert Klöfkorn authored
[[Imported from SVN: r211]]
-
Robert Klöfkorn authored
The BoundaryEntity has to be implementedt still. Furthermore all classes of SimpleGrid are now derived from the default interface classes. [[Imported from SVN: r210]]
-
- Oct 27, 2003
-
-
Robert Klöfkorn authored
Coordinates were seted up wrong. Now it works. [[Imported from SVN: r209]]
-
Robert Klöfkorn authored
[[Imported from SVN: r208]]
-
- Oct 24, 2003
-
-
Robert Klöfkorn authored
Added EL_INFO * Provider in agmemory.hh for EL_INFO memory access. [[Imported from SVN: r207]]
-
Robert Klöfkorn authored
defined in vectorspace.hh. [[Imported from SVN: r206]]
-
Robert Klöfkorn authored
[[Imported from SVN: r205]]
-
Robert Klöfkorn authored
[[Imported from SVN: r204]]
-
Robert Klöfkorn authored
belong together. Furthermore made some changes in localfunctionarray for speedup. [[Imported from SVN: r203]]
-
Robert Klöfkorn authored
[[Imported from SVN: r202]]
-
Robert Klöfkorn authored
computed. [[Imported from SVN: r201]]
-
Robert Klöfkorn authored
outer normal of an entity scaled with the volume of the intersection. The default implementation can be overloaded if speedup if possible. [[Imported from SVN: r200]]
-
Thimo Neubauer authored
[[Imported from SVN: r199]]
-
Thimo Neubauer authored
[[Imported from SVN: r198]]
-
- Oct 23, 2003
-
-
Robert Klöfkorn authored
function. Furthermore added the method 'done' to the interface. [[Imported from SVN: r197]]
-
Robert Klöfkorn authored
[[Imported from SVN: r196]]
-
Robert Klöfkorn authored
local function at the same time (entity and neighbor) and the local functions are kept until needed again. For this reason fro each time the method 'access' of discrete function was called the method 'done' has to be called to free the local function. [[Imported from SVN: r195]]
-
Robert Klöfkorn authored
implementation and only the corresponding discretefunction needs to know this method. Sometimes we dont nned this method. Furthermore removed the interface for LocalFunctionInterator because we dont nned this. [[Imported from SVN: r194]]
-
Robert Klöfkorn authored
The implementation of the management moved to agmemory.hh. [[Imported from SVN: r193]]
-
Robert Klöfkorn authored
[[Imported from SVN: r192]]
-
Robert Klöfkorn authored
Access to neighbor was tuned. Now ist a lot fast due to stack management of NeighborEntity in NeighborIterator. The Objects are first generated with new and then holded until the corresponding grid is deleted. [[Imported from SVN: r191]]
-
- Oct 21, 2003
-
-
Robert Klöfkorn authored
[[Imported from SVN: r190]]
-
Robert Klöfkorn authored
function information file which stores the information about the underlying functionspace and the grid type. [[Imported from SVN: r189]]
-
Robert Klöfkorn authored
This is a special implementation of the discretefunction interface which uses an array to store the dofs. [[Imported from SVN: r188]]
-
Robert Klöfkorn authored
[[Imported from SVN: r187]]
-
Robert Klöfkorn authored
timestep (=0) a filename grid000000000. [[Imported from SVN: r186]]
-
Robert Klöfkorn authored
[[Imported from SVN: r185]]
-
Robert Klöfkorn authored
Returns true, if the discrete functions that belong to this function space are continuous. Furthermore added methods to get polynom order of base functions. [[Imported from SVN: r184]]
-
Robert Klöfkorn authored
ascii. [[Imported from SVN: r183]]
-
Robert Klöfkorn authored
[[Imported from SVN: r182]]
-
Robert Klöfkorn authored
For this grid only ascii format is supported, because we have to store only H and N. [[Imported from SVN: r181]]
-
Robert Klöfkorn authored
grid via the interface methods of a grid implementation. This Method works for all Grids and reads/writes the grid infromation file with type information ... [[Imported from SVN: r180]]
-
Robert Klöfkorn authored
The interface is to write one file which contains information about the grid type and then use the writeGrid method which is unique for each grid. Therefore I added two methods in GridDefault, grid2File and file2Grid. These methods write/read a grid ,i.e. the grid information file and then they call the writeGrid methods of the actual implementation. If a grid is written to 'grid' then the grid information is written to file 'grid' and the grids are stored in grid|timestep, i.e. grid0000000000. For generating these filename I added a routine genFilename ind misc.hh. [[Imported from SVN: r179]]
-
- Oct 15, 2003
-
-
Robert Klöfkorn authored
wrong, false instead of true .... [[Imported from SVN: r178]]
-
- Oct 14, 2003
-
-
Robert Klöfkorn authored
[[Imported from SVN: r177]]
-
Robert Klöfkorn authored
[[Imported from SVN: r176]]
-
Robert Klöfkorn authored
Added a applyLocal method for FEOperator for tests. [[Imported from SVN: r175]]
-
Robert Klöfkorn authored
[[Imported from SVN: r174]]
-