OpenCMISS-Iron Internal API Documentation
|
Sets/changes the number of Xi directions in a basis. More...
Private Member Functions | |
subroutine | cmfe_basis_numberofxisetnumber (userNumber, numberOfXi, err) |
Sets/changes the number of Xi directions in a basis identified by a user number. More... | |
subroutine | cmfe_basis_numberofxisetobj (basis, numberOfXi, err) |
Sets/changes the number of Xi directions in a basis identified by an object. More... | |
Sets/changes the number of Xi directions in a basis.
Definition at line 726 of file opencmiss_iron.f90.
|
private |
Sets/changes the number of Xi directions in a basis identified by a user number.
[in] | usernumber | The user number of the basis to set the number xi for. |
[in] | numberofxi | The number of xi directions in the specified basis to set. |
[out] | err | The error code. |
Definition at line 11335 of file opencmiss_iron.f90.
|
private |
Sets/changes the number of Xi directions in a basis identified by an object.
[in,out] | basis | The basis to set the number of xi directions for. |
[in] | numberofxi | The number of xi directions in the specified basis to set. |
[out] | err | The error code. |
Definition at line 11370 of file opencmiss_iron.f90.