PaStiX Handbook  6.3.2
symbol_expand.c File Reference
#include "common.h"
#include "symbol/symbol.h"
#include "symbol_reorder.h"

Go to the source code of this file.

Functions

static pastix_int_t symbol_expand_find_schurcblk (const symbol_matrix_t *symbptr)
 Compute the index of the first cblk belonging to the Schur complement. More...
 
static void symbol_expand_var (symbol_matrix_t *symbptr)
 Expand the symbol matrix structure when the dof are variadic. More...
 
static void symbol_expand_fix (symbol_matrix_t *symbptr)
 Expand the symbol matrix structure when the dof are constant. More...
 
Symbol basic subroutines
void pastixSymbolExpand (symbol_matrix_t *symbptr)
 Expand the symbol matrix structure based on the dof information (compressed -> expanded) More...
 

Detailed Description

Version
6.3.2
Author
Vincent Bridonneau
Mathieu Faverge
Date
2023-07-21
Original arithmetic file
normal z -> s d c p

Definition in file symbol_expand.c.