Chaste Commit::baa90ac2819b962188b7562f2326be23c47859a7
|
#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) |
We need to specialise for the 0d case, because 0x0 matrices don't work.
Definition at line 88 of file LinearBasisFunction.hpp.
|
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 150 of file LinearBasisFunction.cpp.
|
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 302 of file LinearBasisFunction.cpp.