Janus 2.0.0
High-performance C++20 dual-mode numerical framework
Loading...
Searching...
No Matches
janus::StructuralSensitivityOptions Struct Reference

Output-selection options shared by the structural diagnostics helpers. More...

#include <Diagnostics.hpp>

Public Attributes

std::vector< int > output_indices
 Indices of outputs to analyze (empty = all).

Detailed Description

Output-selection options shared by the structural diagnostics helpers.

If output_indices is empty, all function outputs are flattened and analyzed.

Member Data Documentation

◆ output_indices

std::vector<int> janus::StructuralSensitivityOptions::output_indices

Indices of outputs to analyze (empty = all).


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