OpenCMISS-Iron Internal API Documentation
solver_routines::SOLVER_DAE_EXTERNAL_INTEGRATE Interface Reference

Private Member Functions

subroutine solver_dae_external_integrate (NUMBER_OF_DOFS, START_TIME, END_TIME, INITIAL_STEP, ONLY_ONE_MODEL_INDEX, MODELS_DATA, NUMBER_OF_STATE, STATE_DATA, NUMBER_OF_PARAMETERS, PARAMETERS_DATA, NUMBER_OF_INTERMEDIATE, INTERMEDIATE_DATA, ERR)
 

Detailed Description

Definition at line 371 of file solver_routines.f90.

Member Function/Subroutine Documentation

subroutine solver_routines::SOLVER_DAE_EXTERNAL_INTEGRATE::solver_dae_external_integrate ( integer(c_int), intent(in), value  NUMBER_OF_DOFS,
real(c_double), intent(in), value  START_TIME,
real(c_double), intent(in), value  END_TIME,
real(c_double), intent(inout)  INITIAL_STEP,
integer(c_int), intent(in), value  ONLY_ONE_MODEL_INDEX,
integer(c_int), dimension(*), intent(in)  MODELS_DATA,
integer(c_int), intent(in), value  NUMBER_OF_STATE,
real(c_double), dimension(*), intent(inout)  STATE_DATA,
integer(c_int), intent(in), value  NUMBER_OF_PARAMETERS,
real(c_double), dimension(*), intent(in)  PARAMETERS_DATA,
integer(c_int), intent(in), value  NUMBER_OF_INTERMEDIATE,
real(c_double), dimension(*), intent(out)  INTERMEDIATE_DATA,
integer(c_int), intent(out)  ERR 
)
private

Definition at line 374 of file solver_routines.f90.