Chaste Commit::ca8ccdedf819b6e02855bc0e8e6f50bdecbc5208
|
#include <QuadraticBasisFunction.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 66 of file QuadraticBasisFunction.hpp.
|
static |
Specialization for 0d.
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 49 of file QuadraticBasisFunction.cpp.
|
static |
Specialization for 0d.
rPoint | The point at which to compute the basis functions. The results are undefined if this is not within the canonical element. |
rReturnValue | Filled in with the values of the basis functions. |
Definition at line 62 of file QuadraticBasisFunction.cpp.