PaStiX Handbook
6.4.0
|
#include "common.h"
#include "blend/solver.h"
#include "bcsc/bcsc.h"
#include "sopalin/coeftab.h"
#include "sopalin/coeftab_c.h"
#include "pastix_ccores.h"
Go to the source code of this file.
Functions | |
void | cpucblk_cdump (pastix_coefside_t side, const SolverCblk *cblk, FILE *stream) |
Dump a single column block into a FILE in a human readale format. More... | |
void | coeftab_ccblkComputePreselect (const SolverMatrix *solvmtx, SolverCblk *cblk) |
TODO. More... | |
void | cpucblk_cinit (pastix_coefside_t side, const SolverMatrix *solvmtx, const pastix_bcsc_t *bcsc, pastix_int_t itercblk, const char *directory) |
Fully initialize a single cblk. More... | |
Precision dependent coeficient array initialization routines.
Definition in file coeftab_cinit.c.
void coeftab_ccblkComputePreselect | ( | const SolverMatrix * | solvmtx, |
SolverCblk * | cblk | ||
) |
TODO.
[in] | solvmtx | TODO |
[in] | cblk | TODO |
Definition at line 177 of file coeftab_cinit.c.
References blok_is_preselected(), solver_matrix_s::cblktab, solver_cblk_s::fblokptr, solver_blok_s::fcblknm, and solver_blok_s::iluklvl.