CMakeLists.txt
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
docs/.gitignore
docs/Makefile
docs/api.rst
docs/conf.py
docs/examples.rst
docs/index.rst
docs/install.rst
docs/make.bat
docs/tutorial.rst
docs/util.rst
docs/_static/custom.css
docs/_static/google-analytics.js
docs/_static/logo.css
docs/_static/nimble-plus.png
docs/_static/nimble-rustplus-shadow.png
docs/_templates/autosummary/class.rst
docs/_templates/autosummary/module.rst
docs/examples/Bloch_wall_altermagnet.rst
docs/examples/DW_SAW.rst
docs/examples/magnetoelastics.rst
docs/examples/stdp2.rst
docs/examples/voronoi.rst
docs/images/Bloch_wall_altermagnet.png
docs/images/DW_SAW.png
docs/images/DW_SAW2.png
docs/images/DW_mag.png
docs/images/antivortex_mag.png
docs/images/blochskyrm_mag.png
docs/images/fp_precision_double.png
docs/images/fp_precision_single.png
docs/images/function_mag.png
docs/images/langevin_1.png
docs/images/langevin_2.png
docs/images/magnetoelastic.mp4
docs/images/neelskyrm_mag.png
docs/images/rainbow_mag.png
docs/images/random_mag.png
docs/images/regions_1.png
docs/images/regions_2.png
docs/images/shapes_1.png
docs/images/shapes_10.png
docs/images/shapes_2.png
docs/images/shapes_3.png
docs/images/shapes_4.png
docs/images/shapes_5.png
docs/images/shapes_6.png
docs/images/shapes_7.png
docs/images/shapes_8.png
docs/images/shapes_9.png
docs/images/stdp4_1.png
docs/images/stdp4_2.png
docs/images/stdp4_3.png
docs/images/stdp4_4.png
docs/images/stdp4_5.png
docs/images/stp2.png
docs/images/stp4.png
docs/images/uniform_mag.png
docs/images/voronoi.png
docs/images/voronoi_final.png
docs/images/voronoi_init.png
docs/images/voronoi_regions.png
docs/images/vortex_mag.png
docs/images/plot_field/inspect_field.png
docs/images/plot_field/inspect_field_conductivity_tensor.png
docs/images/plot_field/plot_field.png
docs/images/plot_field/plot_field_OoP_combined.png
docs/images/plot_field/plot_field_OoP_x.png
docs/images/plot_field/plot_field_OoP_y.png
docs/images/plot_field/plot_field_arrows.png
docs/images/plot_field/plot_field_colorbar_kwargs.png
docs/images/plot_field/plot_field_component_enable_quiver.png
docs/images/plot_field/plot_field_components.png
docs/images/plot_field/plot_field_customized.png
docs/images/plot_field/plot_field_disable_quiver.png
docs/images/plot_field/plot_field_energy_densities.png
docs/images/plot_field/plot_field_field.png
docs/images/plot_field/plot_field_imshow_kwargs.png
docs/images/plot_field/plot_field_layer.png
docs/images/plot_field/plot_field_numpy_array.png
docs/images/plot_field/plot_field_quiver_cmap.png
docs/images/plot_field/plot_field_quiver_kwargs.png
docs/images/plot_field/plot_field_quiver_symmetric_clim.png
docs/images/plot_field/plot_field_symmetric_clim.png
docs/tutorial/langevin.rst
docs/tutorial/magnetization.rst
docs/tutorial/plot_field.rst
docs/tutorial/precision.rst
docs/tutorial/regions.rst
docs/tutorial/shapes.rst
docs/tutorial/stdp4.rst
examples/Bloch_wall.py
examples/Bloch_wall_altermagnet.py
examples/DW_rigid_strain_SAW.py
examples/Heisenberg_exchange_spiral.py
examples/Heisenberg_exchange_spiral_afm.py
examples/LLtorque.py
examples/MRAM_bit_switch.py
examples/anisotropy.py
examples/antiferromagnetic-resonance.py
examples/bench.py
examples/electricpotential.py
examples/errorscaling.py
examples/langevin.ipynb
examples/langevin.py
examples/magnetization_configurations.ipynb
examples/magnetoelastic.py
examples/magnetoelastic_dispersion.py
examples/magnetoelastic_dispersion_afm.py
examples/mfm.py
examples/multilayer.py
examples/periodic_bc.py
examples/plot_field.ipynb
examples/poissonsolver.py
examples/precision.ipynb
examples/pure_elastic.py
examples/regions.ipynb
examples/shape.ipynb
examples/skyrmion_excitation.py
examples/skyrmionracetrack.py
examples/spinwave_dispersion.py
examples/spinwave_dispersion_afm.py
examples/spinwave_dispersion_atm.py
examples/standardproblem2.py
examples/standardproblem3.py
examples/standardproblem4.ipynb
examples/standardproblem4.py
examples/standardproblem5.py
examples/temperature.py
examples/voronoi.py
examples/.ipynb_checkpoints/precision-checkpoint.ipynb
mumaxplus/__init__.py
mumaxplus/altermagnet.py
mumaxplus/antiferromagnet.py
mumaxplus/dmitensor.py
mumaxplus/ferromagnet.py
mumaxplus/fieldquantity.py
mumaxplus/grid.py
mumaxplus/interparameter.py
mumaxplus/magnet.py
mumaxplus/ncafm.py
mumaxplus/parameter.py
mumaxplus/poissonsystem.py
mumaxplus/scalarquantity.py
mumaxplus/strayfield.py
mumaxplus/timesolver.py
mumaxplus/traction.py
mumaxplus/variable.py
mumaxplus/world.py
mumaxplus.egg-info/PKG-INFO
mumaxplus.egg-info/SOURCES.txt
mumaxplus.egg-info/dependency_links.txt
mumaxplus.egg-info/not-zip-safe
mumaxplus.egg-info/requires.txt
mumaxplus.egg-info/top_level.txt
mumaxplus/util/__init__.py
mumaxplus/util/config.py
mumaxplus/util/constants.py
mumaxplus/util/formulary.py
mumaxplus/util/mfm.py
mumaxplus/util/shape.py
mumaxplus/util/show.py
mumaxplus/util/voronoi.py
src/bindings/CMakeLists.txt
src/bindings/cast.hpp
src/bindings/fieldToArray.hpp
src/bindings/main.cpp
src/bindings/wrap_altermagnet.cpp
src/bindings/wrap_antiferromagnet.cpp
src/bindings/wrap_dmitensor.cpp
src/bindings/wrap_ferromagnet.cpp
src/bindings/wrap_field.cpp
src/bindings/wrap_fieldquantity.cpp
src/bindings/wrap_grid.cpp
src/bindings/wrap_linsolver.cpp
src/bindings/wrap_magnet.cpp
src/bindings/wrap_mfm.cpp
src/bindings/wrap_ncafm.cpp
src/bindings/wrap_parameter.cpp
src/bindings/wrap_poissonsystem.cpp
src/bindings/wrap_scalarquantity.cpp
src/bindings/wrap_strayfield.cpp
src/bindings/wrap_system.cpp
src/bindings/wrap_timesolver.cpp
src/bindings/wrap_traction.cpp
src/bindings/wrap_variable.cpp
src/bindings/wrap_voronoi.cpp
src/bindings/wrap_world.cpp
src/bindings/wrappers.hpp
src/bindings/pybind11/.appveyor.yml
src/bindings/pybind11/.clang-format
src/bindings/pybind11/.clang-tidy
src/bindings/pybind11/.cmake-format.yaml
src/bindings/pybind11/.codespell-ignore-lines
src/bindings/pybind11/.git
src/bindings/pybind11/.gitattributes
src/bindings/pybind11/.gitignore
src/bindings/pybind11/.pre-commit-config.yaml
src/bindings/pybind11/.readthedocs.yml
src/bindings/pybind11/CMakeLists.txt
src/bindings/pybind11/LICENSE
src/bindings/pybind11/MANIFEST.in
src/bindings/pybind11/README.rst
src/bindings/pybind11/SECURITY.md
src/bindings/pybind11/noxfile.py
src/bindings/pybind11/pyproject.toml
src/bindings/pybind11/setup.cfg
src/bindings/pybind11/setup.py
src/bindings/pybind11/.github/CODEOWNERS
src/bindings/pybind11/.github/CONTRIBUTING.md
src/bindings/pybind11/.github/dependabot.yml
src/bindings/pybind11/.github/labeler.yml
src/bindings/pybind11/.github/labeler_merged.yml
src/bindings/pybind11/.github/pull_request_template.md
src/bindings/pybind11/.github/ISSUE_TEMPLATE/bug-report.yml
src/bindings/pybind11/.github/ISSUE_TEMPLATE/config.yml
src/bindings/pybind11/.github/matchers/pylint.json
src/bindings/pybind11/.github/workflows/ci.yml
src/bindings/pybind11/.github/workflows/configure.yml
src/bindings/pybind11/.github/workflows/emscripten.yaml
src/bindings/pybind11/.github/workflows/format.yml
src/bindings/pybind11/.github/workflows/labeler.yml
src/bindings/pybind11/.github/workflows/pip.yml
src/bindings/pybind11/.github/workflows/upstream.yml
src/bindings/pybind11/docs/Doxyfile
src/bindings/pybind11/docs/Makefile
src/bindings/pybind11/docs/basics.rst
src/bindings/pybind11/docs/benchmark.py
src/bindings/pybind11/docs/benchmark.rst
src/bindings/pybind11/docs/changelog.rst
src/bindings/pybind11/docs/classes.rst
src/bindings/pybind11/docs/compiling.rst
src/bindings/pybind11/docs/conf.py
src/bindings/pybind11/docs/faq.rst
src/bindings/pybind11/docs/index.rst
src/bindings/pybind11/docs/installing.rst
src/bindings/pybind11/docs/limitations.rst
src/bindings/pybind11/docs/pybind11-logo.png
src/bindings/pybind11/docs/pybind11_vs_boost_python1.png
src/bindings/pybind11/docs/pybind11_vs_boost_python1.svg
src/bindings/pybind11/docs/pybind11_vs_boost_python2.png
src/bindings/pybind11/docs/pybind11_vs_boost_python2.svg
src/bindings/pybind11/docs/reference.rst
src/bindings/pybind11/docs/release.rst
src/bindings/pybind11/docs/requirements.in
src/bindings/pybind11/docs/requirements.txt
src/bindings/pybind11/docs/upgrade.rst
src/bindings/pybind11/docs/_static/css/custom.css
src/bindings/pybind11/docs/advanced/classes.rst
src/bindings/pybind11/docs/advanced/embedding.rst
src/bindings/pybind11/docs/advanced/exceptions.rst
src/bindings/pybind11/docs/advanced/functions.rst
src/bindings/pybind11/docs/advanced/misc.rst
src/bindings/pybind11/docs/advanced/smart_ptrs.rst
src/bindings/pybind11/docs/advanced/cast/chrono.rst
src/bindings/pybind11/docs/advanced/cast/custom.rst
src/bindings/pybind11/docs/advanced/cast/eigen.rst
src/bindings/pybind11/docs/advanced/cast/functional.rst
src/bindings/pybind11/docs/advanced/cast/index.rst
src/bindings/pybind11/docs/advanced/cast/overview.rst
src/bindings/pybind11/docs/advanced/cast/stl.rst
src/bindings/pybind11/docs/advanced/cast/strings.rst
src/bindings/pybind11/docs/advanced/pycpp/index.rst
src/bindings/pybind11/docs/advanced/pycpp/numpy.rst
src/bindings/pybind11/docs/advanced/pycpp/object.rst
src/bindings/pybind11/docs/advanced/pycpp/utilities.rst
src/bindings/pybind11/docs/cmake/index.rst
src/bindings/pybind11/include/pybind11/attr.h
src/bindings/pybind11/include/pybind11/buffer_info.h
src/bindings/pybind11/include/pybind11/cast.h
src/bindings/pybind11/include/pybind11/chrono.h
src/bindings/pybind11/include/pybind11/common.h
src/bindings/pybind11/include/pybind11/complex.h
src/bindings/pybind11/include/pybind11/eigen.h
src/bindings/pybind11/include/pybind11/embed.h
src/bindings/pybind11/include/pybind11/eval.h
src/bindings/pybind11/include/pybind11/functional.h
src/bindings/pybind11/include/pybind11/gil.h
src/bindings/pybind11/include/pybind11/gil_safe_call_once.h
src/bindings/pybind11/include/pybind11/iostream.h
src/bindings/pybind11/include/pybind11/numpy.h
src/bindings/pybind11/include/pybind11/operators.h
src/bindings/pybind11/include/pybind11/options.h
src/bindings/pybind11/include/pybind11/pybind11.h
src/bindings/pybind11/include/pybind11/pytypes.h
src/bindings/pybind11/include/pybind11/stl.h
src/bindings/pybind11/include/pybind11/stl_bind.h
src/bindings/pybind11/include/pybind11/type_caster_pyobject_ptr.h
src/bindings/pybind11/include/pybind11/typing.h
src/bindings/pybind11/include/pybind11/detail/class.h
src/bindings/pybind11/include/pybind11/detail/common.h
src/bindings/pybind11/include/pybind11/detail/cpp_conduit.h
src/bindings/pybind11/include/pybind11/detail/descr.h
src/bindings/pybind11/include/pybind11/detail/exception_translation.h
src/bindings/pybind11/include/pybind11/detail/init.h
src/bindings/pybind11/include/pybind11/detail/internals.h
src/bindings/pybind11/include/pybind11/detail/type_caster_base.h
src/bindings/pybind11/include/pybind11/detail/typeid.h
src/bindings/pybind11/include/pybind11/detail/value_and_holder.h
src/bindings/pybind11/include/pybind11/eigen/common.h
src/bindings/pybind11/include/pybind11/eigen/matrix.h
src/bindings/pybind11/include/pybind11/eigen/tensor.h
src/bindings/pybind11/include/pybind11/stl/filesystem.h
src/bindings/pybind11/pybind11/__init__.py
src/bindings/pybind11/pybind11/__main__.py
src/bindings/pybind11/pybind11/_version.py
src/bindings/pybind11/pybind11/commands.py
src/bindings/pybind11/pybind11/py.typed
src/bindings/pybind11/pybind11/setup_helpers.py
src/bindings/pybind11/tests/CMakeLists.txt
src/bindings/pybind11/tests/conftest.py
src/bindings/pybind11/tests/constructor_stats.h
src/bindings/pybind11/tests/cross_module_gil_utils.cpp
src/bindings/pybind11/tests/cross_module_interleaved_error_already_set.cpp
src/bindings/pybind11/tests/eigen_tensor_avoid_stl_array.cpp
src/bindings/pybind11/tests/env.py
src/bindings/pybind11/tests/exo_planet_c_api.cpp
src/bindings/pybind11/tests/exo_planet_pybind11.cpp
src/bindings/pybind11/tests/home_planet_very_lonely_traveler.cpp
src/bindings/pybind11/tests/local_bindings.h
src/bindings/pybind11/tests/object.h
src/bindings/pybind11/tests/pybind11_cross_module_tests.cpp
src/bindings/pybind11/tests/pybind11_tests.cpp
src/bindings/pybind11/tests/pybind11_tests.h
src/bindings/pybind11/tests/pyproject.toml
src/bindings/pybind11/tests/pytest.ini
src/bindings/pybind11/tests/requirements.txt
src/bindings/pybind11/tests/test_async.cpp
src/bindings/pybind11/tests/test_async.py
src/bindings/pybind11/tests/test_buffers.cpp
src/bindings/pybind11/tests/test_buffers.py
src/bindings/pybind11/tests/test_builtin_casters.cpp
src/bindings/pybind11/tests/test_builtin_casters.py
src/bindings/pybind11/tests/test_call_policies.cpp
src/bindings/pybind11/tests/test_call_policies.py
src/bindings/pybind11/tests/test_callbacks.cpp
src/bindings/pybind11/tests/test_callbacks.py
src/bindings/pybind11/tests/test_chrono.cpp
src/bindings/pybind11/tests/test_chrono.py
src/bindings/pybind11/tests/test_class.cpp
src/bindings/pybind11/tests/test_class.py
src/bindings/pybind11/tests/test_const_name.cpp
src/bindings/pybind11/tests/test_const_name.py
src/bindings/pybind11/tests/test_constants_and_functions.cpp
src/bindings/pybind11/tests/test_constants_and_functions.py
src/bindings/pybind11/tests/test_copy_move.cpp
src/bindings/pybind11/tests/test_copy_move.py
src/bindings/pybind11/tests/test_cpp_conduit.cpp
src/bindings/pybind11/tests/test_cpp_conduit.py
src/bindings/pybind11/tests/test_cpp_conduit_traveler_bindings.h
src/bindings/pybind11/tests/test_cpp_conduit_traveler_types.h
src/bindings/pybind11/tests/test_custom_type_casters.cpp
src/bindings/pybind11/tests/test_custom_type_casters.py
src/bindings/pybind11/tests/test_custom_type_setup.cpp
src/bindings/pybind11/tests/test_custom_type_setup.py
src/bindings/pybind11/tests/test_docstring_options.cpp
src/bindings/pybind11/tests/test_docstring_options.py
src/bindings/pybind11/tests/test_eigen_matrix.cpp
src/bindings/pybind11/tests/test_eigen_matrix.py
src/bindings/pybind11/tests/test_eigen_tensor.cpp
src/bindings/pybind11/tests/test_eigen_tensor.inl
src/bindings/pybind11/tests/test_eigen_tensor.py
src/bindings/pybind11/tests/test_enum.cpp
src/bindings/pybind11/tests/test_enum.py
src/bindings/pybind11/tests/test_eval.cpp
src/bindings/pybind11/tests/test_eval.py
src/bindings/pybind11/tests/test_eval_call.py
src/bindings/pybind11/tests/test_exceptions.cpp
src/bindings/pybind11/tests/test_exceptions.h
src/bindings/pybind11/tests/test_exceptions.py
src/bindings/pybind11/tests/test_factory_constructors.cpp
src/bindings/pybind11/tests/test_factory_constructors.py
src/bindings/pybind11/tests/test_gil_scoped.cpp
src/bindings/pybind11/tests/test_gil_scoped.py
src/bindings/pybind11/tests/test_iostream.cpp
src/bindings/pybind11/tests/test_iostream.py
src/bindings/pybind11/tests/test_kwargs_and_defaults.cpp
src/bindings/pybind11/tests/test_kwargs_and_defaults.py
src/bindings/pybind11/tests/test_local_bindings.cpp
src/bindings/pybind11/tests/test_local_bindings.py
src/bindings/pybind11/tests/test_methods_and_attributes.cpp
src/bindings/pybind11/tests/test_methods_and_attributes.py
src/bindings/pybind11/tests/test_modules.cpp
src/bindings/pybind11/tests/test_modules.py
src/bindings/pybind11/tests/test_multiple_inheritance.cpp
src/bindings/pybind11/tests/test_multiple_inheritance.py
src/bindings/pybind11/tests/test_numpy_array.cpp
src/bindings/pybind11/tests/test_numpy_array.py
src/bindings/pybind11/tests/test_numpy_dtypes.cpp
src/bindings/pybind11/tests/test_numpy_dtypes.py
src/bindings/pybind11/tests/test_numpy_vectorize.cpp
src/bindings/pybind11/tests/test_numpy_vectorize.py
src/bindings/pybind11/tests/test_opaque_types.cpp
src/bindings/pybind11/tests/test_opaque_types.py
src/bindings/pybind11/tests/test_operator_overloading.cpp
src/bindings/pybind11/tests/test_operator_overloading.py
src/bindings/pybind11/tests/test_pickling.cpp
src/bindings/pybind11/tests/test_pickling.py
src/bindings/pybind11/tests/test_python_multiple_inheritance.cpp
src/bindings/pybind11/tests/test_python_multiple_inheritance.py
src/bindings/pybind11/tests/test_pytypes.cpp
src/bindings/pybind11/tests/test_pytypes.py
src/bindings/pybind11/tests/test_sequences_and_iterators.cpp
src/bindings/pybind11/tests/test_sequences_and_iterators.py
src/bindings/pybind11/tests/test_smart_ptr.cpp
src/bindings/pybind11/tests/test_smart_ptr.py
src/bindings/pybind11/tests/test_stl.cpp
src/bindings/pybind11/tests/test_stl.py
src/bindings/pybind11/tests/test_stl_binders.cpp
src/bindings/pybind11/tests/test_stl_binders.py
src/bindings/pybind11/tests/test_tagbased_polymorphic.cpp
src/bindings/pybind11/tests/test_tagbased_polymorphic.py
src/bindings/pybind11/tests/test_thread.cpp
src/bindings/pybind11/tests/test_thread.py
src/bindings/pybind11/tests/test_type_caster_pyobject_ptr.cpp
src/bindings/pybind11/tests/test_type_caster_pyobject_ptr.py
src/bindings/pybind11/tests/test_type_caster_std_function_specializations.cpp
src/bindings/pybind11/tests/test_type_caster_std_function_specializations.py
src/bindings/pybind11/tests/test_union.cpp
src/bindings/pybind11/tests/test_union.py
src/bindings/pybind11/tests/test_unnamed_namespace_a.cpp
src/bindings/pybind11/tests/test_unnamed_namespace_a.py
src/bindings/pybind11/tests/test_unnamed_namespace_b.cpp
src/bindings/pybind11/tests/test_unnamed_namespace_b.py
src/bindings/pybind11/tests/test_vector_unique_ptr_member.cpp
src/bindings/pybind11/tests/test_vector_unique_ptr_member.py
src/bindings/pybind11/tests/test_virtual_functions.cpp
src/bindings/pybind11/tests/test_virtual_functions.py
src/bindings/pybind11/tests/valgrind-numpy-scipy.supp
src/bindings/pybind11/tests/valgrind-python.supp
src/bindings/pybind11/tests/extra_python_package/pytest.ini
src/bindings/pybind11/tests/extra_python_package/test_files.py
src/bindings/pybind11/tests/extra_setuptools/pytest.ini
src/bindings/pybind11/tests/extra_setuptools/test_setuphelper.py
src/bindings/pybind11/tests/test_cmake_build/CMakeLists.txt
src/bindings/pybind11/tests/test_cmake_build/embed.cpp
src/bindings/pybind11/tests/test_cmake_build/main.cpp
src/bindings/pybind11/tests/test_cmake_build/test.py
src/bindings/pybind11/tests/test_cmake_build/installed_embed/CMakeLists.txt
src/bindings/pybind11/tests/test_cmake_build/installed_function/CMakeLists.txt
src/bindings/pybind11/tests/test_cmake_build/installed_target/CMakeLists.txt
src/bindings/pybind11/tests/test_cmake_build/subdirectory_embed/CMakeLists.txt
src/bindings/pybind11/tests/test_cmake_build/subdirectory_function/CMakeLists.txt
src/bindings/pybind11/tests/test_cmake_build/subdirectory_target/CMakeLists.txt
src/bindings/pybind11/tests/test_embed/CMakeLists.txt
src/bindings/pybind11/tests/test_embed/catch.cpp
src/bindings/pybind11/tests/test_embed/external_module.cpp
src/bindings/pybind11/tests/test_embed/test_interpreter.cpp
src/bindings/pybind11/tests/test_embed/test_interpreter.py
src/bindings/pybind11/tests/test_embed/test_trampoline.py
src/bindings/pybind11/tools/FindCatch.cmake
src/bindings/pybind11/tools/FindEigen3.cmake
src/bindings/pybind11/tools/FindPythonLibsNew.cmake
src/bindings/pybind11/tools/JoinPaths.cmake
src/bindings/pybind11/tools/check-style.sh
src/bindings/pybind11/tools/cmake_uninstall.cmake.in
src/bindings/pybind11/tools/codespell_ignore_lines_from_errors.py
src/bindings/pybind11/tools/libsize.py
src/bindings/pybind11/tools/make_changelog.py
src/bindings/pybind11/tools/pybind11.pc.in
src/bindings/pybind11/tools/pybind11Common.cmake
src/bindings/pybind11/tools/pybind11Config.cmake.in
src/bindings/pybind11/tools/pybind11GuessPythonExtSuffix.cmake
src/bindings/pybind11/tools/pybind11NewTools.cmake
src/bindings/pybind11/tools/pybind11Tools.cmake
src/bindings/pybind11/tools/pyproject.toml
src/bindings/pybind11/tools/setup_global.py.in
src/bindings/pybind11/tools/setup_main.py.in
src/bindings/pybind11/tools/test-pybind11GuessPythonExtSuffix.cmake
src/cmd/CMakeLists.txt
src/cmd/examples.hpp
src/cmd/main.cpp
src/cmd/spinwave_dispersion.cpp
src/cmd/standard_problem4.cpp
src/core/CMakeLists.txt
src/core/butchertableau.cpp
src/core/butchertableau.hpp
src/core/datatypes.hpp
src/core/dynamic_parameter.cpp
src/core/dynamic_parameter.hpp
src/core/dynamicequation.cpp
src/core/dynamicequation.hpp
src/core/field.cu
src/core/field.hpp
src/core/fieldops.cu
src/core/fieldops.hpp
src/core/fieldquantity.cpp
src/core/fieldquantity.hpp
src/core/grid.cu
src/core/grid.hpp
src/core/inter_parameter.cu
src/core/inter_parameter.hpp
src/core/parameter.cu
src/core/parameter.hpp
src/core/reduce.cu
src/core/reduce.hpp
src/core/rungekutta.cpp
src/core/rungekutta.hpp
src/core/scalarquantity.cpp
src/core/scalarquantity.hpp
src/core/stepper.cpp
src/core/stepper.hpp
src/core/system.cpp
src/core/system.hpp
src/core/timesolver.cpp
src/core/timesolver.hpp
src/core/variable.cpp
src/core/variable.hpp
src/core/voronoi.cpp
src/core/voronoi.hpp
src/core/world.cpp
src/core/world.hpp
src/cudautil/CMakeLists.txt
src/cudautil/cudaerror.hpp
src/cudautil/cudalaunch.hpp
src/cudautil/cudastream.cu
src/cudautil/cudastream.hpp
src/cudautil/gpubuffer.hpp
src/cudautil/gpumemorypool.cu
src/cudautil/gpumemorypool.hpp
src/linsolver/CMakeLists.txt
src/linsolver/linsolver.cpp
src/linsolver/linsolver.hpp
src/linsolver/linsystem.cu
src/linsolver/linsystem.hpp
src/linsolver/vec.cu
src/linsolver/vec.hpp
src/physics/CMakeLists.txt
src/physics/afmexchange.cu
src/physics/afmexchange.hpp
src/physics/altermagnet.cpp
src/physics/altermagnet.hpp
src/physics/anisotropy.cu
src/physics/anisotropy.hpp
src/physics/antiferromagnet.cpp
src/physics/antiferromagnet.hpp
src/physics/atmexchange.cu
src/physics/atmexchange.hpp
src/physics/conductivitytensor.cu
src/physics/conductivitytensor.hpp
src/physics/constants.hpp
src/physics/demag.cpp
src/physics/demag.hpp
src/physics/dmi.cu
src/physics/dmi.hpp
src/physics/dmitensor.cpp
src/physics/dmitensor.hpp
src/physics/effectivefield.cpp
src/physics/effectivefield.hpp
src/physics/elasticdamping.cu
src/physics/elasticdamping.hpp
src/physics/elasticenergies.cu
src/physics/elasticenergies.hpp
src/physics/elastodynamics.cu
src/physics/elastodynamics.hpp
src/physics/electricalpotential.cu
src/physics/electricalpotential.hpp
src/physics/energy.cu
src/physics/energy.hpp
src/physics/exchange.cu
src/physics/exchange.hpp
src/physics/ferromagnet.cpp
src/physics/ferromagnet.hpp
src/physics/fullmag.cu
src/physics/fullmag.hpp
src/physics/hostmagnet.cpp
src/physics/hostmagnet.hpp
src/physics/internalbodyforce.cu
src/physics/internalbodyforce.hpp
src/physics/local_dmi.cu
src/physics/local_dmi.hpp
src/physics/magnet.cpp
src/physics/magnet.hpp
src/physics/magnetoelasticfield.cu
src/physics/magnetoelasticfield.hpp
src/physics/magnetoelasticforce.cu
src/physics/magnetoelasticforce.hpp
src/physics/mfm.cu
src/physics/mfm.hpp
src/physics/minimizer.cu
src/physics/minimizer.hpp
src/physics/mumaxworld.cpp
src/physics/mumaxworld.hpp
src/physics/ncafm.cpp
src/physics/ncafm.hpp
src/physics/ncafmangle.cu
src/physics/ncafmangle.hpp
src/physics/neel.cu
src/physics/neel.hpp
src/physics/newell.cu
src/physics/newell.hpp
src/physics/newellasymptotic.cu
src/physics/newellasymptotic.hpp
src/physics/octupole.cu
src/physics/octupole.hpp
src/physics/poissonsystem.cu
src/physics/poissonsystem.hpp
src/physics/poyntingvector.cu
src/physics/poyntingvector.hpp
src/physics/quantityevaluator.hpp
src/physics/relaxer.cpp
src/physics/relaxer.hpp
src/physics/straintensor.cu
src/physics/straintensor.hpp
src/physics/strayfield.cpp
src/physics/strayfield.hpp
src/physics/strayfieldbrute.cu
src/physics/strayfieldbrute.hpp
src/physics/strayfieldfft.cu
src/physics/strayfieldfft.hpp
src/physics/strayfieldkernel.cu
src/physics/strayfieldkernel.hpp
src/physics/stresstensor.cu
src/physics/stresstensor.hpp
src/physics/stt.cu
src/physics/stt.hpp
src/physics/thermalnoise.cu
src/physics/thermalnoise.hpp
src/physics/torque.cu
src/physics/torque.hpp
src/physics/traction.cpp
src/physics/traction.hpp
src/physics/zeeman.cu
src/physics/zeeman.hpp
test/test_DMI_1D_afm.py
test/test_DMI_1D_ncafm.py
test/test_DMI_2D_afm.py
test/test_DMI_2D_ncafm.py
test/test_DMI_3D_afm.py
test/test_DMI_3D_ncafm.py
test/test_PBC.py
test/test_PBC_interface.py
test/test_angle_ncafm.py
test/test_anisotropic_exchange.py
test/test_anisotropy.py
test/test_average.py
test/test_boundaries.py
test/test_boundary_traction.py
test/test_conductivitytensor.py
test/test_demag.py
test/test_domain_wall_afm.py
test/test_domain_wall_atm.py
test/test_elastic_acceleration.py
test/test_elastic_energies.py
test/test_elasticforce_uniform_c.py
test/test_exchange.py
test/test_exchange_afm.py
test/test_exchange_ncafm.py
test/test_ferromagnet.py
test/test_fp_precision.py
test/test_free_layer_thickness.py
test/test_frozenspins.py
test/test_full_magnetization.py
test/test_gamma.py
test/test_geometry.py
test/test_grid.py
test/test_interfacialdmi.py
test/test_interparameter.py
test/test_is_sublattice.py
test/test_local_dmi.py
test/test_magnetoelasticfield.py
test/test_magnetoelasticforce.py
test/test_magnetoelasticity_afm.py
test/test_magnetoelasticity_ncafm.py
test/test_neel_canting.py
test/test_octupole.py
test/test_ovf.py
test/test_parameter.py
test/test_poynting_vector.py
test/test_set_in_region.py
test/test_spinwave_dispersion_afm.py
test/test_spinwave_dispersion_atm.py
test/test_standardproblem2_coercivity.py
test/test_strain.py
test/test_strayfield.py
test/test_stress_tensor.py
test/test_timesolver.py
test/test_viscousforce_uniform_eta.py
test/test_voronoi.py
test/test_world.py