- Oct 14, 2003
-
-
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]]
-
Robert Klöfkorn authored
>From now on all implementations of the Grid interface should be derived from the Default Classes, i.e. GridDefault. All Default classes implement some extra functionality using the slim interface described in the interface classes. For example the method subIndex of the class EntityDefault<codim=0...> returns the global index of a sub entity with codim=cc and a local number. The Implenentation is done via the interface method entity of the Entity Interface. The class GridDefault provides an LeafIterator. This iterator uses the LevelIterator and Hierarchical Iterator to iterate over all leaf elements until a given maxlevel. The LeafIterator has the same Interface as the LevelIterator. Furtermore added some methods for writing the grid to an file. But im still working on it. Therefore explanations later. [[Imported from SVN: r157]]
-
- Sep 27, 2003
-
-
Peter Bastian authored
[[Imported from SVN: r156]]
-
- Sep 24, 2003
-
-
Robert Klöfkorn authored
HierarchicIterator. The traverseLeafElLevel method of LevelIterator must be revised. [[Imported from SVN: r155]]
-
Robert Klöfkorn authored
Furthermore wrote wrapper for ALBERT refine in albertextra.hh. Now the AlbertGrid has the methods refine and coarsen. [[Imported from SVN: r154]]
-
- Sep 23, 2003
-
-
Robert Klöfkorn authored
Wrote a new fill_elinfo method, because in Albert there are Neighbor realtions only on leaf level. Now all elements on all levels have their real neighbors. The fillElInfo Method of AlbertGrid seems to work, but is not tested consequently. (for futur reference) [[Imported from SVN: r153]]
-
Peter Bastian authored
[[Imported from SVN: r152]]
-
- Sep 16, 2003
-
-
Robert Klöfkorn authored
it's i times operator ++ (). [[Imported from SVN: r151]]
-
Robert Klöfkorn authored
Added the method mark (int refCount) in class AlbertGridEntity<codim=0> and the methods refineLocal and coarsenLocal ind class AlbertGrid. Methods for error estimates should be placed in discrestfunction and local function. (next time) [[Imported from SVN: r150]]
-
- Sep 12, 2003
-
-
Robert Klöfkorn authored
[[Imported from SVN: r149]]
-
Robert Klöfkorn authored
ALBERT_LIBS = "-lalbert_util" instead of "albert_util" Now it works. grape.m4: added AC_LANG_PUSH([C]) for grape.h, because Grape cannot be compiled with a c++ Compiler because of redefinition of keywords like class. It's Grape you know. [[Imported from SVN: r148]]
-
Robert Klöfkorn authored
Futhermore check for DIM and DIM_OF_WORLD removed, because is done in albert.m4 [[Imported from SVN: r147]]
-
Robert Klöfkorn authored
[[Imported from SVN: r146]]
-
Peter Bastian authored
[[Imported from SVN: r145]]
-
Peter Bastian authored
[[Imported from SVN: r144]]
-
Peter Bastian authored
[[Imported from SVN: r143]]
-
Thimo Neubauer authored
problematic, but aclocal now correctly shows the names in verbose-mode [[Imported from SVN: r142]]
-
Peter Bastian authored
[[Imported from SVN: r141]]
-
Peter Bastian authored
soll die Grundlage eines spgrid mit voller Dune Schnittstelle sein Wird nur Codim 0 und dim unterstuetzen [[Imported from SVN: r140]]
-
Peter Bastian authored
[[Imported from SVN: r139]]
-
- Sep 11, 2003
-
-
Robert Klöfkorn authored
albertgrid.hh, .cc: Checked the implementation of the grid interface and implemented the method father_relative_local but not check because no test available. Furthermore fixed a bug in the method global and local of AlbertGridElement. lagrangebase.hh: The BaseFunctions for lagrange 1 on triangle changed back to the old implementation. [[Imported from SVN: r138]]
-
- Sep 01, 2003
-
-
Robert Klöfkorn authored
LagrangeBase: Lagrange enumeration for triangle was wrong. Checked with baseTest from poisson.cc [[Imported from SVN: r137]]
-