MCPcopy Create free account
hub / github.com/AMReX-Codes/amrex / resize

Method resize

Src/Particle/AMReX_ParticleArray.H:237–237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

235 std::size_t size () { return policy_type::size(m_data); }
236
237 void resize (size_t a_size) { policy_type::resize(m_data, a_size); }
238
239 accessor_type get_particle_data ()
240 {

Callers 2

resizeMethod · 0.45
resize_implMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected