|
openCARP
Doxygen code documentation for the open cardiac electrophysiology simulator openCARP
|
Abstract vector integration base class. More...
#include <SF_fem_utils.h>
Public Member Functions | |
| virtual void | operator() (const element_view< T, S > &elem, double *buff)=0 |
| compute the element matrix for a given element. More... | |
| virtual void | dpn (T &dpn)=0 |
| return (by reference) the row and column dimensions More... | |
Protected Member Functions | |
| void | zero_buff (double *buff, T nrows) |
Abstract vector integration base class.
| T | Integer type used in associated element_view (thus in the mesh) |
| S | Floating point type used in associated element_view (thus in the mesh) |
Definition at line 985 of file SF_fem_utils.h.
|
pure virtual |
return (by reference) the row and column dimensions
Implemented in opencarp::mech_internal_forces_integrator.
|
pure virtual |
compute the element matrix for a given element.
Implemented in opencarp::mech_internal_forces_integrator.
|
inlineprotected |
Definition at line 988 of file SF_fem_utils.h.