MBDyn-1.7.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups
LoadableCalls Struct Reference

#include <loadable.h>

Collaboration diagram for LoadableCalls:

Public Attributes

unsigned long loadable_version
 
const char * name
 
const char * version
 
const char * vendor
 
const char * description
 
p_read read
 
p_i_get_num_dof i_get_num_dof
 
p_set_dof set_dof
 
p_output output
 
p_restart restart
 
p_work_space_dim work_space_dim
 
p_ass_jac ass_jac
 
p_ass_mats ass_mats
 
p_ass_res ass_res
 
p_before_predict before_predict
 
p_after_predict after_predict
 
p_update update
 
p_after_convergence after_convergence
 
p_i_get_initial_num_dof i_get_initial_num_dof
 
p_initial_work_space_dim initial_work_space_dim
 
p_initial_ass_jac initial_ass_jac
 
p_initial_ass_res initial_ass_res
 
p_set_value set_value
 
p_set_initial_value set_initial_value
 
p_i_get_num_priv_data i_get_num_priv_data
 
p_i_get_priv_data_idx i_get_priv_data_idx
 
p_d_get_priv_data d_get_priv_data
 
p_i_get_num_connected_nodes i_get_num_connected_nodes
 
p_get_connected_nodes get_connected_nodes
 
p_destroy destroy
 

Detailed Description

Definition at line 166 of file loadable.h.

Member Data Documentation

p_after_convergence LoadableCalls::after_convergence

Definition at line 205 of file loadable.h.

Referenced by LoadableElem::AfterConvergence(), and LoadableElem::BindCalls().

p_after_predict LoadableCalls::after_predict

Definition at line 203 of file loadable.h.

Referenced by LoadableElem::AfterPredict(), and LoadableElem::BindCalls().

p_ass_jac LoadableCalls::ass_jac

Definition at line 199 of file loadable.h.

Referenced by LoadableElem::AssJac(), and LoadableElem::BindCalls().

p_ass_mats LoadableCalls::ass_mats

Definition at line 200 of file loadable.h.

Referenced by LoadableElem::AssMats(), and LoadableElem::BindCalls().

p_ass_res LoadableCalls::ass_res

Definition at line 201 of file loadable.h.

Referenced by LoadableElem::AssRes(), and LoadableElem::BindCalls().

p_before_predict LoadableCalls::before_predict

Definition at line 202 of file loadable.h.

Referenced by LoadableElem::BeforePredict(), and LoadableElem::BindCalls().

p_d_get_priv_data LoadableCalls::d_get_priv_data

Definition at line 214 of file loadable.h.

Referenced by LoadableElem::BindCalls(), and LoadableElem::dGetPrivData().

const char* LoadableCalls::description

Definition at line 183 of file loadable.h.

Referenced by LoadableElem::BindCalls().

p_destroy LoadableCalls::destroy

Definition at line 218 of file loadable.h.

Referenced by LoadableElem::BindCalls(), and LoadableElem::~LoadableElem().

p_get_connected_nodes LoadableCalls::get_connected_nodes

Definition at line 216 of file loadable.h.

Referenced by LoadableElem::BindCalls(), and LoadableElem::GetConnectedNodes().

p_i_get_initial_num_dof LoadableCalls::i_get_initial_num_dof

Definition at line 206 of file loadable.h.

Referenced by LoadableElem::BindCalls(), and LoadableElem::iGetInitialNumDof().

p_i_get_num_connected_nodes LoadableCalls::i_get_num_connected_nodes

Definition at line 215 of file loadable.h.

Referenced by LoadableElem::BindCalls(), and LoadableElem::GetNumConnectedNodes().

p_i_get_num_dof LoadableCalls::i_get_num_dof

Definition at line 194 of file loadable.h.

Referenced by LoadableElem::BindCalls(), and LoadableElem::iGetNumDof().

p_i_get_num_priv_data LoadableCalls::i_get_num_priv_data

Definition at line 212 of file loadable.h.

Referenced by LoadableElem::BindCalls(), and LoadableElem::iGetNumPrivData().

p_i_get_priv_data_idx LoadableCalls::i_get_priv_data_idx

Definition at line 213 of file loadable.h.

Referenced by LoadableElem::BindCalls(), and LoadableElem::iGetPrivDataIdx().

p_initial_ass_jac LoadableCalls::initial_ass_jac

Definition at line 208 of file loadable.h.

Referenced by LoadableElem::BindCalls(), and LoadableElem::InitialAssJac().

p_initial_ass_res LoadableCalls::initial_ass_res

Definition at line 209 of file loadable.h.

Referenced by LoadableElem::BindCalls(), and LoadableElem::InitialAssRes().

p_initial_work_space_dim LoadableCalls::initial_work_space_dim

Definition at line 207 of file loadable.h.

Referenced by LoadableElem::BindCalls(), and LoadableElem::InitialWorkSpaceDim().

unsigned long LoadableCalls::loadable_version

Definition at line 174 of file loadable.h.

Referenced by LoadableElem::BindCalls().

const char* LoadableCalls::name

Definition at line 180 of file loadable.h.

Referenced by LoadableElem::BindCalls().

p_output LoadableCalls::output

Definition at line 196 of file loadable.h.

Referenced by LoadableElem::BindCalls(), and LoadableElem::Output().

p_read LoadableCalls::read

Definition at line 189 of file loadable.h.

Referenced by LoadableElem::BindCalls().

p_restart LoadableCalls::restart

Definition at line 197 of file loadable.h.

Referenced by LoadableElem::BindCalls(), and LoadableElem::Restart().

p_set_dof LoadableCalls::set_dof

Definition at line 195 of file loadable.h.

Referenced by LoadableElem::BindCalls(), and LoadableElem::GetDofType().

p_set_initial_value LoadableCalls::set_initial_value

Definition at line 211 of file loadable.h.

Referenced by LoadableElem::BindCalls(), and LoadableElem::SetInitialValue().

p_set_value LoadableCalls::set_value

Definition at line 210 of file loadable.h.

Referenced by LoadableElem::BindCalls(), and LoadableElem::SetValue().

p_update LoadableCalls::update

Definition at line 204 of file loadable.h.

Referenced by LoadableElem::BindCalls(), and LoadableElem::Update().

const char* LoadableCalls::vendor

Definition at line 182 of file loadable.h.

Referenced by LoadableElem::BindCalls().

const char* LoadableCalls::version

Definition at line 181 of file loadable.h.

Referenced by LoadableElem::BindCalls().

p_work_space_dim LoadableCalls::work_space_dim

Definition at line 198 of file loadable.h.

Referenced by LoadableElem::BindCalls(), and LoadableElem::WorkSpaceDim().


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