Oakfield API Documentation 1.0.0
Numerical core APIs
Loading...
Searching...
No Matches
FractionalMemoryOperatorConfig Struct Reference

Configuration parameters for the fractional memory split operator. More...

#include <fractional_memory.h>

Public Attributes

size_t field_index
 
double order
 
double gain
 
size_t memory_steps
 

Detailed Description

Configuration parameters for the fractional memory split operator.

Member Data Documentation

◆ field_index

size_t FractionalMemoryOperatorConfig::field_index

Target field index within the simulation context.

◆ gain

double FractionalMemoryOperatorConfig::gain

Scaling factor applied to the memory term.

◆ memory_steps

size_t FractionalMemoryOperatorConfig::memory_steps

Number of historical steps retained in the memory kernel.

◆ order

double FractionalMemoryOperatorConfig::order

Fractional derivative order (0..1). Values outside the range are clamped by the implementation.


The documentation for this struct was generated from the following file: