|
MeshKit
1.0
|
#include "TestUtil.hpp"#include "meshkit/MKCore.hpp"#include "meshkit/IAInterface.hpp"#include "meshkit/IAVariable.hpp"#include "meshkit/TFIMapping.hpp"#include <stdio.h>#include <iostream>
Go to the source code of this file.
Functions | |
| MeshKit::IAInterface * | new_ia_interface () |
| void | delete_ia_interface (MeshKit::IAInterface *) |
| bool | check_solution_correctness (MeshKit::IAInterface *ia_interface, std::vector< std::pair< int, int > > &correct_solution) |
| void | set_decoupled_pairs (MeshKit::IAInterface *ia_interface, int num_pairs, double goal1, double goal2, std::vector< std::pair< int, int > > &correct_solution) |
| void | set_mapping_chain (MeshKit::IAInterface *ia_interface, const int num_sides, const bool grow_goal_by_i, const int goal_m1, const int goal_m2, const int num_curve_min, const int num_curve_max) |
| void | test_one_pair () |
| void | test_many_pairs () |
| void | test_long_chain () |
| void | test_growing_chain () |
| void | mapping_test () |
| int | main (int argv, char *argc[]) |
Variables | |
| MeshKit::MKCore * | mk |
| bool check_solution_correctness | ( | MeshKit::IAInterface * | ia_interface, |
| std::vector< std::pair< int, int > > & | correct_solution | ||
| ) |
Definition at line 27 of file ia_main_old.cpp.
| void delete_ia_interface | ( | MeshKit::IAInterface * | ) |
Definition at line 21 of file ia_main_old.cpp.
| int main | ( | int | argv, |
| char * | argc[] | ||
| ) |
Definition at line 315 of file ia_main_old.cpp.
| void mapping_test | ( | ) |
Definition at line 267 of file ia_main_old.cpp.
Definition at line 15 of file ia_main_old.cpp.
| void set_decoupled_pairs | ( | MeshKit::IAInterface * | ia_interface, |
| int | num_pairs, | ||
| double | goal1, | ||
| double | goal2, | ||
| std::vector< std::pair< int, int > > & | correct_solution | ||
| ) |
Definition at line 70 of file ia_main_old.cpp.
| void set_mapping_chain | ( | MeshKit::IAInterface * | ia_interface, |
| const int | num_sides, | ||
| const bool | grow_goal_by_i, | ||
| const int | goal_m1, | ||
| const int | goal_m2, | ||
| const int | num_curve_min, | ||
| const int | num_curve_max | ||
| ) |
Definition at line 109 of file ia_main_old.cpp.
| void test_growing_chain | ( | ) |
Definition at line 249 of file ia_main_old.cpp.
| void test_long_chain | ( | ) |
Definition at line 232 of file ia_main_old.cpp.
| void test_many_pairs | ( | ) |
Definition at line 210 of file ia_main_old.cpp.
| void test_one_pair | ( | ) |
Definition at line 197 of file ia_main_old.cpp.
Definition at line 14 of file ia_main_old.cpp.