Oakfield API Documentation 1.0.0
Numerical core APIs
Loading...
Searching...
No Matches
sim.h
Go to the documentation of this file.
1
5#ifndef OAKFIELD_PUBLIC_SIM_H
6#define OAKFIELD_PUBLIC_SIM_H
7
8#include "backend.h"
9#include "core.h"
10#include "field.h"
11#include "integrator.h"
12#include "integrator_registry.h"
13#include "math.h"
14#include "operators/operators.h"
15
16#endif /* OAKFIELD_PUBLIC_SIM_H */
Backend abstraction layer for libsimcore execution engines.
Core fields, buffers, contexts, KernelIR, and runtime state APIs.
Multidimensional contiguous field abstraction with configurable layout.
Base definitions for time-integration schemes in libsimintegrators.
Runtime selection utilities for libsimintegrators.
Public special-function entry points, including Zeta/Xi and q-method helpers.
Aggregated helpers for common split operators.