BELFEM 0.9.0
Berkeley Lab Finite Element Framework
Loading...
Searching...
No Matches
pardisotools.hpp File Reference
#include "typedefs.hpp"
Include dependency graph for pardisotools.hpp:

Go to the source code of this file.

Functions

belfem::int_t pardisotools_initialize_parameters (const belfem::int_t *aParameters)
belfem::int_t pardisotools_symbolic_factorization (const belfem::int_t &aN, const belfem::int_t &aNNZ, const belfem::int_t &aNRHS, const belfem::int_t *aPointers, const belfem::int_t *aIndices, const double *aValues)
belfem::int_t pardisotools_solve (const belfem::int_t &aN, const belfem::int_t &aNNZ, const belfem::int_t &aNRHS, const belfem::int_t *aPointers, const belfem::int_t *aIndices, const double *aValues, double *aLHS, const double *aRHS, belfem::int_t *aInfo)
belfem::int_t pardisotools_free ()
double pardisotools_get_determinant ()

Function Documentation

◆ pardisotools_free()

belfem::int_t pardisotools_free ( )

◆ pardisotools_get_determinant()

double pardisotools_get_determinant ( )

◆ pardisotools_initialize_parameters()

belfem::int_t pardisotools_initialize_parameters ( const belfem::int_t * aParameters)

◆ pardisotools_solve()

belfem::int_t pardisotools_solve ( const belfem::int_t & aN,
const belfem::int_t & aNNZ,
const belfem::int_t & aNRHS,
const belfem::int_t * aPointers,
const belfem::int_t * aIndices,
const double * aValues,
double * aLHS,
const double * aRHS,
belfem::int_t * aInfo )

◆ pardisotools_symbolic_factorization()

belfem::int_t pardisotools_symbolic_factorization ( const belfem::int_t & aN,
const belfem::int_t & aNNZ,
const belfem::int_t & aNRHS,
const belfem::int_t * aPointers,
const belfem::int_t * aIndices,
const double * aValues )