16const Vector<label>
N(
dict.get<Vector<label>>(
"N"));
19autoPtr<Function1<scalar>>
Ek(Function1<scalar>::New(
"Ek",
dict, &
runTime));
A Vector of values with scalar precision, where scalar is float/double depending on the compilation f...
const vector L(dict.get< vector >("L"))
const Vector< label > N(dict.get< Vector< label > >("N"))
autoPtr< Function1< scalar > > Ek(Function1< scalar >::New("Ek", dict, &runTime))