Nek5000
SEM for Incompressible NS
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
jl
crystal.h
Go to the documentation of this file.
1
#ifndef CRYSTAL_H
2
#define CRYSTAL_H
3
4
#if !defined(COMM_H) || !defined(MEM_H)
5
#warning "crystal.h" requires "comm.h" and "mem.h"
6
#endif
7
8
#define crystal_init PREFIXED_NAME(crystal_init )
9
#define crystal_free PREFIXED_NAME(crystal_free )
10
#define crystal_router PREFIXED_NAME(crystal_router)
11
12
struct
crystal
{
13
struct
comm
comm;
14
buffer
data
,
work
;
15
};
16
17
void
crystal_init
(
struct
crystal
*
cr
,
const
struct
comm
*
comm
);
18
void
crystal_free
(
struct
crystal
*
cr
);
19
void
crystal_router
(
struct
crystal
*
cr
);
20
21
#endif
crystal::work
buffer work
Definition:
crystal.c:52
crystal_init
#define crystal_init
Definition:
crystal.h:8
comm
Definition:
comm.h:85
crystal_free
#define crystal_free
Definition:
crystal.h:9
crystal::data
buffer data
Definition:
crystal.c:52
cr
static struct crystal cr
Definition:
findpts_test.c:75
array
Definition:
mem.h:111
crystal
Definition:
crystal.c:50
crystal_router
#define crystal_router
Definition:
crystal.h:10
Generated on Tue Jul 14 2015 10:52:58 for Nek5000 by
1.8.8