test_quadfit.cc File Reference
#include <iostream>
#include "gtest/gtest.h"
#include "portage/interpolate/quadfit.h"
#include "portage/support/portage.h"
#include "wonton/mesh/simple/simple_mesh.h"
#include "wonton/mesh/simple/simple_mesh_wrapper.h"
#include "wonton/state/simple/simple_state.h"
#include "wonton/state/simple/simple_state_wrapper.h"
#include "wonton/support/Point.h"
#include "wonton/support/Vector.h"
Functions | |
TEST (Quadfit, Fields_Cell_Ctr) | |
Test quadfit computation for cell centered fields. More... | |
TEST (Quadfit, Fields_Node_Ctr) | |
Test quadfit computation with node centered fields. More... | |
Function Documentation
◆ TEST() [1/2]
TEST | ( | Quadfit | , |
Fields_Cell_Ctr | |||
) |
Test quadfit computation for cell centered fields.
◆ TEST() [2/2]
TEST | ( | Quadfit | , |
Fields_Node_Ctr | |||
) |
Test quadfit computation with node centered fields.