|
Chombo + EB
3.2
|
#include <sundials/sundials_types.h>#include <sundials/sundials_nvector.h>#include "ChomboSundialsAdaptor.H"
Go to the source code of this file.
Classes | |
| struct | _N_VectorContent_Ch |
| content in SUNDIALS nvector, pointer to Chombo adaptor More... | |
Macros | |
| #define | _CHOMBOSUNDIALS_H |
| #define | NV_CONTENT_CH(v) ( static_cast<N_VectorContent_Ch>(v->content) ) |
| #define | NV_ADAP_CH(v) ( (*NV_CONTENT_CH(v)->adaptor) ) |
| #define | NV_OWN_DATA_CH(v) ( NV_CONTENT_CH(v)->own_data ) |
Typedefs | |
| typedef struct _N_VectorContent_Ch * | N_VectorContent_Ch |
| Macros and definitions for SUNDIALS nvector interface. More... | |
Functions | |
| N_Vector | N_VNew_Ch (SUNContext sunctx, ChomboSundialsAdaptor *adaptor) |
| public API More... | |
| void | N_VDataExchange (N_Vector v) |
| bool | N_VEquate (N_Vector x, N_Vector z) |
| #define _CHOMBOSUNDIALS_H |
| #define NV_CONTENT_CH | ( | v | ) | ( static_cast<N_VectorContent_Ch>(v->content) ) |
| #define NV_ADAP_CH | ( | v | ) | ( (*NV_CONTENT_CH(v)->adaptor) ) |
| #define NV_OWN_DATA_CH | ( | v | ) | ( NV_CONTENT_CH(v)->own_data ) |
| typedef struct _N_VectorContent_Ch* N_VectorContent_Ch |
Macros and definitions for SUNDIALS nvector interface.
Forward declare pointer-to type
| N_Vector N_VNew_Ch | ( | SUNContext | sunctx, |
| ChomboSundialsAdaptor * | adaptor | ||
| ) |
public API
| void N_VDataExchange | ( | N_Vector | v | ) |
| bool N_VEquate | ( | N_Vector | x, |
| N_Vector | z | ||
| ) |
1.8.13