OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
FD_scheme< Sys_eqs, grid_type >::key_and_eq Struct Reference

Equation id + space position. More...

Detailed Description

template<typename Sys_eqs, typename grid_type>
struct FD_scheme< Sys_eqs, grid_type >::key_and_eq

Equation id + space position.

Definition at line 295 of file FD_Solver.hpp.

Data Fields

grid_key_dx< Sys_eqs::dims > key
 space position
 
size_t eq
 equation id
 

Field Documentation

◆ eq

template<typename Sys_eqs , typename grid_type >
size_t FD_scheme< Sys_eqs, grid_type >::key_and_eq::eq

equation id

Definition at line 301 of file FD_Solver.hpp.

◆ key

template<typename Sys_eqs , typename grid_type >
grid_key_dx<Sys_eqs::dims> FD_scheme< Sys_eqs, grid_type >::key_and_eq::key

space position

Definition at line 298 of file FD_Solver.hpp.


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