HasFVKTAssemblyHook Concept Reference#

DiFfRG: DiFfRG::FV::KurganovTadmor::HasFVKTAssemblyHook Concept Reference
DiFfRG
Discretization Framework for functional Renormalization Group flows
DiFfRG::FV::KurganovTadmor::HasFVKTAssemblyHook Concept Reference

#include <assembly_context.hh>

Concept definition

template<typename Model, typename Context>
HasAssemblyContextView<Context> && requires(Model &model, const AssemblyStage stage, const Context &context) {
{
model.fv_kt_pre_assembly(stage, context)
} -> std::same_as<void>;
}
Definition assembly_context.hh:417
Definition assembly_context.hh:440
AssemblyStage
Definition assembly_context.hh:20