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

One structurally deficient connected component in the sensitivity graph. More...

#include <Diagnostics.hpp>

Public Attributes

std::vector< int > input_local_indices
 Inputs in this connected component.
std::vector< int > output_rows
 Outputs in this connected component.
int structural_rank = 0
 Rank of this sub-block.
int rank_deficiency = 0
 Number of structurally deficient inputs.

Detailed Description

One structurally deficient connected component in the sensitivity graph.

Member Data Documentation

◆ input_local_indices

std::vector<int> janus::StructuralDeficiencyGroup::input_local_indices

Inputs in this connected component.

◆ output_rows

std::vector<int> janus::StructuralDeficiencyGroup::output_rows

Outputs in this connected component.

◆ rank_deficiency

int janus::StructuralDeficiencyGroup::rank_deficiency = 0

Number of structurally deficient inputs.

◆ structural_rank

int janus::StructuralDeficiencyGroup::structural_rank = 0

Rank of this sub-block.


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