PaStiX Handbook  6.3.2
solver_backup.c File Reference
#include "common.h"
#include "blend/solver.h"

Go to the source code of this file.

Functions

SolverBackup_t * solverBackupInit (const SolverMatrix *solvmtx)
 Initialize the backup structure. More...
 
int solverBackupRestore (SolverMatrix *solvmtx, const SolverBackup_t *b)
 Restore initial values. More...
 
void solverBackupExit (SolverBackup_t *b)
 Free the solver backup data structure. More...
 

Detailed Description

PaStiX solver structure routines.

Version
6.3.2
Author
Xavier Lacoste
Pierre Ramet
Mathieu Faverge
Tony Delarue
Date
2023-07-21

Definition in file solver_backup.c.