IBAMR  IBAMR version 0.19.
Namespaces | Typedefs | Functions
IBSpringForceFunctions.h File Reference
#include <ibamr/config.h>

Namespaces

 IBAMR
 

Typedefs

using IBAMR::SpringForceFcnPtr = double(*)(double R, const double *params, int lag_mastr_idx, int lag_slave_idx)
 Typedef specifying the spring force function API. More...
 
using IBAMR::SpringForceDerivFcnPtr = double(*)(double R, const double *params, int lag_mastr_idx, int lag_slave_idx)
 Typedef specifying the spring force derivative function API. More...
 

Functions

double IBAMR::default_spring_force (double R, const double *params, int, int)
 Function to compute the (undirected) "tension" force generated by a Hookean spring with either a zero or a non-zero resting length. More...
 
double IBAMR::default_spring_force_deriv (double, const double *params, int, int)
 Function to compute the derivative with respect to R of the tension force generated by a Hookean spring with either a zero or a non-zero resting length. More...