mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-07-28 03:27:05 +00:00
10 lines
252 B
C++
10 lines
252 B
C++
![]() |
|
||
|
template<typename T>
|
||
|
pFlow::regionField<T>::regionField(
|
||
|
const word& name,
|
||
|
const regionPoints& rPoints,
|
||
|
const T defaultVal)
|
||
|
:
|
||
|
field_(name, "regionFieldValue", rPoints.size(), rPoints.size(), defaultVal),
|
||
|
regionPoints_(rPoints)
|
||
|
{}
|