OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
state_type_ofpm_impl< n_state, state_type > Struct Template Reference

Detailed Description

template<int n_state, typename state_type>
struct state_type_ofpm_impl< n_state, state_type >

Definition at line 242 of file OdeIntegrators.hpp.

Public Types

typedef FD::gdb_ext_plus_g_info< state_type::dims > size_type
 
typedef state_type::index_type index_type
 
typedef int is_state_vector
 
typedef state_type_ofpm_add_elements< n_state-1, state_type, state_type >::type type_data
 

Public Member Functions

FD::gdb_ext_plus_g_info< state_type::dims > size () const
 
void resize (const FD::gdb_ext_plus_g_info< state_type::dims > &rsz_obj)
 

Data Fields

type_data data
 

Member Typedef Documentation

◆ index_type

template<int n_state, typename state_type >
typedef state_type::index_type state_type_ofpm_impl< n_state, state_type >::index_type

Definition at line 245 of file OdeIntegrators.hpp.

◆ is_state_vector

template<int n_state, typename state_type >
typedef int state_type_ofpm_impl< n_state, state_type >::is_state_vector

Definition at line 246 of file OdeIntegrators.hpp.

◆ size_type

template<int n_state, typename state_type >
typedef FD::gdb_ext_plus_g_info<state_type::dims> state_type_ofpm_impl< n_state, state_type >::size_type

Definition at line 244 of file OdeIntegrators.hpp.

◆ type_data

template<int n_state, typename state_type >
typedef state_type_ofpm_add_elements<n_state-1,state_type,state_type>::type state_type_ofpm_impl< n_state, state_type >::type_data

Definition at line 248 of file OdeIntegrators.hpp.

Member Function Documentation

◆ resize()

template<int n_state, typename state_type >
void state_type_ofpm_impl< n_state, state_type >::resize ( const FD::gdb_ext_plus_g_info< state_type::dims > &  rsz_obj)
inline

Definition at line 258 of file OdeIntegrators.hpp.

◆ size()

template<int n_state, typename state_type >
FD::gdb_ext_plus_g_info< state_type::dims > state_type_ofpm_impl< n_state, state_type >::size ( ) const
inline

Definition at line 252 of file OdeIntegrators.hpp.

Field Documentation

◆ data

template<int n_state, typename state_type >
type_data state_type_ofpm_impl< n_state, state_type >::data

Definition at line 250 of file OdeIntegrators.hpp.


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