13
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 3 days ago.
Nov 11, 2024 — Nov 11, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Minor changes.
Robert K
as Robert Klöfkorn
More... about 22 years ago
Minor changes.
Robert K
as Robert Klöfkorn
More... about 22 years ago
Added CGInverseOperator with Operator as tmeplate type. Added a applyLocal method for FEOperator for tests.
Robert K
as Robert Klöfkorn
More... about 22 years ago
Remember Domain,Range and Field for derived classes.
Robert K
as Robert Klöfkorn
More... about 22 years ago
First version of local operators that are combined out of diffrent implementations of different numerical schemes.
Robert K
as Robert Klöfkorn
More... about 22 years ago
Some minor changes.
Robert K
as Robert Klöfkorn
More... about 22 years ago
Added some stuff for functionspace with const basis functions.
Robert K
as Robert Klöfkorn
More... about 22 years ago
Moved some implementations from .hh to .cc file.
Robert K
as Robert Klöfkorn
More... about 22 years ago
Added int polynomOrder () and int localPolynomOrder (Entity &en) as interface methods to the DiscreteFunctionSpace class.
Robert K
as Robert Klöfkorn
More... about 22 years ago
Added class FastQuad <FunctionSpace,polOrd> which has not the element type as template parameter like the other two classes.
Robert K
as Robert Klöfkorn
More... about 22 years ago
BoundaryEntity as Traits typedef in NeighborIterator. More... about 22 years ago
BoundaryEntity as Traits typedef in NeighborIterator.
Robert K
as Robert Klöfkorn
More... about 22 years ago
Added the method bool hasChildren() on class SEntity<codim =0>. More... about 22 years ago
Added the method bool hasChildren() on class SEntity<codim =0>.
Robert K
as Robert Klöfkorn
More... about 22 years ago
Added the BLAS Library Check. Default is, that no BLAS Library is used. With the --enable-blas option BLAS Library searching is enabled. The default Path is /usr/lib.
Robert K
as Robert Klöfkorn
More... about 22 years ago
Changed some memeber functions to const More... about 22 years ago
Changed some memeber functions to const More... about 22 years ago
Added more const member functions More... about 22 years ago
We also need a read-only access to the FixedArray components for const objects More... about 22 years ago
Implemented the method checkInside on SElement and AlbertGridElement. More... about 22 years ago
Implemented the method checkInside on SElement and AlbertGridElement.
Robert K
as Robert Klöfkorn
More... about 22 years ago
Added < bool checkInside (Vec .. ) > on class Element. This method returns true if an point is located within the current element.
Robert K
as Robert Klöfkorn
More... about 22 years ago
Added < bool checkInside (Vec .. ) > on class Element. This method returns true if an point is located within the current element. More... about 22 years ago
intersection method for subgrids corrected
peter
as Peter Bastian
More... about 22 years ago
intersection method for subgrids corrected
peter
as Peter Bastian
More... about 22 years ago
Now all classes of SGrid and AlbertGrid derive from the default classes. More... about 22 years ago
Now all classes of SGrid and AlbertGrid derive from the default classes.
Robert K
as Robert Klöfkorn
More... about 22 years ago
Implemented Default Classes for Grid Interface. >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.
Robert K
as Robert Klöfkorn
More... about 22 years ago
Implemented Default Classes for Grid Interface. >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. More... about 22 years ago
new methods shrink/expand in FixedArray
peter
as Peter Bastian
More... about 22 years ago