OpenCMISS-Iron FORTRAN API Documentation
opencmiss_iron::cmfe_solver_dynamicthetaset Interface Reference

Sets/changes the theta scheme values for a dynamic solver. More...

Private Member Functions

subroutine cmfe_solver_dynamicthetasetnumber00 (problemUserNumber, controlLoopIdentifier, solverIndex, theta, err)
 Sets/changes the theta value for a dynamic solver identified by an user number. More...
 
subroutine cmfe_solver_dynamicthetasetnumber01 (problemUserNumber, controlLoopIdentifier, solverIndex, thetas, err)
 Sets/changes the theta value for a dynamic solver identified by an user number. More...
 
subroutine cmfe_solver_dynamicthetasetnumber10 (problemUserNumber, controlLoopIdentifiers, solverIndex, theta, err)
 Sets/changes the theta for a dynamic solver identified by an user number. More...
 
subroutine cmfe_solver_dynamicthetasetnumber11 (problemUserNumber, controlLoopIdentifiers, solverIndex, thetas, err)
 Sets/changes the theta for a dynamic solver identified by an user number. More...
 
subroutine cmfe_solver_dynamicthetasetobj0 (solver, theta, err)
 Sets/changes the theta for a dynamic solver identified by an object. More...
 
subroutine cmfe_solver_dynamicthetasetobj1 (solver, thetas, err)
 Sets/changes the theta for a dynamic solver identified by an object. More...
 

Detailed Description

Sets/changes the theta scheme values for a dynamic solver.

Definition at line 6363 of file opencmiss_iron.f90.