/home/runner/work/kynema/kynema/kynema/src/interfaces/host_constraints.hpp Source File
|
Kynema API
A flexible multibody structural dynamics code for wind turbines
|
Loading...
Searching...
No Matches
host_constraints.hpp
Go to the documentation of this file.
Definition blade_interface.cpp:9
Container class for managing multiple constraints in a simulation.
Definition constraints.hpp:29
Host-side mirror of the constraint input, output, and loads for a given time increment.
Definition host_constraints.hpp:21
HostView< double *[6]> loads
Host local copy of current loads.
Definition host_constraints.hpp:32
HostView< double *[7]> input
Host local copy of current inputs.
Definition host_constraints.hpp:26
void CopyInputsToConstraints(Constraints< DeviceType > &constraints) const
Set inputs in constraints from host constraints.
Definition host_constraints.hpp:49
HostConstraints(const Constraints< DeviceType > &constraints)
Construct host state from state.
Definition host_constraints.hpp:35
void CopyFromConstraints(const Constraints< DeviceType > &constraints)
Copy state data to host state.
Definition host_constraints.hpp:41
HostView< double *[3]> output
Host local copy of current outputs.
Definition host_constraints.hpp:29
typename Kokkos::View< ValueType, DeviceType >::HostMirror HostView
Definition host_constraints.hpp:23
Generated by