MCPcopy Create free account
hub / github.com/OpenFOAM/OpenFOAM-dev / selected

Function selected

src/OpenFOAM/db/Time/timeSelector.C:48–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46// * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * //
47
48bool Foam::timeSelector::selected(const instant& value) const
49{
50 return scalarRanges::selected(value.value());
51}
52
53
54Foam::List<bool> Foam::timeSelector::selected(const instantList& Times) const

Callers 2

timeSelector.CFile · 0.70
inplaceSelectFunction · 0.70

Calls 1

valueMethod · 0.45

Tested by

no test coverage detected