MCPcopy Create free account
hub / github.com/IBAMR/IBAMR / refine

Method refine

tests/adv_diff/adv_diff_02.cpp:101–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99 }
100
101 void refine(Patch<NDIM>& fine, const Patch<NDIM>&, int dst_idx, int, const Box<NDIM>&, const IntVector<NDIM>&) const
102 {
103 pout << "Refining\n";
104 Pointer<CellData<NDIM, double>> data = fine.getPatchData(dst_idx);
105 data->fillAll(0.0);
106 return;
107 }
108
109private:
110 static const std::string s_op_name;

Callers 3

spreadFluidSourceMethod · 0.45
interpolatePressureMethod · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected