Loading [MathJax]/extensions/tex2jax.js
PISM, A Parallel Ice Sheet Model 2.2.2-d6b3a29ca committed by Constantine Khrulev on 2025-03-28
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages

◆ save_system_with_solution()

void pism::TridiagonalSystem::save_system_with_solution ( const std::string &  filename,
unsigned int  system_size,
const std::vector< double > &  solution 
)

Write system matrix, right-hand-side, and (provided) solution into an already-named Python script.

Definition at line 187 of file ColumnSystem.cc.

References ddratio(), m_prefix, norm1(), save_system(), and save_vector().

Referenced by pism::columnSystemCtx::save_to_file().