|
| template<typename Values , typename Xi , std::size_t... Is> |
| void | check_requires_grad (std::index_sequence< Is... >, const Values &values, const Xi &xi, const iganet::Options< iganet::unittests::real_t > &options) |
| |
| template<typename Values , typename Xi , std::size_t... Is> |
| void | check_requires_grad_throw (std::index_sequence< Is... >, const Values &values, const Xi &xi, const iganet::Options< iganet::unittests::real_t > &options) |
| |
| int | main (int argc, char **argv) |
| |
| | TEST_F (BoundaryTest, Boundary_clone_constructor) |
| |
| | TEST_F (BoundaryTest, Boundary_copy_constructor) |
| |
| | TEST_F (BoundaryTest, Boundary_init) |
| |
| | TEST_F (BoundaryTest, Boundary_load_from_xml) |
| |
| | TEST_F (BoundaryTest, Boundary_move_constructor) |
| |
| | TEST_F (BoundaryTest, Boundary_parDim1_geoDim1_degrees2) |
| |
| | TEST_F (BoundaryTest, Boundary_parDim2_geoDim1_degrees23) |
| |
| | TEST_F (BoundaryTest, Boundary_parDim3_geoDim1_degrees234) |
| |
| | TEST_F (BoundaryTest, Boundary_query_property) |
| |
| | TEST_F (BoundaryTest, Boundary_read_write) |
| |
| | TEST_F (BoundaryTest, Boundary_refine) |
| |
| | TEST_F (BoundaryTest, Boundary_requires_grad) |
| |
| | TEST_F (BoundaryTest, Boundary_to_device) |
| |
| | TEST_F (BoundaryTest, Boundary_to_dtype) |
| |
| | TEST_F (BoundaryTest, Boundary_to_from_json) |
| |
| | TEST_F (BoundaryTest, Boundary_to_from_xml) |
| |