PaStiX Handbook  6.3.2
order_io.c File Reference
#include "common.h"
#include "order/order_internal.h"

Go to the source code of this file.

Functions

static int ordering_load (pastix_order_t *ordeptr, FILE *stream)
 Load an ordering from a file. More...
 
static int ordering_save (const pastix_order_t *ordeptr, FILE *stream)
 Save an ordering to a file. More...
 
Order IO subroutines
int pastixOrderLoad (const pastix_data_t *pastix_data, pastix_order_t *ordemesh)
 Load an ordering from a file. More...
 
int pastixOrderSave (pastix_data_t *pastix_data, const pastix_order_t *ordemesh)
 Save an ordering to a file. More...
 

Detailed Description

PaStiX order functions to read/write the order structure from/to the disk.

Version
6.3.2
Author
Francois Pellegrini
Pierre Ramet
Xavier Lacoste
Mathieu Faverge
Date
2023-07-21

Definition in file order_io.c.