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

#include <spatialOperator.hpp>

Concept definition

template<typename T>
concept NeoFOAM::dsl::HasImplicitOperator = requires(T t) {
{
t.implicitOperation(std::declval<la::LinearSystem<typename T::FieldValueType, localIdx>&>())
} -> std::same_as<void>;
}
A class representing a linear system of equations.

Detailed Description

Definition at line 29 of file spatialOperator.hpp.