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

Detailed Description

Definition at line 27 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
 specify that 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 degree of freedoms
 
static const unsigned int ord = EQS_FIELD
 
static const bool boundary [] = {NON_PERIODIC,NON_PERIODIC}
 boundary at X and Y
 

Member Typedef Documentation

◆ b_grid

Base grid.

Definition at line 43 of file FDScheme_unit_tests.cpp.

◆ stype

typedef float sys_nn::stype

type of space float, double, ...

Definition at line 40 of file FDScheme_unit_tests.cpp.

◆ testing

typedef void sys_nn::testing

specify that we are on testing

Definition at line 46 of file FDScheme_unit_tests.cpp.

Field Documentation

◆ boundary

const bool sys_nn::boundary = {NON_PERIODIC,NON_PERIODIC}
static

boundary at X and Y

Definition at line 37 of file FDScheme_unit_tests.cpp.

◆ dims

const unsigned int sys_nn::dims = 2
static

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

Definition at line 30 of file FDScheme_unit_tests.cpp.

◆ nvar

const unsigned int sys_nn::nvar = 1
static

number of degree of freedoms

Definition at line 32 of file FDScheme_unit_tests.cpp.

◆ ord

const unsigned int sys_nn::ord = EQS_FIELD
static

Definition at line 34 of file FDScheme_unit_tests.cpp.


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