TheBoussinesqModel  3.2.1
 All Data Structures Files Functions Variables Typedefs Macros Pages
tensors3D.c File Reference
#include "turtle.h"
#include "tensor3D.h"

Go to the source code of this file.

Functions

double *** d3tensor (long nrl, long nrh, long ncl, long nch, long ndl, long ndh)
 
DOUBLETENSORnew_doubletensor (long ndh, long nrh, long nch)
 
void free_d3tensor (double ***t, long ndl, long nrl, long ncl)
 
void free_doubletensor (DOUBLETENSOR *m)
 
void initialize_doubletensor (DOUBLETENSOR *L, double sign)
 

Function Documentation

double*** d3tensor ( long  nrl,
long  nrh,
long  ncl,
long  nch,
long  ndl,
long  ndh 
)

Definition at line 9 of file tensors3D.c.

References NR_END, and t_error().

Referenced by new_doubletensor().

void free_d3tensor ( double ***  t,
long  ndl,
long  nrl,
long  ncl 
)

Definition at line 83 of file tensors3D.c.

References FREE_ARG, and NR_END.

Referenced by free_doubletensor().

void initialize_doubletensor ( DOUBLETENSOR L,
double  sign 
)