- Dec 09, 2005
-
-
Markus Blatt authored
[[Imported from SVN: r3579]]
-
Markus Blatt authored
http://hal.iwr.uni-heidelberg.de/flyspray/index.php?do=details&id=62 [[Imported from SVN: r3578]]
-
Peter Bastian authored
[[Imported from SVN: r3577]]
-
Markus Blatt authored
[[Imported from SVN: r3576]]
-
Markus Blatt authored
IndexSets can be set later on via setIndexSets. [[Imported from SVN: r3575]]
-
Oliver Sander authored
UGGrids. This is now mentioned in the documentation. [[Imported from SVN: r3574]]
-
Peter Bastian authored
[[Imported from SVN: r3573]]
-
- Dec 08, 2005
-
-
Robert Klöfkorn authored
[[Imported from SVN: r3572]]
-
Robert Klöfkorn authored
[[Imported from SVN: r3571]]
-
Robert Klöfkorn authored
[[Imported from SVN: r3570]]
-
Robert Klöfkorn authored
[[Imported from SVN: r3569]]
-
Robert Klöfkorn authored
[[Imported from SVN: r3568]]
-
Robert Klöfkorn authored
[[Imported from SVN: r3567]]
-
Robert Klöfkorn authored
[[Imported from SVN: r3566]]
-
Robert Klöfkorn authored
subsize vectors. [[Imported from SVN: r3565]]
-
Robert Klöfkorn authored
[[Imported from SVN: r3564]]
-
Robert Klöfkorn authored
[[Imported from SVN: r3563]]
-
Oliver Sander authored
[[Imported from SVN: r3562]]
-
Markus Blatt authored
[[Imported from SVN: r3561]]
-
Oliver Sander authored
[[Imported from SVN: r3560]]
-
Oliver Sander authored
[[Imported from SVN: r3559]]
-
Peter Bastian authored
[[Imported from SVN: r3558]]
-
Markus Blatt authored
[[Imported from SVN: r3557]]
-
Markus Blatt authored
Now it can be used if the remote index lists where setup by hand. [[Imported from SVN: r3556]]
-
- Dec 07, 2005
-
-
Christian Engwer authored
[[Imported from SVN: r3555]]
-
Adrian Burri authored
[[Imported from SVN: r3554]]
-
Robert Klöfkorn authored
[[Imported from SVN: r3553]]
-
- Dec 06, 2005
-
-
Oliver Sander authored
of O(N^2). This makes a noticeable speed difference when reading grids with more than a few hundred elements. And using the STL the code actually got simpler :-) This closes FlySpray-Task 5 [[Imported from SVN: r3552]]
-
Oliver Sander authored
allow the boundary extraction algorithm to store the segments in a set instead of a vector. That will improve the complexity of the extraction algorithm from quadratic to nlogn. [[Imported from SVN: r3551]]
-
Christian Engwer authored
[[Imported from SVN: r3550]]
-
Oliver Sander authored
[[Imported from SVN: r3549]]
-
Markus Blatt authored
from the sequential version. It is now possible to use a purely sequential version of AMG by using the MatrixAdapter as Operator and SequentialInformation instead of ParallelInformation. In this case now IndexSets, RemoteIndices and other stuff needed for communication are created and used. Thus there is now memory overhead. TODO: MPI is still needed to compile AMG. For the stable version it should be possible to compile AMG even if MPI is not present. [[Imported from SVN: r3548]]
-
Oliver Sander authored
[[Imported from SVN: r3547]]
-
- Dec 05, 2005
-
-
Christian Engwer authored
not always possible to access a typedef inside "const Foo" class, even if it is possible to access the same typedef inside the mutable "Foo" class. A proper fix would introduce bigger changes in the interface, especially in the template parameters. The quick fix are a bunch of RemoveConsts to access the typedefs via mutable class. [[Imported from SVN: r3546]]
-
Oliver Sander authored
[[Imported from SVN: r3545]]
-
- Dec 01, 2005
-
-
Robert Klöfkorn authored
[[Imported from SVN: r3544]]
-
Robert Klöfkorn authored
Now the DiscreteFunctionType is determined when addData is called. This enables visualisation of different DiscreteFunctionType (i.e. different polynomial order). [[Imported from SVN: r3543]]
-
Robert Klöfkorn authored
[[Imported from SVN: r3542]]
-
Robert Klöfkorn authored
[[Imported from SVN: r3541]]
-
Robert Klöfkorn authored
different polynomial order). Therefore changed func_real call to evalDof and evalCoord call which know the right DiscreteFunctionsType inside. [[Imported from SVN: r3540]]
-