OpenCMISS-Iron Internal API Documentation
basis_routines::simplex_cubic_evaluate Interface Reference

Private Member Functions

real(dp) function simplex_cubic_evaluate_dp (NODE_INDEX, PARTIAL_DERIVATIVE_INDEX, XL, ERR, ERROR)
 Evaluates a cubic simpelx basis function at a specificed area position and node index and with a given partial derivative index with respect to area coordinates for double precision arguments. More...
 

Detailed Description

Definition at line 236 of file basis_routines.f90.

Member Function/Subroutine Documentation

real(dp) function basis_routines::simplex_cubic_evaluate::simplex_cubic_evaluate_dp ( integer(intg), intent(in)  NODE_INDEX,
integer(intg), intent(in)  PARTIAL_DERIVATIVE_INDEX,
real(dp), intent(in)  XL,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Evaluates a cubic simpelx basis function at a specificed area position and node index and with a given partial derivative index with respect to area coordinates for double precision arguments.

Parameters
[in]node_indexThe node index to evaluate
[in]partial_derivative_indexThe partial derivative index wrt area coordinates to evaluate
[in]xlThe area coordinate to evaluate at.
[out]errThe error code
[out]errorThe error string

Definition at line 7184 of file basis_routines.f90.