Skip to content
Snippets Groups Projects
Commit 98dd8ff0 authored by mattijs's avatar mattijs
Browse files

access to transformation

parent cbf3b766
Branches
Tags
No related merge requests found
......@@ -125,6 +125,31 @@ public:
// Member Functions
//- scaling vector per subsurface
const vectorField& scale() const
{
return scale_;
}
//- scaling vector per subsurface
vectorField& scale()
{
return scale_;
}
//- coordinate system per subsurface
const PtrList<coordinateSystem>& transform() const
{
return transform_;
}
//- coordinate system per subsurface
PtrList<coordinateSystem>& transform()
{
return transform_;
}
virtual const wordList& regions() const;
//- Whether supports volume type below
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment