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

A 3d Odeint and Openfpm compatible structure. More...

Detailed Description

A 3d Odeint and Openfpm compatible structure.

Use the method this.data.get<d>() to refer to property of all the particles in the dimension d.

d starts with 0.

Definition at line 153 of file OdeIntegrators.hpp.

#include <OdeIntegrators.hpp>

Public Types

typedef size_t size_type
 
typedef size_t index_type
 
typedef int is_state_vector
 

Public Member Functions

size_t size () const
 
void resize (size_t n)
 

Data Fields

aggregate< texp_v< double >, texp_v< double >, texp_v< double > > data
 

Member Typedef Documentation

◆ index_type

typedef size_t state_type_3d_ofp::index_type

Definition at line 157 of file OdeIntegrators.hpp.

◆ is_state_vector

typedef int state_type_3d_ofp::is_state_vector

Definition at line 158 of file OdeIntegrators.hpp.

◆ size_type

typedef size_t state_type_3d_ofp::size_type

Definition at line 156 of file OdeIntegrators.hpp.

Constructor & Destructor Documentation

◆ state_type_3d_ofp()

state_type_3d_ofp::state_type_3d_ofp ( )
inline

Definition at line 154 of file OdeIntegrators.hpp.

Member Function Documentation

◆ resize()

void state_type_3d_ofp::resize ( size_t  n)
inline

Definition at line 164 of file OdeIntegrators.hpp.

◆ size()

size_t state_type_3d_ofp::size ( ) const
inline

Definition at line 161 of file OdeIntegrators.hpp.

Field Documentation

◆ data

aggregate<texp_v<double>,texp_v<double>,texp_v<double> > state_type_3d_ofp::data

Definition at line 159 of file OdeIntegrators.hpp.


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