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

#include <spatialOperator.hpp>

Concept definition

template<typename T>
concept NeoN::dsl::HasImplicitOperator = requires(T t) {
{
t.implicitOperation(std::declval<la::LinearSystem<typename T::VectorValueType, localIdx>&>()
)
} -> std::same_as<void>;
}

Detailed Description

Definition at line 29 of file spatialOperator.hpp.