OpenCMISS-Iron Internal API Documentation
|
The equations time dependence types. More...
![]() |
Modules | |
OPENCMISS::Equations::JacobianCalculated | |
Equations Jacobian matrices calculation types. | |
OPENCMISS::EquationsSet::Constants | |
Equations set constants. | |
Data Types | |
interface | opencmiss_iron::cmfe_equations_destroy |
Destroys equations for an equations set. More... | |
interface | opencmiss_iron::cmfe_equations_linearitytypeget |
Gets the linearity type for equations. More... | |
interface | opencmiss_iron::cmfe_equations_lumpingtypeget |
Gets the lumping type for equations. More... | |
interface | opencmiss_iron::cmfe_equations_lumpingtypeset |
Sets/changes the lumping type for equations. More... | |
interface | opencmiss_iron::cmfe_equations_outputtypeget |
Gets the output type for equations. More... | |
interface | opencmiss_iron::cmfe_equations_outputtypeset |
Sets/changes the output type for equations. More... | |
interface | opencmiss_iron::cmfe_equations_sparsitytypeget |
Gets the sparsity type for equations. More... | |
interface | opencmiss_iron::cmfe_equations_sparsitytypeset |
Sets/changes the sparsity type for equations. More... | |
interface | opencmiss_iron::cmfe_equations_timedependencetypeget |
Gets the time dependence type for equations. More... | |
Functions/Subroutines | |
subroutine | opencmiss_iron::cmfe_equations_destroy::cmfe_equations_destroynumber (regionUserNumber, equationsSetUserNumber, err) |
Destroys equations for equations identified by a user number. More... | |
subroutine | opencmiss_iron::cmfe_equations_destroy::cmfe_equations_destroyobj (equations, err) |
Destroy equations for equations identified by an object. More... | |
subroutine | opencmiss_iron::cmfe_equations_linearitytypeget::cmfe_equations_linearitytypegetnumber (regionUserNumber, equationsSetUserNumber, linearityType, err) |
Gets the linearity type for equations identified by a user number. More... | |
subroutine | opencmiss_iron::cmfe_equations_linearitytypeget::cmfe_equations_linearitytypegetobj (equations, linearityType, err) |
Gets the linearity type for equations identified by an object. More... | |
subroutine | opencmiss_iron::cmfe_equations_lumpingtypeget::cmfe_equations_lumpingtypegetnumber (regionUserNumber, equationsSetUserNumber, lumpingType, err) |
Gets the lumping type for equations identified by a user number. More... | |
subroutine | opencmiss_iron::cmfe_equations_lumpingtypeget::cmfe_equations_lumpingtypegetobj (equations, lumpingType, err) |
Gets the lumping type for equations identified by an object. More... | |
subroutine | opencmiss_iron::cmfe_equations_lumpingtypeset::cmfe_equations_lumpingtypesetnumber (regionUserNumber, equationsSetUserNumber, lumpingType, err) |
Sets/changes the lumping type for equations identified by a user number. More... | |
subroutine | opencmiss_iron::cmfe_equations_lumpingtypeset::cmfe_equations_lumpingtypesetobj (equations, lumpingType, err) |
Sets/changes the lumping type for equations identified by an object. More... | |
subroutine | opencmiss_iron::cmfe_equations_outputtypeget::cmfe_equations_outputtypegetnumber (regionUserNumber, equationsSetUserNumber, outputType, err) |
Gets the output type for equations identified by a user number. More... | |
subroutine | opencmiss_iron::cmfe_equations_outputtypeget::cmfe_equations_outputtypegetobj (equations, outputType, err) |
Gets the output type for equations identified by an object. More... | |
subroutine | opencmiss_iron::cmfe_equations_outputtypeset::cmfe_equations_outputtypesetnumber (regionUserNumber, equationsSetUserNumber, outputType, err) |
Sets/changes the output type for equations identified by a user number. More... | |
subroutine | opencmiss_iron::cmfe_equations_outputtypeset::cmfe_equations_outputtypesetobj (equations, outputType, err) |
Sets/changes the output type for equations identified by an object. More... | |
subroutine | opencmiss_iron::cmfe_equations_sparsitytypeget::cmfe_equations_sparsitytypegetnumber (regionUserNumber, equationsSetUserNumber, sparsityType, err) |
Gets the sparsity type for equations identified by a user number. More... | |
subroutine | opencmiss_iron::cmfe_equations_sparsitytypeget::cmfe_equations_sparsitytypegetobj (equations, sparsityType, err) |
Gets the sparsity type for equations identified by an object. More... | |
subroutine | opencmiss_iron::cmfe_equations_sparsitytypeset::cmfe_equations_sparsitytypesetnumber (regionUserNumber, equationsSetUserNumber, sparsityType, err) |
Sets/changes the sparsity type for equations identified by a user number. More... | |
subroutine | opencmiss_iron::cmfe_equations_sparsitytypeset::cmfe_equations_sparsitytypesetobj (equations, sparsityType, err) |
Sets/changes the sparsity type for equations identified by an object. More... | |
subroutine | opencmiss_iron::cmfe_equations_timedependencetypeget::cmfe_equations_timedependencetypegetnumber (regionUserNumber, equationsSetUserNumber, timeDependenceType, err) |
Gets the time dependence type for equations identified by a user number. More... | |
subroutine | opencmiss_iron::cmfe_equations_timedependencetypeget::cmfe_equations_timedependencetypegetobj (equations, timeDependenceType, err) |
Gets the time dependence type for equations identified by an object. More... | |
Variables | |
integer(intg), parameter, public | opencmiss_iron::cmfe_equations_static = EQUATIONS_STATIC |
The equations are static and have no time dependence. More... | |
integer(intg), parameter, public | opencmiss_iron::cmfe_equations_quasistatic = EQUATIONS_QUASISTATIC |
The equations are quasi-static. More... | |
integer(intg), parameter, public | opencmiss_iron::cmfe_equations_first_order_dynamic = EQUATIONS_FIRST_ORDER_DYNAMIC |
The equations are first order dynamic. More... | |
integer(intg), parameter, public | opencmiss_iron::cmfe_equations_second_order_dynamic = EQUATIONS_SECOND_ORDER_DYNAMIC |
The equations are a second order dynamic. More... | |
integer(intg), parameter, public | opencmiss_iron::cmfe_equations_time_stepping = EQUATIONS_TIME_STEPPING |
The equations are for time stepping. More... | |
The equations time dependence types.
|
private |
Destroys equations for equations identified by a user number.
[in] | regionusernumber | The user number of the Region containing the equations to destroy. |
[in] | equationssetusernumber | The user number of the equations set to destroy the equations for. |
[out] | err | The error code. |
Definition at line 23039 of file opencmiss_iron.f90.
|
private |
Destroy equations for equations identified by an object.
[in,out] | equations | The equations to destroy. |
[out] | err | The error code. |
Definition at line 23086 of file opencmiss_iron.f90.
|
private |
Gets the linearity type for equations identified by a user number.
[in] | regionusernumber | The user number of the Region containing the equations to get the linearity type for. |
[in] | equationssetusernumber | The user number of the equations set to get the linearity type for. |
[out] | linearitytype | On return, the linearity type of the equations |
[out] | err | The error code. |
Definition at line 23111 of file opencmiss_iron.f90.
|
private |
Gets the linearity type for equations identified by an object.
[in] | equations | The equations to get the linearity type for. |
[out] | linearitytype | On return, the linearity type of the equations |
[out] | err | The error code. |
Definition at line 23159 of file opencmiss_iron.f90.
|
private |
Gets the lumping type for equations identified by a user number.
[in] | regionusernumber | The user number of the Region containing the equations to get the lumping type for. |
[in] | equationssetusernumber | The user number of the equations set to get the lumping type for. |
[out] | lumpingtype | On return, the lumping type of the equations |
[out] | err | The error code. |
Definition at line 23185 of file opencmiss_iron.f90.
|
private |
Gets the lumping type for equations identified by an object.
[in] | equations | The equations to get the lumping type for. |
[out] | lumpingtype | On return, the lumping type of the equations |
[out] | err | The error code. |
Definition at line 23233 of file opencmiss_iron.f90.
|
private |
Sets/changes the lumping type for equations identified by a user number.
[in] | regionusernumber | The user number of the Region containing the equations to set the lumping type for. |
[in] | equationssetusernumber | The user number of the equations set to set the lumping type for. |
[in] | lumpingtype | The lumping type of the equations to set |
[out] | err | The error code. |
Definition at line 23259 of file opencmiss_iron.f90.
|
private |
Sets/changes the lumping type for equations identified by an object.
[in,out] | equations | The equations to set the lumping type for. |
[in] | lumpingtype | The lumping type of the equations to set |
[out] | err | The error code. |
Definition at line 23307 of file opencmiss_iron.f90.
|
private |
Gets the output type for equations identified by a user number.
[in] | regionusernumber | The user number of the Region containing the equations to get the output type for. |
[in] | equationssetusernumber | The user number of the equations set to get the output type for. |
[out] | outputtype | On return, the output type of the equations |
[out] | err | The error code. |
Definition at line 23333 of file opencmiss_iron.f90.
|
private |
Gets the output type for equations identified by an object.
[in] | equations | The equations to get the output type for. |
[out] | outputtype | On return, the output type of the equations |
[out] | err | The error code. |
Definition at line 23381 of file opencmiss_iron.f90.
|
private |
Sets/changes the output type for equations identified by a user number.
[in] | regionusernumber | The user number of the Region containing the equations to set the output type for. |
[in] | equationssetusernumber | The user number of the equations set to set the output type for. |
[in] | outputtype | The output type of the equations to set |
[out] | err | The error code. |
Definition at line 23407 of file opencmiss_iron.f90.
|
private |
Sets/changes the output type for equations identified by an object.
[in,out] | equations | The equations to set the output type for. |
[in] | outputtype | The output type of the equations to set |
[out] | err | The error code. |
Definition at line 23455 of file opencmiss_iron.f90.
|
private |
Gets the sparsity type for equations identified by a user number.
[in] | regionusernumber | The user number of the Region containing the equations to get the sparsity type for. |
[in] | equationssetusernumber | The user number of the equations set to get the sparsity type for. |
[out] | sparsitytype | On return, the sparsity type of the equations |
[out] | err | The error code. |
Definition at line 23481 of file opencmiss_iron.f90.
|
private |
Gets the sparsity type for equations identified by an object.
[in] | equations | The equations to get the sparsity type for. |
[out] | sparsitytype | On return, the sparsity type of the equations |
[out] | err | The error code. |
Definition at line 23529 of file opencmiss_iron.f90.
|
private |
Sets/changes the sparsity type for equations identified by a user number.
[in] | regionusernumber | The user number of the Region containing the equations to set the sparsity type for. |
[in] | equationssetusernumber | The user number of the equations set to set the sparsity type for. |
[in] | sparsitytype | The sparsity type of the equations to set |
[out] | err | The error code. |
Definition at line 23555 of file opencmiss_iron.f90.
|
private |
Sets/changes the sparsity type for equations identified by an object.
[in,out] | equations | The equations to set the sparsity type for. |
[in] | sparsitytype | The sparsity type of the equations to set |
[out] | err | The error code. |
Definition at line 23603 of file opencmiss_iron.f90.
|
private |
Gets the time dependence type for equations identified by a user number.
[in] | regionusernumber | The user number of the Region containing the equations to get the time dependence type for. |
[in] | equationssetusernumber | The user number of the equations set to get the time dependence type for. |
[out] | timedependencetype | On return, the time dependence type of the equations |
[out] | err | The error code. |
Definition at line 23629 of file opencmiss_iron.f90.
|
private |
Gets the time dependence type for equations identified by an object.
[in] | equations | The equations to get the time dependence type for. |
[out] | timedependencetype | On return, the time dependence type of the equations |
[out] | err | The error code. |
Definition at line 23677 of file opencmiss_iron.f90.
integer(intg), parameter, public opencmiss_iron::cmfe_equations_first_order_dynamic = EQUATIONS_FIRST_ORDER_DYNAMIC |
The equations are first order dynamic.
Definition at line 2093 of file opencmiss_iron.f90.
integer(intg), parameter, public opencmiss_iron::cmfe_equations_quasistatic = EQUATIONS_QUASISTATIC |
The equations are quasi-static.
Definition at line 2092 of file opencmiss_iron.f90.
integer(intg), parameter, public opencmiss_iron::cmfe_equations_second_order_dynamic = EQUATIONS_SECOND_ORDER_DYNAMIC |
The equations are a second order dynamic.
Definition at line 2094 of file opencmiss_iron.f90.
integer(intg), parameter, public opencmiss_iron::cmfe_equations_static = EQUATIONS_STATIC |
The equations are static and have no time dependence.
Definition at line 2091 of file opencmiss_iron.f90.
integer(intg), parameter, public opencmiss_iron::cmfe_equations_time_stepping = EQUATIONS_TIME_STEPPING |
The equations are for time stepping.
Definition at line 2095 of file opencmiss_iron.f90.