PaStiX Handbook  6.3.2
order_apply_level_order.c File Reference
#include <string.h>
#include "common.h"
#include "blend/elimintree.h"
#include "order/order_internal.h"

Go to the source code of this file.

Functions

EliminTreeorderBuildEtree (const pastix_order_t *order)
 This routine build the elimination tree associated to an ordering. More...
 
int orderApplyLevelOrder (pastix_order_t *order, pastix_int_t level_tasks2d, pastix_int_t width_tasks2d)
 This routine reorder the elimination tree nodes per level. More...
 

Detailed Description

PaStiX order function that apply reverse level ordering to the elimination tree.

Version
6.3.2
Author
Gregoire Pichon
Mathieu Faverge
Pierre Ramet
Date
2023-07-21

Definition in file order_apply_level_order.c.