2000-02-10 07:35:18 +08:00
|
|
|
/* *****************************************************
|
|
|
|
|
*
|
|
|
|
|
* File: Hypre_StructStencil_DataMembers.h
|
|
|
|
|
*
|
|
|
|
|
*********************************************************/
|
|
|
|
|
|
|
|
|
|
#ifndef Hypre_StructStencil_DataMembers_
|
|
|
|
|
#define Hypre_StructStencil_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-02-10 07:35:18 +08:00
|
|
|
|
|
|
|
|
struct Hypre_StructStencil_private_type
|
2000-01-12 05:56:58 +08:00
|
|
|
{
|
|
|
|
|
HYPRE_StructStencil *hsstencil;
|
|
|
|
|
}
|
|
|
|
|
;
|
|
|
|
|
#endif
|
|
|
|
|
|