2727 Periodicity
2828 PlotFileUtil
2929 PODVector
30+ SmallMatrix
3031 StructOfArrays
3132 Utility
3233 Vector
@@ -43,6 +44,7 @@ from amrex.extensions.ArrayOfStructs import register_AoS_extension
4344from amrex .extensions .MultiFab import register_MultiFab_extension
4445from amrex .extensions .ParticleContainer import register_ParticleContainer_extension
4546from amrex .extensions .PODVector import register_PODVector_extension
47+ from amrex .extensions .SmallMatrix import register_SmallMatrix_extension
4648from amrex .extensions .StructOfArrays import register_SoA_extension
4749from amrex .space1d .amrex_1d_pybind import (
4850 AlmostEqual ,
@@ -233,6 +235,15 @@ from amrex.space1d.amrex_1d_pybind import (
233235 PODVector_uint64_std ,
234236 RealBox ,
235237 RealVect ,
238+ SmallMatrix_1x6_F_SI1_double ,
239+ SmallMatrix_1x6_F_SI1_float ,
240+ SmallMatrix_1x6_F_SI1_longdouble ,
241+ SmallMatrix_6x1_F_SI1_double ,
242+ SmallMatrix_6x1_F_SI1_float ,
243+ SmallMatrix_6x1_F_SI1_longdouble ,
244+ SmallMatrix_6x6_F_SI1_double ,
245+ SmallMatrix_6x6_F_SI1_float ,
246+ SmallMatrix_6x6_F_SI1_longdouble ,
236247 StructOfArrays_0_0_arena ,
237248 StructOfArrays_0_0_default ,
238249 StructOfArrays_0_0_pinned ,
@@ -482,6 +493,15 @@ __all__ = [
482493 "Print" ,
483494 "RealBox" ,
484495 "RealVect" ,
496+ "SmallMatrix_1x6_F_SI1_double" ,
497+ "SmallMatrix_1x6_F_SI1_float" ,
498+ "SmallMatrix_1x6_F_SI1_longdouble" ,
499+ "SmallMatrix_6x1_F_SI1_double" ,
500+ "SmallMatrix_6x1_F_SI1_float" ,
501+ "SmallMatrix_6x1_F_SI1_longdouble" ,
502+ "SmallMatrix_6x6_F_SI1_double" ,
503+ "SmallMatrix_6x6_F_SI1_float" ,
504+ "SmallMatrix_6x6_F_SI1_longdouble" ,
485505 "StructOfArrays_0_0_arena" ,
486506 "StructOfArrays_0_0_default" ,
487507 "StructOfArrays_0_0_pinned" ,
@@ -538,6 +558,7 @@ __all__ = [
538558 "register_MultiFab_extension" ,
539559 "register_PODVector_extension" ,
540560 "register_ParticleContainer_extension" ,
561+ "register_SmallMatrix_extension" ,
541562 "register_SoA_extension" ,
542563 "size" ,
543564 "ubound" ,
0 commit comments