#include <OpenTissue/configuration.h>
#include <OpenTissue/core/math/math_is_number.h>
#include <OpenTissue/core/math/math_functions.h>
Go to the source code of this file.
Namespaces | |
namespace | OpenTissue |
namespace | OpenTissue::mbd |
Functions | |
template<typename indirect_body_iterator , typename vector_type , typename real_type > | |
void | OpenTissue::mbd::compute_position_update (indirect_body_iterator begin, indirect_body_iterator end, vector_type const &s, vector_type const &u, real_type const &h, vector_type &snew) |
template<typename group_type , typename vector_type , typename real_type > | |
void | OpenTissue::mbd::compute_position_update (group_type const &group, vector_type const &s, vector_type const &u, real_type const &h, vector_type &snew) |