36 THROW( ExcAssertMsg() << EI_Message(
"Interpolation of IntersectionPoints with non line first element.") );
39 THROW( ExcAssertMsg() << EI_Message(
"Interpolation of IntersectionPoints with non matching second element type.") );
42 for(
unsigned int i = 0; i < el2_coord.size(); ++i) {
104 fprintf(out_file,
" %d", size_0);
108 i_point !=
i_points.end();++i_point) {
111 int size_1 = (*i_point)->coord1.size();
112 fprintf(out_file,
" %d", size_1);
114 l_coord != (*i_point)->coord1.end();++l_coord) {
115 float f_1 = *l_coord;
117 fprintf(out_file,
" %1.7e", f_1);
121 int size_2 = (*i_point)->coord2.size();
122 fprintf(out_file,
" %d", size_2);
124 l_coord != (*i_point)->coord2.end();++l_coord) {
125 float f_2 = *l_coord;
127 fprintf(out_file,
" %1.7e", f_2);
139 i_point !=
i_points.end();++i_point) {