2000-02-10 07:35:18 +08:00
|
|
|
/* *****************************************************
|
|
|
|
|
*
|
|
|
|
|
* File: Hypre_StructVector_DataMembers.h
|
|
|
|
|
*
|
|
|
|
|
*********************************************************/
|
|
|
|
|
|
|
|
|
|
#ifndef Hypre_StructVector_DataMembers_
|
|
|
|
|
#define Hypre_StructVector_DataMembers_
|
2000-01-12 05:56:58 +08:00
|
|
|
|
2000-10-10 00:40:51 +08:00
|
|
|
#include "HYPRE_struct_mv.h"
|
2000-12-15 02:19:22 +08:00
|
|
|
#include "struct_mv.h"
|
2000-05-12 07:12:24 +08:00
|
|
|
#include "Hypre_StructGrid_IOR.h"
|
2000-02-10 07:35:18 +08:00
|
|
|
|
|
|
|
|
struct Hypre_StructVector_private_type
|
2000-01-12 05:56:58 +08:00
|
|
|
{
|
|
|
|
|
HYPRE_StructVector *hsvec;
|
2000-03-16 08:57:54 +08:00
|
|
|
/* We need to save constructor inputs to support a Clone function: */
|
2000-05-10 03:50:56 +08:00
|
|
|
Hypre_StructGrid grid;
|
2000-01-12 05:56:58 +08:00
|
|
|
}
|
|
|
|
|
;
|
|
|
|
|
#endif
|
|
|
|
|
|