mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-07-08 03:07:03 +00:00
modification to the base code for MPI-developement up to processor boundaries
This commit is contained in:
@ -181,6 +181,11 @@ public:
|
||||
return field_.insertSetElement(indices, val);
|
||||
}
|
||||
|
||||
inline const Time& time()const
|
||||
{
|
||||
return internalPoints_.time();
|
||||
}
|
||||
|
||||
bool hearChanges
|
||||
(
|
||||
real t,
|
||||
|
Reference in New Issue
Block a user