vertex 34 data/sphere/level_set_test.cpp double level_set_function(const Vertex& vertex); vertex 132 data/sphere/level_set_test.cpp double level_set_function(const Vertex& vertex){ vertex 136 data/sphere/level_set_test.cpp return std::inner_product(begin(vertex), end(vertex), begin(vertex), 0.); vertex 181 include/io_dgf.h const auto vertex = *first; vertex 182 include/io_dgf.h for(const auto d : vertex){ vertex 229 old_code/tumor_growth/tumor_bdf.h for(auto& vertex : original_vertices) vertex 230 old_code/tumor_growth/tumor_bdf.h vertex = array_to_string( string_to_array<double, 3>(vertex), precision);