mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: GAMGInterfaceField: added access for interface
This commit is contained in:
@ -156,6 +156,17 @@ public:
|
||||
interface_(GAMGCp)
|
||||
{}
|
||||
|
||||
|
||||
// Member Functions
|
||||
|
||||
// Access
|
||||
|
||||
//- Return interface
|
||||
const GAMGInterface& interface() const
|
||||
{
|
||||
return interface_;
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user