#include <LinearBasisFunction.hpp>
Static Public Member Functions | |
| static double | ComputeBasisFunction (const ChastePoint< 0 > &rPoint, unsigned basisIndex) |
| static void | ComputeBasisFunctions (const ChastePoint< 0 > &rPoint, c_vector< double, 1 > &rReturnValue) |
Definition at line 81 of file LinearBasisFunction.hpp.
| double LinearBasisFunction< 0 >::ComputeBasisFunction | ( | const ChastePoint< 0 > & | rPoint, | |
| unsigned | basisIndex | |||
| ) | [static] |
Compute a basis function at a point within an element (0d case).
| rPoint | The point at which to compute the basis function. The results are undefined if this is not within the canonical element. | |
| basisIndex | Which basis function to compute. This is a local index within a canonical element. |
Definition at line 142 of file LinearBasisFunction.cpp.
| void LinearBasisFunction< 0 >::ComputeBasisFunctions | ( | const ChastePoint< 0 > & | rPoint, | |
| c_vector< double, 1 > & | rReturnValue | |||
| ) | [static] |
Compute all basis functions at a point within an element.
| rPoint | The point at which to compute the basis functions. The results are undefined if this is not within the canonical element. | |
| rReturnValue | A reference to a vector, to be filled in |
Definition at line 297 of file LinearBasisFunction.cpp.
References LinearBasisFunction< ELEMENT_DIM >::ComputeBasisFunction().
1.5.5