35 THROW( ExcAssertMsg() << EI_Message(
"Interpolation of IntersectionPoints with non line first element.") );
38 THROW( ExcAssertMsg() << EI_Message(
"Interpolation of IntersectionPoints with non matching second element type.") );
41 for(
unsigned int i = 0; i < el2_coord.size(); ++i) {
103 fprintf(out_file,
" %d", size_0);
107 i_point !=
i_points.end();++i_point) {
110 int size_1 = (*i_point)->coord1.size();
111 fprintf(out_file,
" %d", size_1);
113 l_coord != (*i_point)->coord1.end();++l_coord) {
114 float f_1 = *l_coord;
116 fprintf(out_file,
" %1.7e", f_1);
120 int size_2 = (*i_point)->coord2.size();
121 fprintf(out_file,
" %d", size_2);
123 l_coord != (*i_point)->coord2.end();++l_coord) {
124 float f_2 = *l_coord;
126 fprintf(out_file,
" %1.7e", f_2);
138 i_point !=
i_points.end();++i_point) {