#include <iostream>
#include <vector>
#include "gtest/gtest.h"
#include "tangram/support/MatPoly.h"
#include "portage/intersect/intersect_r2d.h"
#include "portage/support/portage.h"
#include "wonton/mesh/simple/simple_mesh.h"
#include "wonton/mesh/simple/simple_mesh_wrapper.h"
Functions | |
TEST (TANGRAM_2D, test_matpoly_succeeds) | |
TEST (TANGRAM_2D, test_matpoly_create) | |
TEST (TANGRAM_2D, test_matpoly_intersect_unit_cells) | |
TEST (TANGRAM_2D, test_matpoly_intersect_non_coincident) | |
Variables | |
double | eps = 1.e-8 |
Function Documentation
◆ TEST() [1/4]
TEST | ( | TANGRAM_2D | , |
test_matpoly_succeeds | |||
) |
◆ TEST() [2/4]
TEST | ( | TANGRAM_2D | , |
test_matpoly_create | |||
) |
◆ TEST() [3/4]
TEST | ( | TANGRAM_2D | , |
test_matpoly_intersect_unit_cells | |||
) |
◆ TEST() [4/4]
TEST | ( | TANGRAM_2D | , |
test_matpoly_intersect_non_coincident | |||
) |
Variable Documentation
◆ eps
double eps = 1.e-8 |