Ice Sheet System Model  4.18
Code documentation
Functions
fsanalyticals.cpp File Reference
#include <math.h>
#include "../Numerics/types.h"
#include "../Numerics/constants.h"
#include "./fsanalyticals.h"
#include "../shared.h"

Go to the source code of this file.

Functions

IssmDouble fx (IssmDouble x, IssmDouble y, IssmDouble z, int testid)
 
IssmDouble fy (IssmDouble x, IssmDouble y, IssmDouble z, int testid)
 
IssmDouble fz (IssmDouble x, IssmDouble y, IssmDouble z, int testid)
 
IssmDouble alpha (IssmDouble x, IssmDouble y, IssmDouble z, int testid)
 

Function Documentation

◆ fx()

IssmDouble fx ( IssmDouble  x,
IssmDouble  y,
IssmDouble  z,
int  testid 
)

Definition at line 218 of file fsanalyticals.cpp.

218 {_error_("recompile with GOCOMPILE defined in this file (uncomment line 23)");}

◆ fy()

IssmDouble fy ( IssmDouble  x,
IssmDouble  y,
IssmDouble  z,
int  testid 
)

Definition at line 219 of file fsanalyticals.cpp.

219 {_error_("recompile with GOCOMPILE defined in this file (uncomment line 23)");}

◆ fz()

IssmDouble fz ( IssmDouble  x,
IssmDouble  y,
IssmDouble  z,
int  testid 
)

Definition at line 220 of file fsanalyticals.cpp.

220 {_error_("recompile with GOCOMPILE defined in this file (uncomment line 23)");}

◆ alpha()

IssmDouble alpha ( IssmDouble  x,
IssmDouble  y,
IssmDouble  z,
int  testid 
)

Definition at line 221 of file fsanalyticals.cpp.

221 {_error_("recompile with GOCOMPILE defined in this file (uncomment line 23)");}
_error_
#define _error_(StreamArgs)
Definition: exceptions.h:49