$search
#include <NL/nl_context.h>
#include <NL/nl_iterative_solvers.h>
#include <NL/nl_preconditioners.h>
#include <NL/nl_superlu.h>
Go to the source code of this file.
Functions | |
void | nlCheckState (NLenum state) |
NLboolean | nlDefaultSolver () |
void | nlDeleteContext (NLContext context_in) |
NLContext | nlGetCurrent () |
void | nlMakeCurrent (NLContext context) |
void | nlMatrixVectorProd_default (NLdouble *x, NLdouble *y) |
NLContext | nlNewContext () |
static void | nlSetupPreconditioner () |
void | nlTransition (NLenum from_state, NLenum to_state) |
Variables | |
NLContextStruct * | nlCurrentContext = NULL |
void nlCheckState | ( | NLenum | state | ) |
Definition at line 108 of file nl_context.c.
NLboolean nlDefaultSolver | ( | ) |
Definition at line 181 of file nl_context.c.
void nlDeleteContext | ( | NLContext | context_in | ) |
Definition at line 64 of file nl_context.c.
NLContext nlGetCurrent | ( | ) |
Definition at line 101 of file nl_context.c.
void nlMakeCurrent | ( | NLContext | context | ) |
Definition at line 97 of file nl_context.c.
Definition at line 44 of file nl_context.c.
NLContext nlNewContext | ( | ) |
Definition at line 48 of file nl_context.c.
static void nlSetupPreconditioner | ( | ) | [static] |
Definition at line 120 of file nl_context.c.
Definition at line 112 of file nl_context.c.
NLContextStruct* nlCurrentContext = NULL |
Definition at line 42 of file nl_context.c.