1.23
2.0
acw/focus-triggers
main
test-branch
| Line | |
|---|
| 1 | /*BHEADER**********************************************************************
|
|---|
| 2 | * Copyright (c) 2008, Lawrence Livermore National Security, LLC.
|
|---|
| 3 | * Produced at the Lawrence Livermore National Laboratory.
|
|---|
| 4 | * This file is part of HYPRE. See file COPYRIGHT for details.
|
|---|
| 5 | *
|
|---|
| 6 | * HYPRE is free software; you can redistribute it and/or modify it under the
|
|---|
| 7 | * terms of the GNU Lesser General Public License (as published by the Free
|
|---|
| 8 | * Software Foundation) version 2.1 dated February 1999.
|
|---|
| 9 | *
|
|---|
| 10 | * $Revision: 2.4 $
|
|---|
| 11 | ***********************************************************************EHEADER*/
|
|---|
| 12 |
|
|---|
| 13 |
|
|---|
| 14 |
|
|---|
| 15 | #ifndef hypre_NEW_COMMPKG
|
|---|
| 16 | #define hypre_NEW_COMMPKG
|
|---|
| 17 |
|
|---|
| 18 |
|
|---|
| 19 | typedef struct
|
|---|
| 20 | {
|
|---|
| 21 | int length;
|
|---|
| 22 | int storage_length;
|
|---|
| 23 | int *id;
|
|---|
| 24 | int *vec_starts;
|
|---|
| 25 | int element_storage_length;
|
|---|
| 26 | HYPRE_BigInt *elements;
|
|---|
| 27 | double *d_elements;
|
|---|
| 28 | void *v_elements;
|
|---|
| 29 | } hypre_ProcListElements;
|
|---|
| 30 |
|
|---|
| 31 |
|
|---|
| 32 |
|
|---|
| 33 |
|
|---|
| 34 | #endif /* hypre_NEW_COMMPKG */
|
|---|
| 35 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.