OpenCMISS-Iron Internal API Documentation
|
Sets/changes the number of Xi directions for a basis. More...
Private Member Functions | |
subroutine | basis_number_of_xi_set_number (USER_NUMBER, NUMBER_OF_XI, ERR, ERROR,) |
Sets/changes the number of xi directions where the basis is identified by user number. More... | |
subroutine | basis_number_of_xi_set_ptr (BASIS, NUMBER_OF_XI, ERR, ERROR,) |
Sets/changes the number of xi directions for a basis identified by a pointer. More... | |
Sets/changes the number of Xi directions for a basis.
Definition at line 199 of file basis_routines.f90.
|
private |
Sets/changes the number of xi directions where the basis is identified by user number.
[in] | user_number | The user number of the basis |
[in] | number_of_xi | The number of Xi directions to be set. |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 2670 of file basis_routines.f90.
|
private |
Sets/changes the number of xi directions for a basis identified by a pointer.
basis | A pointer to the basis function to change | |
[in] | number_of_xi | The number of Xi directions to set. |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 2696 of file basis_routines.f90.