MCPcopy Create free account
hub / github.com/KratosMultiphysics/Kratos / insert_element

Method insert_element

kratos/containers/array_1d.h:267–272  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

265#endif
266
267 BOOST_UBLAS_INLINE
268 reference insert_element (size_type i, const_reference t)
269 {
270 BOOST_UBLAS_CHECK (i < N, bad_index ());
271 return (data_ [i] = t);
272 }
273 BOOST_UBLAS_INLINE
274 void erase_element (size_type i)
275 {

Callers 6

AllocateMatrixMethod · 0.80
AppendIntegrandsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected