|
CG
Version 25
|
#include "Maxwell.h"#include "display.h"#include "MappedGridOperators.h"#include "UnstructuredMapping.h"#include "UnstructuredOperators.h"#include "ULink.h"#include "PlotIt.h"
Macros | |
| #define | dsimv EXTERN_C_NAME(dsimv) |
| #define | dsimv2 EXTERN_C_NAME(dsimv2) |
Enumerations | |
| enum | AvgType { simple, leastSq } |
| enum | DType |
Functions | |
| void | dsimv (real *, int *, int *, real *, real *, real *, int *, int *, real *) |
| void | dsimv2 (int *, real *, int *, int *, real *, real *, int *, int *, real *) |
| #define dsimv EXTERN_C_NAME(dsimv) |
Referenced by Maxwell::advanceUnstructuredDSIMV().
| #define dsimv2 EXTERN_C_NAME(dsimv2) |
| enum AvgType |
| enum DType |
| void dsimv | ( | real * | , |
| int * | , | ||
| int * | , | ||
| real * | , | ||
| real * | , | ||
| real * | , | ||
| int * | , | ||
| int * | , | ||
| real * | |||
| ) |
| void dsimv2 | ( | int * | , |
| real * | , | ||
| int * | , | ||
| int * | , | ||
| real * | , | ||
| real * | , | ||
| int * | , | ||
| int * | , | ||
| real * | |||
| ) |
1.8.3