APBS
3.0.0
Toggle main menu visibility
Loading...
Searching...
No Matches
vcap.h
Go to the documentation of this file.
1
6
63
64
#ifndef _VCAP_H_
65
#define _VCAP_H_
66
67
#include "apbscfg.h"
68
72
#define EXPMAX 85.00
73
77
#define EXPMIN -85.00
78
79
#include "maloc/maloc.h"
80
99
VEXTERNC
double
Vcap_exp
(
100
double
x,
101
int
*ichop
102
);
103
104
123
VEXTERNC
double
Vcap_sinh
(
124
double
x,
125
int
*ichop
126
);
127
146
VEXTERNC
double
Vcap_cosh
(
147
double
x,
148
int
*ichop
149
);
150
151
#endif
/* ifndef _VCAP_H_ */
Vcap_cosh
VEXTERNC double Vcap_cosh(double x, int *ichop)
Provide a capped cosh() function.
Definition
vcap.c:91
Vcap_exp
VEXTERNC double Vcap_exp(double x, int *ichop)
Provide a capped exp() function.
Definition
vcap.c:59
Vcap_sinh
VEXTERNC double Vcap_sinh(double x, int *ichop)
Provide a capped sinh() function.
Definition
vcap.c:75
src
generic
vcap.h
Generated on
for APBS by
1.17.0