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

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

Detailed Description

A 1d 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 104 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 > > data
 

Member Typedef Documentation

◆ index_type

typedef size_t state_type_1d_ofp::index_type

Definition at line 108 of file OdeIntegrators.hpp.

◆ is_state_vector

typedef int state_type_1d_ofp::is_state_vector

Definition at line 109 of file OdeIntegrators.hpp.

◆ size_type

typedef size_t state_type_1d_ofp::size_type

Definition at line 107 of file OdeIntegrators.hpp.

Constructor & Destructor Documentation

◆ state_type_1d_ofp()

state_type_1d_ofp::state_type_1d_ofp ( )
inline

Definition at line 105 of file OdeIntegrators.hpp.

Member Function Documentation

◆ resize()

void state_type_1d_ofp::resize ( size_t  n)
inline

Definition at line 115 of file OdeIntegrators.hpp.

◆ size()

size_t state_type_1d_ofp::size ( ) const
inline

Definition at line 112 of file OdeIntegrators.hpp.

Field Documentation

◆ data

aggregate<texp_v<double> > state_type_1d_ofp::data

Definition at line 110 of file OdeIntegrators.hpp.


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