32 std::map<std::string, Assembler::ParamFunc> res;
34 const auto &fiber_direction = this->fiber_direction_;
36 res[
"fiber_direction_x"] = [&fiber_direction](
const RowVectorNd &,
const RowVectorNd &p,
double t,
int e) {
37 Eigen::Vector3d tmp = fiber_direction(p, p, t, e);
41 res[
"fiber_direction_y"] = [&fiber_direction](
const RowVectorNd &,
const RowVectorNd &p,
double t,
int e) {
42 Eigen::Vector3d tmp = fiber_direction(p, p, t, e);
46 if (this->size() == 3)
48 res[
"fiber_direction_z"] = [&fiber_direction](
const RowVectorNd &,
const RowVectorNd &p,
double t,
int e) {
49 Eigen::Vector3d tmp = fiber_direction(p, p, t, e);