Workflow
simbl supports a compact local similarity workflow: define the problem inputs,
choose solver options, run the solver, and optionally map the result to physical
space.
This page summarizes the main steps and outputs. For runnable examples, use CLI Usage, API Usage, or MATLAB Usage.
Schematic
flowchart LR
A["Define Solver Inputs"]
B["Define Solver Options"]
C["Run Solver"]
D["Similarity Profiles"]
E["Map To Physical Space Optional"]
A --> C
B --> C
C --> D
D --> E