/home/runner/work/kynema/kynema/kynema/src/interfaces/host_state.hpp Source File
Kynema API
A flexible multibody structural dynamics code for wind turbines
|
Loading...
Searching...
No Matches
host_state.hpp
Go to the documentation of this file.
Definition blade_interface.cpp:9
Container for storing the complete system state of the simulation at a given time increment.
Definition state.hpp:18
Host-side mirror of the simulation state for a given time increment.
Definition host_state.hpp:22
HostView< double *[6]> f
Host local copy of external forces.
Definition host_state.hpp:39
HostView< double *[7]> x
Host local copy of current position.
Definition host_state.hpp:27
typename Kokkos::View< ValueType, DeviceType >::HostMirror HostView
Definition host_state.hpp:24
HostView< double *[6]> vd
Host local copy of current acceleration.
Definition host_state.hpp:36
void CopyFromState(const State< DeviceType > &state) const
Copy state data to host state.
Definition host_state.hpp:50
HostView< double *[6]> v
Host local copy of current velocity.
Definition host_state.hpp:33
HostState(const State< DeviceType > &state)
Construct host state from state.
Definition host_state.hpp:42
HostView< double *[7]> q
Host local copy of current displacement.
Definition host_state.hpp:30
Generated by