ESYS13  Revision_
Classes | Typedefs | Enumerations | Functions
Functions.h File Reference
#include "Common.h"
#include "esysUtils/Esys_MPI.h"
#include "performance.h"

Go to the source code of this file.

Classes

struct  Paso_Function

Typedefs

typedef enum Paso_FunctionType Paso_FunctionType
typedef struct Paso_Function Paso_Function

Enumerations

enum  Paso_FunctionType { LINEAR_SYSTEM }

Functions

err_t Paso_FunctionDerivative (double *J0w, const double *w, Paso_Function *F, const double *f0, const double *x0, double *setoff, Paso_Performance *pp)
err_t Paso_FunctionCall (Paso_Function *F, double *value, const double *arg, Paso_Performance *pp)
void Paso_Function_free (Paso_Function *F)

Typedef Documentation

typedef struct Paso_Function Paso_Function

Enumeration Type Documentation

Enumerator:
LINEAR_SYSTEM 

Function Documentation

err_t Paso_FunctionCall ( Paso_Function F,
double *  value,
const double *  arg,
Paso_Performance pp 
)
err_t Paso_FunctionDerivative ( double *  J0w,
const double *  w,
Paso_Function F,
const double *  f0,
const double *  x0,
double *  setoff,
Paso_Performance pp 
)