Skip to content
Snippets Groups Projects
Commit c84b6e75 authored by Oliver Sander's avatar Oliver Sander
Browse files

minor doc change

[[Imported from SVN: r4111]]
parent 938d7dfc
No related branches found
No related tags found
No related merge requests found
......@@ -302,7 +302,7 @@ namespace Dune {
// A(l)
UGCtype integrationElement (const FieldVector<UGCtype, 2>& local) const;
//! can only be called for dim=dimworld!
//! !
const FieldMatrix<UGCtype,2,2>& jacobianInverseTransposed (const FieldVector<UGCtype, 2>& local) const;
private:
......@@ -315,7 +315,7 @@ namespace Dune {
//! The element type, either triangle or quadrilateral
NewGeometryType elementType_;
//! the vertex coordinates
//! the vertex coordinates in UG numbering
mutable FixedArray<FieldVector<UGCtype, 3>, 4> coord_;
//! The jacobian inverse
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment