Skip to content

Commit be23975

Browse files
committed
coupler: petsc-free transfer_method include
1 parent 464e379 commit be23975

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

src/pcms/transfer/transfer_method.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#include "pcms/transfer/interpolator.h"
77
#include "pcms/transfer/omega_h_conservative_projection.hpp"
88
#include "pcms/transfer/omega_h_control_variate_projection.hpp"
9-
#include "pcms/transfer/omega_h_mc_rhs_integrator.hpp"
9+
#include "pcms/transfer/monte_carlo_sampling.hpp"
1010
#include "pcms/field/out_of_bounds_policy.h"
1111
#include "pcms/utility/types.h"
1212
#include <cstdint>

test/test_coupler_transfer.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ int main(int argc, char** argv)
175175
case -1: transfer_server(mpi_comm, mesh, argv[3]); break;
176176
case 0: transfer_source_client(mpi_comm, mesh); break;
177177
case 1: transfer_target_client(mpi_comm, mesh); break;
178+
default: break; // unreachable: clientId asserted to [-1, 1] above
178179
}
179180
return 0;
180181
} catch (const std::exception& e) {

0 commit comments

Comments
 (0)