- 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]]
-
Robert Klöfkorn authored
implementations of different numerical schemes. Here we work without virtual methods. Therefore all local apply methods of the combined operators can be inlined. But i still working and testing this implementatitons. [[Imported from SVN: r173]]
-
Robert Klöfkorn authored
[[Imported from SVN: r172]]
-
Robert Klöfkorn authored
[[Imported from SVN: r171]]
-
Robert Klöfkorn authored
[[Imported from SVN: r170]]
-
Robert Klöfkorn authored
int localPolynomOrder (Entity &en) as interface methods to the DiscreteFunctionSpace class. [[Imported from SVN: r169]]
-
Robert Klöfkorn authored
type as template parameter like the other two classes. [[Imported from SVN: r168]]
-
Robert Klöfkorn authored
[[Imported from SVN: r167]]
-
Robert Klöfkorn authored
on class SEntity<codim =0>. [[Imported from SVN: r166]]
-
- Oct 08, 2003
-
-
Robert Klöfkorn authored
Default is, that no BLAS Library is used. With the --enable-blas option BLAS Library searching is enabled. The default Path is /usr/lib. With the --with-blas-lib=PATH an optional PATH can be specified. [[Imported from SVN: r165]]
-
- Oct 07, 2003
-
-
Christian Engwer authored
[[Imported from SVN: r164]]
-
Christian Engwer authored
[[Imported from SVN: r163]]
-
Christian Engwer authored
[[Imported from SVN: r162]]
-
- Oct 02, 2003
-
-
Robert Klöfkorn authored
Futhermore implemented the changes of the NeighborIterator and the new BoundaryEntity. On SGrid the methods of BoundaryEntity are only declared at the moment but not implemented. [[Imported from SVN: r161]]
-
Robert Klöfkorn authored
This method returns true if an point is located within the current element. Furthermore added an interface class BoundaryEntity which provides information about the boundary. This is a new template parameter for NeighborIterator. I adapted the interface classes and SGrid and AlbertGrid. On NeighborIterator the method < bool boundary .. > returns wether we are at boubdary or not. The method < neighbor > returns true if an neihgbor on this level exists. The method < boundaryEntity > returns a BoundaryEntity with information about boundary type and so on, if we are at boundary. [[Imported from SVN: r160]]
-
- Oct 01, 2003
-
-
Peter Bastian authored
[[Imported from SVN: r159]]
-
- Sep 30, 2003
-
-
Robert Klöfkorn authored
Furthermore all routines belonging to ALBERT are implemented in albertextra.hh in a special namespace. Added write and read methods for the AlbertGrid. [[Imported from SVN: r158]]
-