| Minor changes. |
|
More...
|
about 22 years ago
|
| Minor changes. |
|
More...
|
about 22 years ago
|
| Added CGInverseOperator with Operator as tmeplate type. Added a applyLocal method for FEOperator for tests. |
|
More...
|
about 22 years ago
|
| Remember Domain,Range and Field for derived classes. |
|
More...
|
about 22 years ago
|
| First version of local operators that are combined out of diffrent implementations of different numerical schemes. |
|
More...
|
about 22 years ago
|
| Some minor changes. |
|
More...
|
about 22 years ago
|
| Added some stuff for functionspace with const basis functions. |
|
More...
|
about 22 years ago
|
| Moved some implementations from .hh to .cc file. |
|
More...
|
about 22 years ago
|
| Added int polynomOrder () and int localPolynomOrder (Entity &en) as interface methods to the DiscreteFunctionSpace class. |
|
More...
|
about 22 years ago
|
| Added class FastQuad <FunctionSpace,polOrd> which has not the element type as template parameter like the other two classes. |
|
More...
|
about 22 years ago
|
| BoundaryEntity as Traits typedef in NeighborIterator. |
|
More...
|
about 22 years ago
|
| BoundaryEntity as Traits typedef in NeighborIterator. |
|
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>. |
|
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. |
|
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. |
|
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
|
| 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 |
|
More...
|
about 22 years ago
|
| intersection method for subgrids corrected |
|
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. |
|
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
|
| 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 |
|
More...
|
about 22 years ago
|