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

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...
 

Detailed Description

Sets/changes the number of Xi directions in a basis.

Definition at line 726 of file opencmiss_iron.f90.

Member Function/Subroutine Documentation

subroutine opencmiss_iron::cmfe_basis_numberofxiset::cmfe_basis_numberofxisetnumber ( integer(intg), intent(in)  userNumber,
integer(intg), intent(in)  numberOfXi,
integer(intg), intent(out)  err 
)
private

Sets/changes the number of Xi directions in a basis identified by a user number.

Parameters
[in]usernumberThe user number of the basis to set the number xi for.
[in]numberofxiThe number of xi directions in the specified basis to set.
[out]errThe error code.

Definition at line 11335 of file opencmiss_iron.f90.

subroutine opencmiss_iron::cmfe_basis_numberofxiset::cmfe_basis_numberofxisetobj ( type(cmfe_basistype), intent(inout)  basis,
integer(intg), intent(in)  numberOfXi,
integer(intg), intent(out)  err 
)
private

Sets/changes the number of Xi directions in a basis identified by an object.

Parameters
[in,out]basisThe basis to set the number of xi directions for.
[in]numberofxiThe number of xi directions in the specified basis to set.
[out]errThe error code.

Definition at line 11370 of file opencmiss_iron.f90.