Namespaces | Functions

/home/hauberg/Dokumenter/Capture/humim-tracker-0.1/src/OpenTissue/OpenTissue/dynamics/fem/fem_compute_ke.h File Reference

#include <OpenTissue/configuration.h>

Go to the source code of this file.

Namespaces

namespace  OpenTissue
namespace  OpenTissue::fem
namespace  OpenTissue::fem::detail

Functions

template<typename real_type , typename vector3_type , typename matrix3x3_type >
void OpenTissue::fem::detail::compute_Ke (vector3_type const &p0, vector3_type const &p1, vector3_type const &p2, vector3_type const &p3, real_type const &E, real_type const &nu, matrix3x3_type Ke[4][4])
template<typename real_type , typename vector3_type , typename matrix3x3_type >
void OpenTissue::fem::detail::compute_Ke (vector3_type *B, vector3_type const &D, real_type const &volume, matrix3x3_type Ke[4][4])
template<typename real_type , typename vector3_type , typename matrix3x3_type >
void OpenTissue::fem::detail::compute_Ke_ij (vector3_type const &Bi, vector3_type const &D, vector3_type const &Bj, real_type const &volume, matrix3x3_type &Ke_ij)