36 const std::array<bool, 7> filteredValues,
40 std::array<std::string, 2> location, std::array<bool, 2> overwrite = {
false}, std::array<int, 2> oneCellOnly = {-1})
43 coupling::filtering::AsymmetricalJunctorInterface<dim>::_filter1 =
47 coupling::filtering::AsymmetricalJunctorInterface<dim>::_filter2 =
49 filteredValues, location[1], overwrite[1], oneCellOnly[1]);
52 ~WriteToFileJunctor() {
53#ifdef DEBUG_WTF_JUNCTION
54 std::cout <<
" WTF-J: Destroyed WriteToFileJunctor instance." << std::endl;
everything necessary for coupling operations, is defined in here
Definition AdditiveMomentumInsertion.h:15