ocra-recipes
Doxygen documentation for the ocra-recipes repository
Public Member Functions | Public Attributes | List of all members
ocra::PartialState::Pimpl Struct Reference
Collaboration diagram for ocra::PartialState::Pimpl:
[legend]

Public Member Functions

 Pimpl (const Model &m, const Eigen::VectorXi &selectedDofs, int whichPart)
 

Public Attributes

const Modelmodel
 
int size
 
Eigen::MatrixXd J
 
Eigen::VectorXi dofs
 
int part
 

Detailed Description

Definition at line 18 of file PartialState.cpp.

Constructor & Destructor Documentation

ocra::PartialState::Pimpl::Pimpl ( const Model m,
const Eigen::VectorXi &  selectedDofs,
int  whichPart 
)
inline

Definition at line 26 of file PartialState.cpp.

Member Data Documentation

Eigen::VectorXi ocra::PartialState::Pimpl::dofs

Definition at line 23 of file PartialState.cpp.

Eigen::MatrixXd ocra::PartialState::Pimpl::J

Definition at line 22 of file PartialState.cpp.

const Model& ocra::PartialState::Pimpl::model

Definition at line 20 of file PartialState.cpp.

int ocra::PartialState::Pimpl::part

Definition at line 24 of file PartialState.cpp.

int ocra::PartialState::Pimpl::size

Definition at line 21 of file PartialState.cpp.


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