NeoFOAM
WIP Prototype of a modern OpenFOAM core
Loading...
Searching...
No Matches
NeoFOAM::dsl::HasTemporalImplicitOperator Concept Reference

#include <temporalOperator.hpp>

Concept definition

template<typename T>
{
t.implicitOperation(
std::declval<NeoFOAM::scalar>(),
std::declval<NeoFOAM::scalar>()
)
} -> std::same_as<void>;
}
A class representing a linear system of equations.

Detailed Description

Definition at line 33 of file temporalOperator.hpp.