Go to the source code of this file.
|
#define | FE_SOLVE_PORT FE_DL_IMPORT |
|
|
typedef double | fe::t_solve_real |
|
typedef Vector< 2, t_solve_real > | fe::t_solve_v2 |
|
typedef Vector< 3, t_solve_real > | fe::t_solve_v3 |
|
typedef Matrix< 3, 3, t_solve_real > | fe::t_solve_matrix |
|
typedef Matrix< 2, 2, t_solve_real > | fe::t_solve_m2 |
|
|
const t_solve_v3 | fe::solveZeroVector (0.0, 0.0, 0.0) |
|
void | fe::ext::copy (t_solve_v3 &a_solve_v3, const SpatialVector &a_SpatialVector) |
|
fe::Library * | fe::ext::CreateSolveLibrary (fe::sp< fe::Master > spMaster) |
|