source:
CIVL/examples/mpi-omp/AMG2013/krylov_bug/krylov_bug.h@
8ed2d3b
| Last change on this file since 8ed2d3b was 0a5fb11, checked in by , 11 years ago | |
|---|---|
|
|
| File size: 354 bytes | |
| Line | |
|---|---|
| 1 | #define hypre_CTAllocF(type, count, funcs) \ |
| 2 | ( (type *)(*(funcs->CAlloc))\ |
| 3 | ((unsigned int)(count), (unsigned int)sizeof(type)) ) |
| 4 | |
| 5 | typedef struct |
| 6 | { |
| 7 | char * (*CAlloc) ( int count, int elt_size ); |
| 8 | |
| 9 | } hypre_GMRESFunctions; |
| 10 | |
| 11 | typedef struct |
| 12 | { |
| 13 | int k_dim; |
| 14 | |
| 15 | } hypre_GMRESData; |
| 16 | |
| 17 | void *hypre_GMRESCreate( hypre_GMRESFunctions *gmres_functions ); |
| 18 | |
| 19 |
Note:
See TracBrowser
for help on using the repository browser.
