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

Method clone

ibtk/src/lagrangian/BoxPartitioner.cpp:60–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58} // BoxPartitioner
59
60std::unique_ptr<Partitioner>
61BoxPartitioner::clone() const
62{
63 return std::make_unique<BoxPartitioner>(d_partitioning_boxes, *d_position_system);
64} // clone
65
66void
67BoxPartitioner::setLoggingEnabled(bool enable_logging)

Callers 8

copy_boost_exceptionFunction · 0.45
submitMethod · 0.45
spreadMethod · 0.45
setup_system_vectorFunction · 0.45
initializeFEDataMethod · 0.45
interpolateVelocityMethod · 0.45
computeFluidTractionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected