OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
syss_pp Struct Reference

Detailed Description

Definition at line 103 of file FDScheme_unit_tests.cpp.

Public Types

typedef float stype
 type of space float, double, ...
 
typedef grid_dist_id< dims, stype, aggregate< float >, CartDecomposition< 2, stype > > b_grid
 Base grid.
 
typedef void testing
 Indicate we are on testing.
 

Static Public Attributes

static const unsigned int dims = 2
 dimensionaly of the equation (2D problem 3D problem ...)
 
static const unsigned int nvar = 1
 number of fields in the system
 
static const unsigned int ord = EQS_FIELD
 
static const unsigned int grid_type = STAGGERED_GRID
 Indicate the grid is staggered.
 
static const bool boundary [] = {PERIODIC,PERIODIC}
 boundary at X and Y
 

Member Typedef Documentation

◆ b_grid

Base grid.

Definition at line 121 of file FDScheme_unit_tests.cpp.

◆ stype

typedef float syss_pp::stype

type of space float, double, ...

Definition at line 118 of file FDScheme_unit_tests.cpp.

◆ testing

typedef void syss_pp::testing

Indicate we are on testing.

Definition at line 124 of file FDScheme_unit_tests.cpp.

Field Documentation

◆ boundary

const bool syss_pp::boundary = {PERIODIC,PERIODIC}
static

boundary at X and Y

Definition at line 115 of file FDScheme_unit_tests.cpp.

◆ dims

const unsigned int syss_pp::dims = 2
static

dimensionaly of the equation (2D problem 3D problem ...)

Definition at line 106 of file FDScheme_unit_tests.cpp.

◆ grid_type

const unsigned int syss_pp::grid_type = STAGGERED_GRID
static

Indicate the grid is staggered.

Definition at line 112 of file FDScheme_unit_tests.cpp.

◆ nvar

const unsigned int syss_pp::nvar = 1
static

number of fields in the system

Definition at line 108 of file FDScheme_unit_tests.cpp.

◆ ord

const unsigned int syss_pp::ord = EQS_FIELD
static

Definition at line 109 of file FDScheme_unit_tests.cpp.


The documentation for this struct was generated from the following file: