├── .github └── workflows │ ├── documentation.yml │ ├── jenkins-trigger.yml │ └── mirror.yml.bak ├── .gitignore ├── .gitlab-ci.yml ├── .gitlab ├── analyse-cpptest.yml ├── build-and-test.yml ├── deploy-docker.yml ├── deploy-pages.yml └── sync2github.yml ├── .travis.yml ├── CMakeLists.txt ├── Dockerfile ├── LICENSE ├── README.md ├── README.txt ├── appveyor.yml ├── cmake ├── DoxygenTargets.cmake ├── DoxygenTargets.doxyfile.in ├── compiler_flags.cmake ├── cpack │ ├── deb-config.cmake │ ├── nuget-config.cmake │ ├── osx-config.cmake │ ├── rpm-config.cmake │ └── zip-config.cmake ├── log_useful_cmake_variables.cmake ├── modules │ ├── FindMYBLAS.cmake │ ├── FindMYLAPACK.cmake │ ├── FindOpenCL.cmake │ ├── FindScalasca.cmake │ ├── FindVampirTrace.cmake │ ├── Platform │ │ ├── BlueGeneQ-base.cmake │ │ ├── BlueGeneQ-dynamic-GNU-C.cmake │ │ ├── BlueGeneQ-dynamic-GNU-CXX.cmake │ │ ├── BlueGeneQ-dynamic-GNU-Fortran.cmake │ │ ├── BlueGeneQ-dynamic-XL-C.cmake │ │ ├── BlueGeneQ-dynamic-XL-CXX.cmake │ │ ├── BlueGeneQ-dynamic-XL-Fortran.cmake │ │ ├── BlueGeneQ-dynamic.cmake │ │ ├── BlueGeneQ-static-GNU-C.cmake │ │ ├── BlueGeneQ-static-GNU-CXX.cmake │ │ ├── BlueGeneQ-static-GNU-Fortran.cmake │ │ ├── BlueGeneQ-static-XL-C.cmake │ │ ├── BlueGeneQ-static-XL-CXX.cmake │ │ ├── BlueGeneQ-static-XL-Fortran.cmake │ │ ├── BlueGeneQ-static.cmake │ │ └── readme.txt │ ├── deprecated__use_cmake_shipped_version_FindBLAS.cmake │ └── deprecated__use_cmake_shipped_version_FindLAPACK.cmake ├── plugin_registration_routines.cmake ├── toolchain │ ├── android │ │ ├── AndroidNdkGdb.cmake │ │ ├── AndroidNdkModules.cmake │ │ ├── README.md │ │ ├── android.toolchain.cmake │ │ └── ndk_links.md │ ├── hermit.cmake │ ├── jugene.cmake │ ├── juqueen.cmake │ ├── juqueen_openmp.cmake │ ├── juqueen_scalasca.cmake │ ├── juqueen_xl.cmake │ ├── juqueen_xl_openmp.cmake │ ├── jureca.cmake │ ├── juwels.cmake │ └── windows │ │ ├── compile-mingw.bat │ │ └── compile-vc12.0.bat ├── ug │ ├── algebra_selection.cmake │ ├── autodiff.cmake │ ├── build_algebra.cmake │ ├── code_coverage.cmake │ ├── cpp11.cmake │ ├── cuda.cmake │ ├── debug.cmake │ ├── export_definitions.cmake │ ├── export_dependencies.cmake │ ├── export_includes.cmake │ ├── export_linker_flags.cmake │ ├── export_single_file_compile_flags.cmake │ ├── export_sources.cmake │ ├── hlibpro.cmake │ ├── iphreeqc.cmake │ ├── json.cmake │ ├── lapack_blas.cmake │ ├── lua2c.cmake │ ├── luajit.cmake │ ├── mpi.cmake │ ├── opencl.cmake │ ├── openmp.cmake │ ├── profiler.cmake │ ├── pybind11.cmake │ ├── sanitizer.cmake │ ├── target.cmake │ ├── tetgen.cmake │ └── xeus.cmake ├── ug_cmake_versions.cmake ├── ug_cpack_config.cmake ├── ug_includes.cmake └── ug_plugin_includes.cmake ├── docs ├── CMakeLists.txt ├── Layout.xml ├── Layout_apps.xml ├── Layout_plugins.xml ├── Layout_regdocu.xml ├── apps │ └── additional_pages │ │ └── apps_main.doxygen ├── doxy_config_additional.txt ├── doxy_config_amalgamated.txt ├── doxy_config_apps.txt ├── doxy_config_libalgebra.txt ├── doxy_config_libdisc.txt ├── doxy_config_libgrid.txt ├── doxy_config_no_ugbase.txt ├── doxy_config_plugins.txt ├── doxy_config_regdocu.txt ├── doxy_config_scripting.txt ├── doxy_config_ug4.txt ├── doxy_config_ug4_mathjax.txt ├── doxy_config_ugbase_tags.txt ├── extra_stylesheet.css ├── generate_amalgamated_docu.sh ├── lib_algebra │ └── additional_pages │ │ ├── main_page.txt │ │ └── overview.doxygen ├── lib_disc │ ├── additional_pages │ │ ├── assembling │ │ │ ├── assemble_interface.doxygen │ │ │ ├── categorization.doxygen │ │ │ ├── concept.doxygen │ │ │ └── geom_obj_based_discs.doxygen │ │ ├── discrete_function │ │ │ └── discrete_function_handling.doxygen │ │ ├── introduction.doxygen │ │ ├── ip_data │ │ │ ├── import_export.doxygen │ │ │ └── ip_data.doxygen │ │ └── main_page.txt │ └── img │ │ ├── function_group.jpg │ │ └── function_group.pdf ├── lib_grid │ └── additional_pages │ │ ├── introduction.doxygen │ │ ├── main_page.txt │ │ └── overview.doxygen ├── lua2doxygen ├── plugins │ └── additional_pages │ │ └── plugins_main.doxygen └── ug4 │ ├── additional_pages │ ├── cite_ug4.doxygen │ ├── copyright.doxygen │ ├── development │ │ ├── c++_introduction │ │ │ ├── c++_introduction.doxygen │ │ │ └── c++_introduction_domain.doxygen │ │ ├── debugging.doxygen │ │ ├── development.doxygen │ │ ├── registry.doxygen │ │ ├── tips_guides │ │ │ ├── coding_style.doxygen │ │ │ ├── compilation_optimizations.doxygen │ │ │ ├── doxygen_quickref.doxygen │ │ │ ├── install_eclipse.doxygen │ │ │ ├── install_netbeans.doxygen │ │ │ ├── ssh.doxygen │ │ │ ├── team_communication.doxygen │ │ │ └── tips_guides.doxygen │ │ └── unit_tests.doxygen │ ├── external_libraries.doxygen │ ├── introduction.doxygen │ ├── main_page.doxygen │ ├── releases.doxygen │ ├── setup │ │ ├── additional_software.doxygen │ │ ├── buildug.doxygen │ │ ├── hlibpro.doxygen │ │ ├── install │ │ │ ├── install.doxygen │ │ │ ├── ug4_on_linux.doxygen │ │ │ ├── ug4_on_mac.doxygen │ │ │ ├── ug4_on_windows.doxygen │ │ │ └── uginstall.doxygen │ │ ├── parallel │ │ │ ├── cekon.doxygen │ │ │ ├── cesari.doxygen │ │ │ ├── hermit.doxygen │ │ │ ├── jugene.doxygen │ │ │ ├── juqueen.doxygen │ │ │ ├── juqueen_more.doxygen │ │ │ └── parallel.doxygen │ │ ├── setup.doxygen │ │ └── ug_vrl │ │ │ ├── compilingForVRL.doxygen │ │ │ ├── compilingForVRLunixScript.doxygen │ │ │ └── compilingUG4ForVRLunderWindows.doxygen │ └── usage │ │ ├── bash_tools.doxygen │ │ ├── lua_compiler.doxygen │ │ ├── lua_scripts.doxygen │ │ ├── parallel │ │ ├── parallel_computing.doxygen │ │ ├── parallel_rendering.doxygen │ │ ├── parallel_usage.doxygen │ │ └── ugsubmit.doxygen │ │ ├── profiling.doxygen │ │ ├── troubleshooting.doxygen │ │ ├── tutorials │ │ ├── bash.doxygen │ │ ├── scalability_tests.doxygen │ │ ├── scripting_tutorial │ │ │ ├── lesson1.doxygen │ │ │ ├── lesson10.doxygen │ │ │ ├── lesson11.doxygen │ │ │ ├── lesson12.doxygen │ │ │ ├── lesson2.doxygen │ │ │ ├── lesson3.doxygen │ │ │ ├── lesson5.doxygen │ │ │ ├── lesson7.doxygen │ │ │ ├── lesson8.doxygen │ │ │ ├── lesson9.doxygen │ │ │ └── scripting_tutorial.doxygen │ │ └── tutorials.doxygen │ │ ├── ugshell.doxygen │ │ └── usage.doxygen │ └── img │ ├── readme │ ├── Pan-Scheme.png │ ├── PanSolution3d-coil_and_pan_v3-lev4.png │ ├── elder_adapt.png │ ├── navier_stokes.png │ ├── poisson.png │ ├── promesh.png │ ├── springboard.png │ └── vrl_skin2d.png │ └── vrl │ ├── double-default-01.png │ ├── integer-default-01.png │ ├── integer-slider-01.png │ ├── load-dialog-01.png │ ├── load-dialog-02.png │ ├── selection-integer-01.png │ ├── selection-string-01.png │ └── string-default-01.png ├── scripts ├── deprecated │ └── solver_util_old.lua ├── scripts.doxygen ├── shell │ ├── cdug │ ├── clusterdetect │ ├── clusters │ ├── generate_compile_info │ ├── install_scripts │ │ ├── ANN.licence │ │ ├── ANN_Make-config.patch │ │ ├── HYPRE.licence │ │ ├── HYPRE.license │ │ ├── SuperLU.licence │ │ ├── SuperLU.license │ │ ├── SuperLU │ │ │ ├── make.inc_cekon │ │ │ ├── make.inc_default │ │ │ ├── make.inc_juelich │ │ │ ├── make.inc_juqueen_xl │ │ │ └── make.inc_mac │ │ ├── ann2fig.patch │ │ ├── cmake.license │ │ └── tetgen.license │ ├── ll_scale_gmg.x │ ├── ll_scale_gmg_bgq.x │ ├── ll_template.x │ ├── mpigdb1 │ ├── prompt │ ├── run_testsuite_jenkins.sh │ ├── schedulers │ │ ├── cekon │ │ ├── cesari │ │ ├── dora │ │ ├── hawk │ │ ├── hermit │ │ ├── jugene │ │ ├── juqueen │ │ ├── jureca │ │ ├── juwels │ │ ├── moab │ │ ├── mpi │ │ ├── new_template │ │ ├── pbs-generic │ │ ├── sdcluster │ │ └── shaheen │ ├── sshfsmake │ ├── ugbash │ ├── ugcancel │ ├── ugcheckout │ ├── ugcmake-start │ ├── ugcomplete │ ├── ugconfig │ ├── uginfo │ ├── uginstall │ ├── uginstall_config │ ├── uginstall_path │ ├── ugrestoreworkspace │ ├── ugsubmit │ ├── ugsubmit-getconfig │ ├── vcinit12-32.bat │ ├── vcinit12-64.bat │ ├── vcinit14-32.bat │ ├── vcinit14-64.bat │ ├── xprun │ ├── xtermgeometry │ └── xtermrun ├── solver_util │ ├── setup_famg.lua │ ├── setup_fetisolver.lua │ ├── setup_hlibsolver.lua │ ├── setup_rsamg.lua │ └── setup_schur.lua ├── tools │ └── scaling_analyzer.lua ├── ug_util.lua └── util │ ├── checkpoint_util.lua │ ├── command_line_util.lua │ ├── common_util.lua │ ├── connectionviewer.lua │ ├── conv_rates_kinetic.lua │ ├── conv_rates_static.lua │ ├── csv_parser.lua │ ├── debug_util.lua │ ├── domain_disc_util.lua │ ├── domain_distribution_util.lua │ ├── domain_util.lua │ ├── easy_util.lua │ ├── gnuplot.lua │ ├── gnuplot_rgb_color.lua │ ├── json_util.lua │ ├── load_balancing_util.lua │ ├── load_balancing_util_2.lua │ ├── lua_callback_util.lua │ ├── mac_util.lua │ ├── math_util.lua │ ├── meta_util.lua │ ├── output_util.lua │ ├── persistence.lua │ ├── plugin_util.lua │ ├── profiler_util.lua │ ├── raster_util.lua │ ├── refinement_util.lua │ ├── solver_util.lua │ ├── stats_util.doxygen │ ├── stats_util.lua │ ├── table_desc_util.lua │ ├── table_util.lua │ ├── test_utils.lua │ ├── time_step_util.lua │ ├── user_data_util.lua │ └── vec_util.lua ├── tests ├── Makefile ├── README ├── boost_ptest0.cc ├── boost_ptest1.cc ├── boost_test0.cc ├── boost_test1.cc ├── boost_test3.cc ├── boost_test4.cc ├── lua │ ├── sparsematrixgraph_bidirectional.lua │ ├── sparsematrixgraph_undirected.lua │ └── unit_square_unstructured_tris_coarse_left_dirichlet.ugx ├── ref │ ├── boost_ptest0.out │ ├── boost_ptest1.out │ ├── boost_ptest3.out │ ├── boost_test0.out │ ├── boost_test1.out │ ├── boost_test3.out │ ├── boost_test4.out │ └── sm_transpose.out └── sm_transpose.cc ├── ug4.bib └── ugbase ├── CMakeLists.txt ├── bindings ├── lua │ ├── CMakeLists.txt │ ├── bindings_lua.cpp │ ├── bindings_lua.h │ ├── compiler │ │ ├── Makefile │ │ ├── converter.cpp │ │ ├── lexer.cpp │ │ ├── lexer.l │ │ ├── lua_compiler.cpp │ │ ├── lua_compiler.h │ │ ├── lua_compiler_debug.h │ │ ├── lua_parser_class.cpp │ │ ├── lua_parser_class.h │ │ ├── lua_parser_class_create_c.cpp │ │ ├── lua_parser_class_create_jitsg.cpp │ │ ├── lua_parser_class_create_lua.cpp │ │ ├── lua_parser_class_create_vm.cpp │ │ ├── lua_parser_class_reduce.cpp │ │ ├── main.cpp │ │ ├── parser.cpp │ │ ├── parser.hpp │ │ ├── parser.y │ │ ├── parser_node.h │ │ ├── system_call.cpp │ │ ├── system_call.h │ │ ├── vm.doxygen │ │ └── vm.h │ ├── externals │ │ └── lua │ │ │ ├── README │ │ │ ├── lapi.c │ │ │ ├── lapi.h │ │ │ ├── lauxlib.c │ │ │ ├── lauxlib.h │ │ │ ├── lbaselib.c │ │ │ ├── lcode.c │ │ │ ├── lcode.h │ │ │ ├── ldblib.c │ │ │ ├── ldebug.c │ │ │ ├── ldebug.h │ │ │ ├── ldo.c │ │ │ ├── ldo.h │ │ │ ├── ldump.c │ │ │ ├── lfunc.c │ │ │ ├── lfunc.h │ │ │ ├── lgc.c │ │ │ ├── lgc.h │ │ │ ├── linit.c │ │ │ ├── liolib.c │ │ │ ├── llex.c │ │ │ ├── llex.h │ │ │ ├── llimits.h │ │ │ ├── lmathlib.c │ │ │ ├── lmem.c │ │ │ ├── lmem.h │ │ │ ├── loadlib.c │ │ │ ├── lobject.c │ │ │ ├── lobject.h │ │ │ ├── lopcodes.c │ │ │ ├── lopcodes.h │ │ │ ├── loslib.c │ │ │ ├── lparser.c │ │ │ ├── lparser.h │ │ │ ├── lstate.c │ │ │ ├── lstate.h │ │ │ ├── lstring.c │ │ │ ├── lstring.h │ │ │ ├── lstrlib.c │ │ │ ├── ltable.c │ │ │ ├── ltable.h │ │ │ ├── ltablib.c │ │ │ ├── ltm.c │ │ │ ├── ltm.h │ │ │ ├── lua.h │ │ │ ├── luaconf.h │ │ │ ├── lualib.h │ │ │ ├── lundump.c │ │ │ ├── lundump.h │ │ │ ├── lvm.c │ │ │ ├── lvm.h │ │ │ ├── lzio.c │ │ │ └── lzio.h │ ├── info_commands.cpp │ ├── info_commands.h │ ├── lua_debug.cpp │ ├── lua_debug.h │ ├── lua_function_handle.h │ ├── lua_parsing.h │ ├── lua_serialization.cpp │ ├── lua_stack.cpp │ ├── lua_stack.h │ ├── lua_stack_check.h │ ├── lua_table_handle.cpp │ ├── lua_table_handle.h │ ├── lua_traits.h │ ├── lua_user_data.cpp │ ├── lua_user_data.h │ ├── lua_user_data_impl.h │ ├── lua_util.cpp │ └── lua_util.h └── vrl │ ├── CMakeLists.txt │ ├── basicTest.cpp │ ├── basicTest.h │ ├── bindings_vrl.cpp │ ├── bindings_vrl.h │ ├── bindings_vrl_native-original.h │ ├── bindings_vrl_native.h │ ├── canvas.cpp │ ├── canvas.h │ ├── invocation.cpp │ ├── invocation.h │ ├── messaging.cpp │ ├── messaging.h │ ├── playground.cpp │ ├── playground.h │ ├── threading.h │ ├── type_converter.cpp │ ├── type_converter.h │ ├── user_data.cpp │ ├── user_data.h │ ├── vrl_bridge.cpp │ └── vrl_bridge.h ├── bridge ├── CMakeLists.txt ├── algebra_bridges │ ├── algebra_bridge.doxygen │ ├── bridge_mat_vec_operations.h │ ├── common_bridge.cpp │ ├── constrained_linear_iterator_bridge.cpp │ ├── eigensolver_bridge.cpp │ ├── gpu_bridge.cpp │ ├── matrix_diagonal.h │ ├── obstacle_bridge.cpp │ ├── ordering_bridge.cpp │ ├── pilut_bridge.cpp │ ├── preconditioner_bridge.cpp │ ├── restart_bridge.cpp │ ├── schur_bridge.cpp │ └── solver_bridge.cpp ├── bridge.cpp ├── bridge.h ├── disc_bridges │ ├── adaptive_tools_bridge.cpp │ ├── algebra_bridge.cpp │ ├── common_bridge.cpp │ ├── constraints_bridge.cpp │ ├── disc_bridge.doxygen │ ├── domain_dependent_preconditioner_bridge.cpp │ ├── domain_disc_bridge.cpp │ ├── elem_discs_bridge.cpp │ ├── evaluate_at_position_bridge.cpp │ ├── finite_volume_bridge.cpp │ ├── grid_function_bridge.cpp │ ├── integrate_bridge.cpp │ ├── interpolate_bridge.cpp │ ├── manifold_util_bridge.cpp │ ├── max_error_bridge.cpp │ ├── multigrid_bridge.cpp │ ├── ordering_bridge.cpp │ ├── output_bridge.cpp │ ├── reference_mapping_test_bridge.cpp │ └── user_data_bridge.cpp ├── domain_bridges │ ├── domain_bridge.cpp │ ├── load_balancing_bridge.cpp │ ├── periodic_boundary_bridge.cpp │ ├── ray_tracing_bridge.cpp │ ├── refinement_bridge.cpp │ ├── selection_bridge.cpp │ ├── selection_bridge.h │ └── transform_bridge.cpp ├── grid_bridges │ ├── balancing_bridge.cpp │ ├── debug_bridge.cpp │ ├── file_io_bridge.cpp │ ├── grid_bridge.cpp │ ├── grid_bridges.cpp │ ├── grid_bridges.h │ ├── layers_bridge.cpp │ ├── lib_grid_bridge_old.cpp │ ├── misc_bridge.cpp │ ├── refinement_bridge.cpp │ ├── selector_bridge.cpp │ └── subset_handler_bridge.cpp ├── misc_bridges │ ├── misc_bridge.cpp │ ├── misc_bridge.doxygen │ ├── orthopoly_bridge.cpp │ ├── pcl_bridge.cpp │ ├── profiler_bridge.cpp │ ├── raster_bridge.cpp │ ├── test_bridge.cpp │ ├── util_bridge.cpp │ └── vec_math_bridge.cpp ├── standard_bridges.h ├── suffix_tag.h ├── util.h ├── util_algebra_dependent.h ├── util_domain_algebra_dependent.h ├── util_domain_dependent.h └── util_overloaded.h ├── common ├── CMakeLists.txt ├── allocators │ ├── small_object_allocator.cpp │ ├── small_object_allocator.h │ └── small_object_allocator_impl.h ├── assert.cpp ├── assert.h ├── authors.h ├── boost_serialization.h ├── boost_serialization_routines.h ├── catch_std.h ├── common.h ├── debug_id.cpp ├── debug_id.h ├── debug_print.h ├── error.cpp ├── error.h ├── log.cpp ├── log.h ├── log_impl.h ├── math │ ├── math_vector_matrix │ │ ├── math_matrix.cpp │ │ ├── math_matrix.h │ │ ├── math_matrix_functions.h │ │ ├── math_matrix_functions_common_impl.hpp │ │ ├── math_matrix_vector_functions.h │ │ ├── math_matrix_vector_functions_common_impl.hpp │ │ ├── math_symmetric_matrix.h │ │ ├── math_tensor.h │ │ ├── math_tensor_functions.h │ │ ├── math_tensor_functions_common_impl.hpp │ │ ├── math_vector.cpp │ │ ├── math_vector.h │ │ ├── math_vector_functions.h │ │ └── math_vector_functions_common_impl.hpp │ ├── misc │ │ ├── eigenvalues.cpp │ │ ├── eigenvalues.h │ │ ├── lineintersect_utils.cpp │ │ ├── lineintersect_utils.h │ │ ├── math_constants.h │ │ ├── math_util.cpp │ │ ├── math_util.h │ │ ├── math_util_impl.hpp │ │ ├── orthopoly.cpp │ │ ├── orthopoly.h │ │ ├── shapes.h │ │ ├── shapes_impl.h │ │ ├── tri_box.cpp │ │ └── tritri.cpp │ ├── ugmath.h │ └── ugmath_types.h ├── node_tree │ ├── CMakeLists.txt │ ├── boxed_group_node.cpp │ ├── boxed_group_node.h │ ├── collision_edges_node.cpp │ ├── collision_edges_node.h │ ├── collision_element_info.h │ ├── collision_tree_root_node.cpp │ ├── collision_tree_root_node.h │ ├── collision_triangles_node.cpp │ ├── collision_triangles_node.h │ ├── group_node.cpp │ ├── group_node.h │ ├── node.h │ ├── node_tree.h │ ├── object.h │ ├── octree.cpp │ ├── octree.h │ ├── traverser.cpp │ ├── traverser.h │ └── traversers │ │ ├── traverser_collision_tree.cpp │ │ ├── traverser_collision_tree.h │ │ ├── traverser_intersect_faces.cpp │ │ ├── traverser_intersect_faces.h │ │ ├── traverser_project_point.cpp │ │ └── traverser_project_point.h ├── parser │ └── rapidxml │ │ ├── license.txt │ │ ├── manual.html │ │ ├── rapidxml.hpp │ │ ├── rapidxml_iterators.hpp │ │ ├── rapidxml_print.hpp │ │ └── rapidxml_utils.hpp ├── profiler │ ├── Shiny C++ Profiler.htm │ ├── freq_adapt.cpp │ ├── freq_adapt.h │ ├── memtracker.cpp │ ├── memtracker.h │ ├── memtracker_disabled.cpp │ ├── profile_call.h │ ├── profile_node.cpp │ ├── profile_node.h │ ├── profilenode_management.cpp │ ├── profilenode_management.h │ ├── profiler.h │ ├── profiler_c.h │ ├── readme.txt │ ├── runtime_profile_info.cpp │ ├── runtime_profile_info.h │ ├── shiny_call_logging.cpp │ ├── shiny_call_logging.h │ ├── shiny_doc_8h.html │ └── src │ │ ├── Shiny.h │ │ ├── ShinyConfig.h │ │ ├── ShinyData.h │ │ ├── ShinyMacros.h │ │ ├── ShinyManager.cpp │ │ ├── ShinyManager.h │ │ ├── ShinyNode.cpp │ │ ├── ShinyNode.h │ │ ├── ShinyNodePool.cpp │ │ ├── ShinyNodePool.h │ │ ├── ShinyOutput.cpp │ │ ├── ShinyOutput.h │ │ ├── ShinyPrereqs.h │ │ ├── ShinyTools.cpp │ │ ├── ShinyTools.h │ │ └── ShinyZone.h ├── progress.cpp ├── progress.h ├── serialization.cpp ├── serialization.h ├── space_partitioning │ ├── kd_tree.h │ ├── ntree.h │ ├── ntree_impl.hpp │ ├── ntree_iterator.h │ ├── ntree_traversal.h │ └── ntree_traverser.h ├── static_assert.h ├── stopwatch.h ├── types.h ├── ug_config.h └── util │ ├── archivar.h │ ├── array_util.h │ ├── base64_file_writer.cpp │ ├── base64_file_writer.h │ ├── binary_buffer.cpp │ ├── binary_buffer.h │ ├── binary_buffer_impl.h │ ├── binary_stream.cpp │ ├── binary_stream.h │ ├── bucket_sorter.hpp │ ├── crc32.cpp │ ├── crc32.h │ ├── demangle.cpp │ ├── demangle.h │ ├── detail │ └── register_type_pair_functor.h │ ├── dynamic_library_util.h │ ├── empty_stream.h │ ├── end_boost_list.h │ ├── endian_detection.h │ ├── factory.h │ ├── field.h │ ├── field_impl.hpp │ ├── file_util.cpp │ ├── file_util.h │ ├── flags.h │ ├── function_cast.h │ ├── hash.h │ ├── hash_function.h │ ├── hash_impl.hpp │ ├── hash_iterator.h │ ├── histogramm.cpp │ ├── histogramm.h │ ├── index_list_util.h │ ├── loader │ ├── loader_obj.cpp │ ├── loader_obj.h │ ├── loader_util.cpp │ └── loader_util.h │ ├── mem_info.cpp │ ├── mem_info.h │ ├── mem_info_apple.cpp │ ├── mem_info_linux.cpp │ ├── message_hub.cpp │ ├── message_hub.h │ ├── message_hub_impl.hpp │ ├── metaprogramming_util.h │ ├── number_util.cpp │ ├── number_util.h │ ├── os_dependent_impl │ ├── dynamic_library_util_unix.cpp │ ├── dynamic_library_util_win.cpp │ ├── file_util_posix.cpp │ ├── file_util_win.cpp │ ├── os_info_linux.cpp │ ├── os_info_osx.cpp │ └── os_info_win.cpp │ ├── os_info.h │ ├── ostream_buffer_splitter.cpp │ ├── ostream_buffer_splitter.h │ ├── ostream_util.h │ ├── owned_pointer.h │ ├── parameter_parsing.cpp │ ├── parameter_parsing.h │ ├── path_provider.h │ ├── plugin_util.h │ ├── plugin_util_dynamic.cpp │ ├── plugin_util_embedded.cpp │ ├── pointer_const_array.h │ ├── pointer_const_array_impl.hpp │ ├── provider.h │ ├── raster.h │ ├── raster_impl.hpp │ ├── raster_kernels.h │ ├── section_container.h │ ├── section_container.hpp │ ├── smart_pointer.h │ ├── sort_util.h │ ├── string_concat.h │ ├── string_table_stream.h │ ├── string_util.cpp │ ├── string_util.h │ ├── stringify.h │ ├── table.h │ ├── table_impl.hpp │ ├── tar.h │ ├── trace.h │ ├── typename.h │ ├── uid.h │ ├── util.doxygen │ ├── variant.cpp │ ├── variant.h │ ├── vec_for_each.h │ └── vector_util.h ├── compile_info ├── CMakeLists.txt ├── compile_info.cpp └── compile_info.h ├── lib_algebra ├── CMakeLists.txt ├── active_set │ ├── active_set.h │ ├── active_set_impl.h │ └── lagrange_multiplier_disc_interface.h ├── adapter │ ├── scalar_matrix_adapter.hh │ ├── scalar_submatrix_adapter.hh │ ├── scalar_subvector_adapter.hh │ ├── scalar_vector_adapter.hh │ └── slicing.h ├── algebra_common │ ├── connection.h │ ├── core_smoothers.h │ ├── local_helper.h │ ├── matrixrow.h │ ├── permutation_util.cpp │ ├── permutation_util.h │ ├── sparse_vector.h │ ├── sparsematrix_util.h │ ├── unsorted_sparse_vector.h │ └── vector_util.h ├── algebra_template_define_helper.h ├── algebra_type.cpp ├── algebra_type.h ├── common │ ├── connection_viewer_input.cpp │ ├── connection_viewer_input.h │ ├── connection_viewer_output.cpp │ ├── connection_viewer_output.h │ ├── csv_gnuplot_output.h │ ├── gnuplot_output.h │ ├── graph │ │ ├── graph.h │ │ ├── new_graph.h │ │ └── old_graph.h │ ├── heap │ │ ├── boxsort.h │ │ ├── boxsort2.h │ │ └── maxheap.h │ ├── index_view.h │ ├── matrixio │ │ ├── CMakeLists.txt │ │ ├── matrix_io.cpp │ │ ├── matrix_io.h │ │ ├── matrix_io_mtx.cpp │ │ ├── matrix_io_mtx.h │ │ └── mm_type_code.h │ ├── operations.h │ ├── operations_mat │ │ ├── matrix_algebra_types.h │ │ ├── matrix_use_global_functions.h │ │ ├── matrix_use_member_functions.h │ │ ├── matrix_use_operators.h │ │ ├── matrix_use_row_functions.h │ │ └── operations_mat.h │ ├── operations_transform.h │ ├── operations_vec.h │ ├── operations_vec_on_index_set.h │ ├── stl_debug.h │ └── template_expressions.h ├── cpu_algebra │ ├── algebra_misc.h │ ├── core_smoothers.h │ ├── sparsematrix.h │ ├── sparsematrix_impl.h │ ├── sparsematrix_print.h │ ├── vector.h │ └── vector_impl.h ├── cpu_algebra_types.h ├── debug_ids.cpp ├── gpu_algebra │ ├── cuda │ │ ├── common_cuda.cu │ │ ├── common_cuda.h │ │ ├── cuda_error.cpp │ │ ├── cuda_manager.cpp │ │ └── cuda_manager.h │ ├── gpusparsematrix.h │ ├── gpusparsematrix_impl.h │ ├── gpusparsematrix_print.h │ └── gpuvector.h ├── graph_interface │ ├── bidirectional.h │ ├── bidirectional_boost.h │ ├── boost_util.h │ ├── parallel_matrix.h │ ├── parallel_matrix_boost.h │ ├── sparsematrix_boost.h │ ├── undirected.h │ └── undirected_boost.h ├── interface │ ├── blas_mat_interface.h │ ├── blas_vec_interface.h │ ├── smallalgebra_interface.h │ ├── sparsematrix_interface.h │ ├── sparsematrix_util_interface.h │ └── vector_interface.h ├── lib_algebra.h ├── lib_algebra_impl.h ├── map_algebra │ ├── mapsparsematrix.h │ ├── mapsparsematrix_impl.h │ ├── mapsparsematrix_print.h │ └── mapvector.h ├── operator │ ├── algebra_conv_check.h │ ├── algebra_conv_check_impl.h │ ├── algebra_debug_writer.h │ ├── convergence_check.h │ ├── convergence_check_impl.h │ ├── damping.h │ ├── debug_writer.h │ ├── eigensolver │ │ ├── additional_math.h │ │ ├── eigensolver_interface.h │ │ ├── pinvit.h │ │ ├── power_method.h │ │ └── smart_ptr_vector.h │ ├── energy_convergence_check.h │ ├── fixed_convergence_check.h │ ├── interface │ │ ├── constrained_linear_iterator.h │ │ ├── linear_iterator.h │ │ ├── linear_operator.h │ │ ├── linear_operator_inverse.h │ │ ├── linear_solver_profiling.h │ │ ├── matrix_operator.h │ │ ├── matrix_operator_inverse.h │ │ ├── operator.h │ │ ├── operator_inverse.h │ │ ├── pprocess.h │ │ ├── preconditioned_linear_operator_inverse.h │ │ └── preconditioner.h │ ├── linear_solver │ │ ├── agglomerating_solver.h │ │ ├── analyzing_solver.cpp │ │ ├── analyzing_solver.h │ │ ├── auto_linear_solver.h │ │ ├── bicgstab.h │ │ ├── cg.h │ │ ├── debug_iterator.h │ │ ├── external_solvers │ │ │ └── external_solvers.h │ │ ├── feti.cpp │ │ ├── feti.h │ │ ├── gmres.h │ │ ├── linear_solver.h │ │ └── lu.h │ ├── matrix_operator_functions.h │ ├── operator_util.h │ ├── preconditioner │ │ ├── block_gauss_seidel.h │ │ ├── gauss_seidel.h │ │ ├── gpujacobi.h │ │ ├── ilu.h │ │ ├── ilut.h │ │ ├── ilut_scalar.h │ │ ├── iterator_product.h │ │ ├── jacobi.h │ │ ├── operator_inverse_iterator.h │ │ ├── pilut.h │ │ ├── preconditioners.h │ │ ├── projected_gauss_seidel │ │ │ ├── obstacles │ │ │ │ ├── obstacle_constraint_interface.h │ │ │ │ ├── obstacle_constraint_interface_impl.h │ │ │ │ ├── obstacle_in_normal_dir.h │ │ │ │ ├── obstacle_in_normal_dir_impl.h │ │ │ │ ├── obstacles.h │ │ │ │ ├── scalar_obstacle.h │ │ │ │ └── scalar_obstacle_impl.h │ │ │ ├── proj_gauss_seidel.h │ │ │ ├── proj_gauss_seidel_impl.h │ │ │ ├── proj_gauss_seidel_interface.h │ │ │ ├── proj_gauss_seidel_interface_impl.h │ │ │ └── proj_gauss_seidel_preconds.h │ │ ├── schur │ │ │ ├── parallel_progress.cpp │ │ │ ├── parallel_progress.h │ │ │ ├── schur.cpp │ │ │ ├── schur.h │ │ │ ├── schur_complement_inverse.h │ │ │ ├── schur_complement_inverse_interface.h │ │ │ ├── schur_complement_operator.cpp │ │ │ ├── schur_complement_operator.h │ │ │ ├── schur_precond.cpp │ │ │ └── schur_precond.h │ │ ├── transforming.h │ │ └── vanka.h │ └── vector_writer.h ├── ordering_strategies │ └── algorithms │ │ ├── IOrderingAlgorithm.h │ │ ├── SCC_ordering.h │ │ ├── boost_cuthill_mckee_ordering.h │ │ ├── boost_minimum_degree_ordering.h │ │ ├── iters.cpp │ │ ├── native_cuthill_mckee.cpp │ │ ├── native_cuthill_mckee.h │ │ ├── ordering_algorithms.h │ │ ├── topological_ordering.h │ │ └── util.h ├── parallelization │ ├── algebra_id.h │ ├── algebra_layouts.cpp │ ├── algebra_layouts.h │ ├── collect_matrix.h │ ├── communication_policies.h │ ├── communication_scheme.h │ ├── consistency_check.h │ ├── global_layout.cpp │ ├── global_layout.h │ ├── matrix_overlap.h │ ├── matrix_overlap_impl.h │ ├── new_layout_creator.h │ ├── overlap_writer.h │ ├── parallel_coloring.cpp │ ├── parallel_coloring.h │ ├── parallel_index_layout.cpp │ ├── parallel_index_layout.h │ ├── parallel_matrix.h │ ├── parallel_matrix_impl.h │ ├── parallel_matrix_overlap_impl.h │ ├── parallel_nodes.cpp │ ├── parallel_nodes.h │ ├── parallel_storage_type.h │ ├── parallel_vector.h │ ├── parallel_vector_impl.h │ ├── parallelization.h │ ├── parallelization_util.cpp │ ├── parallelization_util.h │ ├── parallelization_util_impl.h │ ├── row_sending_scheme.h │ ├── serialization.h │ └── serialize_interfaces.h ├── small_algebra │ ├── additional_math.h │ ├── blocks.h │ ├── double.h │ ├── lapack │ │ ├── eigenvalue2.h │ │ ├── lapack.h │ │ ├── lapack_densematrix_inverse.h │ │ ├── lapack_interface.h │ │ ├── lapack_invert.h │ │ └── stub_lapack.c │ ├── no_lapack │ │ ├── lu_decomp.h │ │ ├── no_lapack.h │ │ └── nolapack_invert.h │ ├── small_algebra.h │ ├── small_matrix │ │ ├── block_dense.h │ │ ├── densematrix.h │ │ ├── densematrix_impl.h │ │ ├── densematrix_inverse.h │ │ ├── densematrix_operations.h │ │ ├── densevector.h │ │ ├── densevector_impl.h │ │ ├── print.h │ │ └── transpose.h │ ├── solve_deficit.cpp │ ├── solve_deficit.h │ └── storage │ │ ├── fixed_array.h │ │ ├── fixed_array_impl.h │ │ ├── fixed_array_specialization.h │ │ ├── reservable_array.h │ │ ├── reservable_array_impl.h │ │ ├── storage.h │ │ ├── variable_array.h │ │ └── variable_array_impl.h └── vector_interface │ ├── ivector.h │ ├── ivector_vec_functions.h │ ├── te.h │ ├── util.h │ └── vec_functions.h ├── lib_disc ├── CMakeLists.txt ├── assemble_interface.h ├── common │ ├── function_group.cpp │ ├── function_group.h │ ├── geometry_util.h │ ├── groups_util.cpp │ ├── groups_util.h │ ├── local_algebra.h │ ├── marking_utils.cpp │ ├── marking_utils.h │ ├── marking_utils_impl.h │ ├── multi_index.h │ └── revision_counter.h ├── dof_manager │ ├── dof_count.cpp │ ├── dof_count.h │ ├── dof_distribution.cpp │ ├── dof_distribution.h │ ├── dof_distribution_info.cpp │ ├── dof_distribution_info.h │ ├── dof_index_storage.cpp │ ├── dof_index_storage.h │ ├── function_pattern.cpp │ ├── function_pattern.h │ ├── orientation.cpp │ └── orientation.h ├── domain.cpp ├── domain.h ├── domain_impl.h ├── domain_traits.h ├── domain_util.cpp ├── domain_util.h ├── domain_util_impl.h ├── function_spaces │ ├── adaption_surface_grid_function.cpp │ ├── adaption_surface_grid_function.h │ ├── adaption_surface_grid_function_impl.h │ ├── approximation_space.cpp │ ├── approximation_space.h │ ├── dof_position_util.cpp │ ├── dof_position_util.h │ ├── error_elem_marking_strategy.h │ ├── error_indicator.h │ ├── error_indicator_util.h │ ├── gradient_evaluators.h │ ├── grid_function.cpp │ ├── grid_function.h │ ├── grid_function_coordinate_util.h │ ├── grid_function_global_user_data.h │ ├── grid_function_impl.h │ ├── grid_function_user_data.h │ ├── grid_function_user_data_explicit.h │ ├── grid_function_util.h │ ├── integrate.h │ ├── integrate_flux.h │ ├── interpolate.h │ ├── interpolate_inner.h │ ├── level_transfer.h │ ├── local_transfer.h │ ├── local_transfer_interface.cpp │ ├── local_transfer_interface.h │ ├── max_error.h │ └── metric_spaces.h ├── io │ ├── vtk_export_ho.h │ ├── vtkoutput.cpp │ ├── vtkoutput.h │ └── vtkoutput_impl.h ├── lib_disc.h ├── local_finite_element │ ├── common │ │ ├── lagrange1d.h │ │ └── polynomial1d.h │ ├── crouzeix-raviart │ │ └── crouzeix_raviart.h │ ├── lagrange │ │ ├── lagrange.cpp │ │ ├── lagrange.h │ │ ├── lagrange_local_dof.cpp │ │ ├── lagrange_local_dof.h │ │ ├── lagrangep1.cpp │ │ └── lagrangep1.h │ ├── local_dof_set.cpp │ ├── local_dof_set.h │ ├── local_finite_element_id.cpp │ ├── local_finite_element_id.h │ ├── local_finite_element_provider.cpp │ ├── local_finite_element_provider.h │ ├── local_finite_element_provider_impl.h │ ├── local_shape_function_set.h │ ├── mini │ │ ├── mini.cpp │ │ └── mini.h │ ├── nedelec │ │ └── nedelec.h │ └── piecewise_constant │ │ └── piecewise_constant.h ├── operator │ ├── composite_conv_check.h │ ├── composite_conv_check_impl.h │ ├── linear_operator │ │ ├── assembled_linear_operator.h │ │ ├── assembled_linear_operator_impl.h │ │ ├── average_component.h │ │ ├── element_gauss_seidel │ │ │ ├── component_gauss_seidel.h │ │ │ └── element_gauss_seidel.h │ │ ├── level_preconditioner_interface.h │ │ ├── multi_grid_solver │ │ │ ├── mg_solver.cpp │ │ │ ├── mg_solver.h │ │ │ ├── mg_solver_impl.hpp │ │ │ ├── mg_stats.h │ │ │ └── mg_stats_impl.hpp │ │ ├── nested_iteration │ │ │ ├── nested_iteration.h │ │ │ └── nested_iteration_impl.h │ │ ├── std_injection.h │ │ ├── std_injection_impl.h │ │ ├── std_transfer.h │ │ ├── std_transfer_impl.h │ │ ├── subspace_correction │ │ │ └── sequential_subspace_correction.h │ │ ├── transfer_interface.h │ │ └── uzawa │ │ │ └── uzawa.h │ ├── non_linear_operator │ │ ├── assembled_non_linear_operator.h │ │ ├── assembled_non_linear_operator_impl.h │ │ ├── line_search.h │ │ ├── newton_solver │ │ │ ├── newton.h │ │ │ ├── newtonUpdaterGeneric.h │ │ │ ├── newton_impl.h │ │ │ └── newton_update_interface.h │ │ ├── nl_gauss_seidel │ │ │ ├── nl_gauss_seidel.h │ │ │ └── nl_gauss_seidel_impl.h │ │ ├── nl_jacobi │ │ │ ├── nl_jacobi.h │ │ │ └── nl_jacobi_impl.h │ │ └── truncated_monotone_mg │ │ │ ├── truncated_monotone_transfer.h │ │ │ └── truncated_monotone_transfer_impl.h │ └── preconditioner │ │ ├── line_smoothers.cpp │ │ └── line_smoothers.h ├── ordering_strategies │ ├── algorithms │ │ ├── cuthill_mckee.cpp │ │ ├── cuthill_mckee.h │ │ ├── directional_ordering.cpp │ │ ├── downwindorder.cpp │ │ ├── downwindorder.h │ │ ├── lexorder.cpp │ │ ├── lexorder.h │ │ ├── lexorder_comparators.cpp │ │ ├── ordering_algorithms.cpp │ │ └── riverorder.h │ ├── io_grid_function_ordering.cpp │ ├── io_grid_points_ordering.cpp │ └── io_sorted_grid_function_ordering.cpp ├── parallelization │ ├── domain_distribution.h │ ├── domain_distribution_impl.hpp │ ├── domain_load_balancer.h │ ├── parallelization_util.cpp │ └── parallelization_util.h ├── quadrature │ ├── gauss │ │ ├── gauss_quad.h │ │ ├── gauss_quad_edge.cpp │ │ ├── gauss_quad_edge.h │ │ ├── gauss_quad_hexahedron.cpp │ │ ├── gauss_quad_hexahedron.h │ │ ├── gauss_quad_octahedron.cpp │ │ ├── gauss_quad_octahedron.h │ │ ├── gauss_quad_prism.cpp │ │ ├── gauss_quad_prism.h │ │ ├── gauss_quad_pyramid.cpp │ │ ├── gauss_quad_pyramid.h │ │ ├── gauss_quad_quadrilateral.cpp │ │ ├── gauss_quad_quadrilateral.h │ │ ├── gauss_quad_tetrahedron.cpp │ │ ├── gauss_quad_tetrahedron.h │ │ ├── gauss_quad_triangle.cpp │ │ ├── gauss_quad_triangle.h │ │ ├── gauss_quad_vertex.cpp │ │ └── gauss_quad_vertex.h │ ├── gauss_jacobi │ │ ├── GaussJacobiQuadrature.nb │ │ ├── gauss_jacobi10.cpp │ │ ├── gauss_jacobi10.h │ │ ├── gauss_jacobi20.cpp │ │ └── gauss_jacobi20.h │ ├── gauss_legendre │ │ ├── GaussLegendreQuadrature.nb │ │ ├── gauss_legendre.cpp │ │ └── gauss_legendre.h │ ├── gauss_tensor_prod │ │ ├── gauss_tensor_prod.cpp │ │ └── gauss_tensor_prod.h │ ├── newton_cotes │ │ ├── NewtonCotesQuadrature.nb │ │ ├── newton_cotes.cpp │ │ └── newton_cotes.h │ ├── quad_test.cpp │ ├── quad_test.h │ ├── quadrature.h │ ├── quadrature_provider.cpp │ ├── quadrature_provider.h │ └── quadrature_provider_impl.h ├── reference_element │ ├── element_list_traits.h │ ├── reference_element.cpp │ ├── reference_element.h │ ├── reference_element_traits.h │ ├── reference_element_util.h │ ├── reference_mapping.h │ ├── reference_mapping_provider.cpp │ ├── reference_mapping_provider.h │ └── reference_mapping_test.h ├── spatial_disc │ ├── ass_tuner.h │ ├── ass_tuner_impl.h │ ├── constraints │ │ ├── constraint_interface.h │ │ ├── continuity_constraints │ │ │ ├── p1_continuity_constraints.cpp │ │ │ ├── p1_continuity_constraints.h │ │ │ └── p1_continuity_constraints_impl.h │ │ └── dirichlet_boundary │ │ │ ├── lagrange_dirichlet_boundary.h │ │ │ └── lagrange_dirichlet_boundary_impl.h │ ├── disc_item.h │ ├── disc_util │ │ ├── consistent_gravity.h │ │ ├── conv_shape.h │ │ ├── conv_shape_interface.h │ │ ├── fe_geom.cpp │ │ ├── fe_geom.h │ │ ├── fe_geom_impl.h │ │ ├── fv1_geom.cpp │ │ ├── fv1_geom.h │ │ ├── fv1_sss.h │ │ ├── fv1_sss_impl.h │ │ ├── fv1ib_geom.h │ │ ├── fv1ib_geom_impl.h │ │ ├── fv_geom_base.h │ │ ├── fv_output.h │ │ ├── fv_util.h │ │ ├── fvcr_geom.cpp │ │ ├── fvcr_geom.h │ │ ├── fvho_geom.cpp │ │ ├── fvho_geom.h │ │ ├── geom_provider.h │ │ ├── hfv1_geom.cpp │ │ ├── hfv1_geom.h │ │ ├── hfvcr_geom.cpp │ │ └── hfvcr_geom.h │ ├── dom_disc_embb.h │ ├── dom_disc_embb_impl.h │ ├── domain_disc.h │ ├── domain_disc_impl.h │ ├── domain_disc_interface.h │ ├── elem_disc │ │ ├── dirac_source │ │ │ ├── lagrange_dirac_source.h │ │ │ └── lagrange_dirac_source_impl.h │ │ ├── elem_disc_assemble_util.h │ │ ├── elem_disc_interface.cpp │ │ ├── elem_disc_interface.h │ │ ├── elem_disc_interface_impl.h │ │ ├── elem_modifier.h │ │ ├── elem_modifier_impl.h │ │ ├── err_est_data.h │ │ ├── err_est_data_impl.h │ │ ├── inner_boundary │ │ │ ├── inner_boundary.h │ │ │ └── inner_boundary_impl.h │ │ └── neumann_boundary │ │ │ ├── fe │ │ │ ├── neumann_boundary_fe.cpp │ │ │ └── neumann_boundary_fe.h │ │ │ ├── fv │ │ │ ├── neumann_boundary_fv.cpp │ │ │ └── neumann_boundary_fv.h │ │ │ ├── fv1 │ │ │ ├── neumann_boundary_fv1.cpp │ │ │ └── neumann_boundary_fv1.h │ │ │ ├── neumann_boundary_base.cpp │ │ │ └── neumann_boundary_base.h │ ├── local_to_global │ │ └── local_to_global_mapper.h │ ├── manifold_assemble_util.h │ ├── subset_assemble_util.cpp │ ├── subset_assemble_util.h │ └── user_data │ │ ├── common_user_data │ │ ├── common_user_data.h │ │ ├── composite_user_data.h │ │ ├── dim_dim_user_data.h │ │ ├── element_orientation_data.h │ │ ├── glob_attachment_user_data.h │ │ ├── invdist_user_data.h │ │ ├── invdist_user_data_impl.h │ │ ├── lognormal_random_field.h │ │ ├── lognormal_random_field_impl.h │ │ ├── raster_user_data.h │ │ ├── rotating_cone.h │ │ ├── rotating_velocity.h │ │ └── subset_indicator_user_data.h │ │ ├── const_user_data.h │ │ ├── data_evaluator.cpp │ │ ├── data_evaluator.h │ │ ├── data_evaluator_impl.h │ │ ├── data_export.cpp │ │ ├── data_export.h │ │ ├── data_export_impl.h │ │ ├── data_import.h │ │ ├── data_import_impl.h │ │ ├── linker │ │ ├── adapter.h │ │ ├── bingham_viscosity_linker.h │ │ ├── darcy_velocity_linker.h │ │ ├── interval_linker.h │ │ ├── inverse_linker.h │ │ ├── inverse_linker_impl.h │ │ ├── linker.h │ │ ├── linker_impl.h │ │ ├── linker_traits.h │ │ ├── projection_linker.h │ │ ├── scale_add_linker.h │ │ └── scale_add_linker_impl.h │ │ ├── std_glob_pos_data.h │ │ ├── std_user_data.h │ │ ├── user_data.h │ │ ├── user_data_impl.h │ │ └── user_function.h └── time_disc │ ├── composite_time_disc.h │ ├── composite_time_disc_impl.h │ ├── finished_conditions.hpp │ ├── solution_time_series.h │ ├── theta_time_step.h │ ├── theta_time_step_impl.h │ ├── time_disc_interface.h │ ├── time_integrator_observers │ ├── lua_callback_observer.hpp │ └── time_integrator_observer_interface.h │ └── time_integrator_subject.hpp ├── lib_grid ├── CMakeLists.txt ├── algorithms │ ├── algorithms.h │ ├── attachment_util.h │ ├── attachment_util_impl.hpp │ ├── bounding_box_util.h │ ├── crease_util.h │ ├── crease_util_impl.h │ ├── debug_util.cpp │ ├── debug_util.h │ ├── debug_util_impl.hpp │ ├── deg_layer_mngr.h │ ├── deg_layer_mngr_impl.h │ ├── duplicate.h │ ├── element_angles.h │ ├── element_aspect_ratios.h │ ├── element_side_util.cpp │ ├── element_side_util.h │ ├── element_visitor_util.h │ ├── extruder_util.h │ ├── extruder_util_impl.hpp │ ├── extrusion │ │ ├── ArteExpandFracs3D.cpp │ │ ├── ArteExpandFracs3D.h │ │ ├── cylinder_extrusion.cpp │ │ ├── cylinder_extrusion.h │ │ ├── expand_layers.cpp │ │ ├── expand_layers.h │ │ ├── expand_layers_arte.cpp │ │ ├── expand_layers_arte.h │ │ ├── expand_layers_arte3D.cpp │ │ ├── expand_layers_arte3D.h │ │ ├── extrude.cpp │ │ ├── extrude.h │ │ ├── extrusion.h │ │ ├── simpleMatrixOps.cpp │ │ ├── simpleMatrixOps.h │ │ ├── support.h │ │ └── support3D.h │ ├── field_util.cpp │ ├── field_util.h │ ├── field_util_impl.h │ ├── geom_obj_util │ │ ├── anisotropy_util.h │ │ ├── anisotropy_util_impl.h │ │ ├── edge_util.cpp │ │ ├── edge_util.h │ │ ├── edge_util_impl.hpp │ │ ├── face_util.cpp │ │ ├── face_util.h │ │ ├── face_util_impl.hpp │ │ ├── geom_obj_util.h │ │ ├── misc_util.cpp │ │ ├── misc_util.h │ │ ├── misc_util_impl.hpp │ │ ├── vertex_util.cpp │ │ ├── vertex_util.h │ │ ├── vertex_util_impl.hpp │ │ ├── volume_util.cpp │ │ ├── volume_util.h │ │ └── volume_util_impl.hpp │ ├── graph │ │ ├── dual_graph.h │ │ └── graph.h │ ├── grid_generation │ │ ├── grid_generation.h │ │ ├── horizontal_layers_mesher.cpp │ │ ├── horizontal_layers_mesher.h │ │ ├── icosahedron.cpp │ │ ├── icosahedron.h │ │ ├── tetrahedralization.cpp │ │ ├── tetrahedralization.h │ │ ├── triangle_fill.cpp │ │ ├── triangle_fill.h │ │ ├── triangle_fill_sweep_line.cpp │ │ ├── triangle_fill_sweep_line.h │ │ └── triangle_fill_sweep_line_impl.hpp │ ├── grid_statistics.cpp │ ├── grid_statistics.h │ ├── grid_util.h │ ├── heightfield_util.cpp │ ├── heightfield_util.h │ ├── hexahedron_util.cpp │ ├── hexahedron_util.h │ ├── isolated_elements.h │ ├── mark_util.h │ ├── mark_util_impl.h │ ├── multi_grid_util.h │ ├── multi_grid_util_impl.hpp │ ├── normal_calculation.h │ ├── normal_calculation_impl.h │ ├── orientation_util.cpp │ ├── orientation_util.h │ ├── orientation_util_impl.hpp │ ├── polychain_util.cpp │ ├── polychain_util.h │ ├── polychain_util_impl.hpp │ ├── problem_detection_util.cpp │ ├── problem_detection_util.h │ ├── problem_detection_util_impl.h │ ├── projections │ │ ├── overlying_subset_finder.hpp │ │ └── z_ray_tracer.hpp │ ├── quadrialteral_util_impl.h │ ├── quadrilateral_util.cpp │ ├── quadrilateral_util.h │ ├── quality_util.cpp │ ├── quality_util.h │ ├── raster_layer_util.cpp │ ├── raster_layer_util.h │ ├── ray_element_intersection_util.cpp │ ├── ray_element_intersection_util.h │ ├── refinement_mark_util.h │ ├── refinement_mark_util_impl.h │ ├── remeshing │ │ ├── delaunay_info.cpp │ │ ├── delaunay_info.h │ │ ├── delaunay_info_impl.h │ │ ├── delaunay_triangulation.cpp │ │ ├── delaunay_triangulation.h │ │ ├── edge_length_adjustment.cpp │ │ ├── edge_length_adjustment.h │ │ ├── edge_length_adjustment_extended.cpp │ │ ├── edge_length_adjustment_extended.h │ │ ├── grid_adaption.cpp │ │ ├── grid_adaption.h │ │ ├── resolve_intersections.h │ │ ├── resolve_intersections_impl.hpp │ │ ├── simple_grid.cpp │ │ ├── simple_grid.h │ │ ├── simple_grid_impl.hpp │ │ ├── simplification.h │ │ ├── simplify_polychain.h │ │ └── smooth_remeshing.cpp │ ├── remove_duplicates_util.h │ ├── selection_util.cpp │ ├── selection_util.h │ ├── selection_util_impl.hpp │ ├── serialization.cpp │ ├── serialization.h │ ├── serialization_impl.hpp │ ├── smoothing │ │ └── manifold_smoothing.h │ ├── space_partitioning │ │ └── lg_ntree.h │ ├── subdivision │ │ ├── subdivision_loop.cpp │ │ ├── subdivision_loop.h │ │ ├── subdivision_rules_piecewise_loop.cpp │ │ ├── subdivision_rules_piecewise_loop.h │ │ ├── subdivision_volumes.cpp │ │ └── subdivision_volumes.h │ ├── subset_color_util.cpp │ ├── subset_color_util.h │ ├── subset_dim_util.cpp │ ├── subset_dim_util.h │ ├── subset_util.cpp │ ├── subset_util.h │ ├── subset_util_impl.hpp │ ├── tkd │ │ ├── tkd_info.cpp │ │ ├── tkd_info.h │ │ ├── tkd_util.cpp │ │ └── tkd_util.h │ ├── trees │ │ ├── kd_tree_static.h │ │ ├── kd_tree_static_impl.hpp │ │ ├── octree.h │ │ └── octree_impl.hpp │ ├── unit_tests │ │ ├── check_associated_elements.cpp │ │ └── check_associated_elements.h │ ├── volume_calculation.h │ └── volume_calculation_impl.hpp ├── attachments │ ├── attached_list.h │ ├── attachment_info_traits.h │ ├── attachment_io_traits.h │ ├── attachment_pipe.h │ ├── attachment_pipe.hpp │ ├── page_container.h │ └── page_container_impl.h ├── boost_class_serialization_exports.h ├── callbacks │ ├── basic_callbacks.h │ ├── callbacks.h │ ├── element_callback_interface.h │ ├── selection_callbacks.h │ ├── subset_callbacks.h │ └── topology_callbacks.h ├── common_attachments.cpp ├── common_attachments.h ├── common_attachments_impl.hpp ├── file_io │ ├── externals │ │ ├── include │ │ │ ├── lgm │ │ │ │ ├── lgm.h │ │ │ │ ├── lgm_info.h │ │ │ │ ├── lgm_line.h │ │ │ │ └── lgm_surface.h │ │ │ ├── ng │ │ │ │ ├── ng.h │ │ │ │ ├── ng_element.h │ │ │ │ ├── ng_info.h │ │ │ │ └── ng_node.h │ │ │ └── tokstream │ │ │ │ └── tokstream.h │ │ └── src │ │ │ ├── lgm │ │ │ ├── CMakeLists.txt │ │ │ ├── examples │ │ │ │ └── lgm_test │ │ │ │ │ └── lgm_test.c │ │ │ ├── include │ │ │ │ ├── lgm.h │ │ │ │ ├── lgm_info.h │ │ │ │ ├── lgm_line.h │ │ │ │ └── lgm_surface.h │ │ │ └── src │ │ │ │ ├── lgm.c │ │ │ │ ├── lgm_error.c │ │ │ │ ├── lgm_error.h │ │ │ │ ├── lgm_info.c │ │ │ │ ├── lgm_parser.c │ │ │ │ ├── lgm_parser.h │ │ │ │ └── lgm_writer.c │ │ │ ├── ng │ │ │ ├── CMakeLists.txt │ │ │ ├── examples │ │ │ │ └── ng_test │ │ │ │ │ └── ng_test.c │ │ │ ├── include │ │ │ │ ├── ng.h │ │ │ │ ├── ng_element.h │ │ │ │ ├── ng_info.h │ │ │ │ └── ng_node.h │ │ │ └── src │ │ │ │ ├── ng.c │ │ │ │ ├── ng_error.c │ │ │ │ ├── ng_error.h │ │ │ │ ├── ng_info.c │ │ │ │ ├── ng_parser.c │ │ │ │ ├── ng_parser.h │ │ │ │ └── ng_writer.c │ │ │ └── tokstream │ │ │ └── tokstream.c │ ├── file_io.cpp │ ├── file_io.h │ ├── file_io_2df.cpp │ ├── file_io_2df.h │ ├── file_io_art.cpp │ ├── file_io_art.h │ ├── file_io_asc.cpp │ ├── file_io_asc.h │ ├── file_io_dump.cpp │ ├── file_io_dump.h │ ├── file_io_grdecl.cpp │ ├── file_io_grdecl.h │ ├── file_io_impl.h │ ├── file_io_lgb.cpp │ ├── file_io_lgb.h │ ├── file_io_lgm.cpp │ ├── file_io_lgm.h │ ├── file_io_msh.cpp │ ├── file_io_msh.h │ ├── file_io_ncdf.cpp │ ├── file_io_ncdf.h │ ├── file_io_ng.cpp │ ├── file_io_ng.h │ ├── file_io_obj.cpp │ ├── file_io_obj.h │ ├── file_io_stl.cpp │ ├── file_io_stl.h │ ├── file_io_swc.cpp │ ├── file_io_swc.h │ ├── file_io_tetgen.cpp │ ├── file_io_tetgen.h │ ├── file_io_tikz.cpp │ ├── file_io_tikz.h │ ├── file_io_txt.cpp │ ├── file_io_txt.h │ ├── file_io_ug.cpp │ ├── file_io_ug.h │ ├── file_io_ugx.cpp │ ├── file_io_ugx.h │ ├── file_io_ugx_impl.hpp │ ├── file_io_vtu.cpp │ ├── file_io_vtu.h │ ├── file_io_vtu_impl.h │ └── stl_reader.h ├── global_attachments.h ├── grid │ ├── element_storage.h │ ├── generic_grid_object_iterator.h │ ├── geometry.h │ ├── grid.cpp │ ├── grid.h │ ├── grid_base_object_traits.h │ ├── grid_base_objects.cpp │ ├── grid_base_objects.h │ ├── grid_connection_managment.cpp │ ├── grid_constants.h │ ├── grid_impl.hpp │ ├── grid_object_collection.cpp │ ├── grid_object_collection.h │ ├── grid_object_collection_impl.hpp │ ├── grid_observer.h │ ├── grid_util.cpp │ ├── grid_util.h │ ├── grid_util_impl.hpp │ ├── neighborhood.cpp │ ├── neighborhood.h │ ├── neighborhood_util.cpp │ ├── neighborhood_util.h │ ├── neighborhood_util_impl.hpp │ └── sub_grid.h ├── grid_debug.cpp ├── grid_debug.h ├── grid_objects │ ├── constraint_traits.h │ ├── grid_dim_traits.h │ ├── grid_object_ids.h │ ├── grid_objects.h │ ├── grid_objects_0d.h │ ├── grid_objects_1d.cpp │ ├── grid_objects_1d.h │ ├── grid_objects_2d.cpp │ ├── grid_objects_2d.h │ ├── grid_objects_3d.cpp │ ├── grid_objects_3d.h │ ├── hexahedron_rules.cpp │ ├── hexahedron_rules.h │ ├── lookup_table_generator │ │ └── lookup_table_generator.cpp │ ├── octahedron_rules.cpp │ ├── octahedron_rules.h │ ├── prism_rules.cpp │ ├── prism_rules.h │ ├── prism_rules_impl.h │ ├── pyramid_rules.cpp │ ├── pyramid_rules.h │ ├── pyramid_rules_impl.h │ ├── rule_util.cpp │ ├── rule_util.h │ ├── tetrahedron_rules.cpp │ └── tetrahedron_rules.h ├── iterators │ ├── associated_elements_iterator.h │ └── lg_for_each.h ├── lg_base.h ├── lib_grid.h ├── lib_grid_messages.cpp ├── lib_grid_messages.h ├── multi_grid.cpp ├── multi_grid.h ├── multi_grid_child_info.h ├── multi_grid_impl.hpp ├── parallelization │ ├── balance_weights_ref_marks.h │ ├── broadcast.cpp │ ├── broadcast.h │ ├── deprecated │ │ ├── load_balancing.cpp │ │ ├── load_balancing.h │ │ └── load_balancing_impl.hpp │ ├── distributed_grid.cpp │ ├── distributed_grid.h │ ├── distributed_grid_impl.hpp │ ├── distribution.cpp │ ├── distribution.h │ ├── distro_adjuster.h │ ├── gather_grid.cpp │ ├── gather_grid.h │ ├── grid_object_id.h │ ├── load_balancer.cpp │ ├── load_balancer.h │ ├── load_balancer_util.cpp │ ├── load_balancer_util.h │ ├── parallel_grid_layout.cpp │ ├── parallel_grid_layout.h │ ├── parallel_grid_layout_impl.hpp │ ├── parallel_refinement │ │ ├── parallel_global_fractured_media_refiner.cpp │ │ ├── parallel_global_fractured_media_refiner.h │ │ ├── parallel_global_refiner_t.h │ │ ├── parallel_global_refiner_t_impl.hpp │ │ ├── parallel_global_subdivision_refiner.cpp │ │ ├── parallel_global_subdivision_refiner.h │ │ ├── parallel_hanging_node_refiner_multi_grid.cpp │ │ ├── parallel_hanging_node_refiner_multi_grid.h │ │ ├── parallel_hnode_adjuster.cpp │ │ ├── parallel_hnode_adjuster.h │ │ ├── parallel_refinement.h │ │ └── unmaintained │ │ │ ├── parallel_multi_grid_refiner.cpp │ │ │ └── parallel_multi_grid_refiner.h │ ├── parallelization_util.cpp │ ├── parallelization_util.h │ ├── parallelization_util_impl.hpp │ ├── partition_post_processors │ │ ├── cluster_element_stacks.h │ │ └── smooth_partition_bounds.h │ ├── partition_pre_processors │ │ ├── apply_raster_coordinates.h │ │ └── replace_coordinate.h │ ├── partitioner.h │ ├── partitioner_dynamic_bisection.cpp │ ├── partitioner_dynamic_bisection.h │ ├── process_hierarchy.h │ └── util │ │ ├── attachment_operations.hpp │ │ ├── compol_attachment_reduce.h │ │ ├── compol_boolmarker.h │ │ ├── compol_copy_attachment.h │ │ ├── compol_gather_vec_attachment.h │ │ ├── compol_interface_status.h │ │ ├── compol_selection.h │ │ ├── compol_subset.h │ │ ├── parallel_callbacks.h │ │ ├── parallel_dual_graph.h │ │ ├── parallel_dual_graph_impl.hpp │ │ ├── parallel_subset_util_impl.hpp │ │ └── partition_weighting_callbacks.h ├── refinement │ ├── adaptive_regular_mg_refiner.cpp │ ├── adaptive_regular_mg_refiner.h │ ├── fractured_media_refiner.cpp │ ├── fractured_media_refiner.h │ ├── global_fractured_media_refiner.cpp │ ├── global_fractured_media_refiner.h │ ├── global_multi_grid_refiner.cpp │ ├── global_multi_grid_refiner.h │ ├── global_subdivision_multi_grid_refiner.cpp │ ├── global_subdivision_multi_grid_refiner.h │ ├── hanging_node_refiner_base.cpp │ ├── hanging_node_refiner_base.h │ ├── hanging_node_refiner_grid.cpp │ ├── hanging_node_refiner_grid.h │ ├── hanging_node_refiner_multi_grid.cpp │ ├── hanging_node_refiner_multi_grid.h │ ├── hanging_node_refiner_t.h │ ├── projectors │ │ ├── cylinder_cut_projector.h │ │ ├── cylinder_projector.h │ │ ├── elliptic_cylinder_projector.cpp │ │ ├── elliptic_cylinder_projector.h │ │ ├── neurite_projector.cpp │ │ ├── neurite_projector.h │ │ ├── plane_cut_projector.h │ │ ├── projection_handler.cpp │ │ ├── projection_handler.h │ │ ├── projectors.h │ │ ├── raster_layers_projector.h │ │ ├── refinement_projector.h │ │ ├── smooth_projector.cpp │ │ ├── smooth_projector.h │ │ ├── soma_projector.h │ │ ├── sphere_projector.h │ │ ├── subdivision_projector.cpp │ │ └── subdivision_projector.h │ ├── ref_mark_adjuster_interface.h │ ├── ref_mark_adjusters │ │ ├── horizontal_anisotropy_adjuster.cpp │ │ ├── horizontal_anisotropy_adjuster.h │ │ ├── local_mark_adjuster.cpp │ │ ├── local_mark_adjuster.h │ │ ├── mg_hnode_adjuster.cpp │ │ ├── mg_hnode_adjuster.h │ │ ├── shadow_copy_adjuster.cpp │ │ ├── shadow_copy_adjuster.h │ │ ├── std_hnode_adjuster.cpp │ │ └── std_hnode_adjuster.h │ ├── refiner_factory.hpp │ ├── refiner_interface.cpp │ ├── refiner_interface.h │ ├── regular_refinement.cpp │ ├── regular_refinement.h │ └── unmaintained │ │ ├── hanging_node_refiner_2d_irn.cpp │ │ ├── hanging_node_refiner_2d_irn.h │ │ ├── multi_grid_refiner.cpp │ │ ├── multi_grid_refiner.h │ │ ├── regular_refiner_multi_grid.cpp │ │ └── regular_refiner_multi_grid.h ├── selector.h ├── subset_handler.h └── tools │ ├── bool_marker.cpp │ ├── bool_marker.h │ ├── copy_attachment_handler.h │ ├── creator_grid_util.h │ ├── grid_level.cpp │ ├── grid_level.h │ ├── marker_points.cpp │ ├── marker_points.h │ ├── partition_map.cpp │ ├── partition_map.h │ ├── periodic_boundary_manager.cpp │ ├── periodic_boundary_manager.h │ ├── periodic_boundary_manager_impl.hpp │ ├── selector_grid.cpp │ ├── selector_grid.h │ ├── selector_grid_elem.h │ ├── selector_grid_impl.hpp │ ├── selector_interface.cpp │ ├── selector_interface.h │ ├── selector_interface_impl.hpp │ ├── selector_multi_grid.cpp │ ├── selector_multi_grid.h │ ├── selector_multi_grid_impl.hpp │ ├── subset_group.cpp │ ├── subset_group.h │ ├── subset_handler_grid.cpp │ ├── subset_handler_grid.h │ ├── subset_handler_grid_impl.hpp │ ├── subset_handler_interface.cpp │ ├── subset_handler_interface.h │ ├── subset_handler_interface_impl.hpp │ ├── subset_handler_multi_grid.cpp │ ├── subset_handler_multi_grid.h │ ├── subset_handler_multi_grid_impl.hpp │ ├── surface_view.cpp │ ├── surface_view.h │ ├── surface_view_impl.hpp │ └── tools.h ├── pcl ├── CMakeLists.txt ├── parallel_archive.cpp ├── parallel_archive.h ├── parallel_file.cpp ├── parallel_file.h ├── pcl.h ├── pcl_base.cpp ├── pcl_base.h ├── pcl_comm_world.cpp ├── pcl_comm_world.h ├── pcl_communication_structs.h ├── pcl_datatype.h ├── pcl_debug.h ├── pcl_domain_decomposition.h ├── pcl_interface_communicator.h ├── pcl_interface_communicator_impl.hpp ├── pcl_layout_tests.h ├── pcl_layout_util.h ├── pcl_methods.cpp ├── pcl_methods.h ├── pcl_multi_group_communicator.cpp ├── pcl_multi_group_communicator.h ├── pcl_multi_group_communicator_impl.hpp ├── pcl_process_communicator.cpp ├── pcl_process_communicator.h ├── pcl_process_communicator_impl.hpp ├── pcl_profiling.h ├── pcl_reduce_traits.h ├── pcl_tostring.h ├── pcl_util.cpp ├── pcl_util.h └── pcl_util_impl.h ├── registry ├── CMakeLists.txt ├── class.cpp ├── class.h ├── class_helper.cpp ├── class_helper.h ├── class_name_provider.cpp ├── class_name_provider.h ├── class_name_provider_impl.h ├── error.h ├── function_traits.h ├── global_function.cpp ├── global_function.h ├── param_to_type_value_list.h ├── parameter_stack.h ├── registry.cpp ├── registry.h ├── registry_impl.h ├── registry_util.cpp └── registry_util.h ├── ug.cpp ├── ug.h ├── ug_shell ├── CMakeLists.txt ├── clock_fix.cpp ├── completion.cpp ├── completion.h ├── externals │ └── linenoise │ │ ├── linenoise.cpp │ │ └── linenoise.h ├── main.cpp ├── shell.cpp ├── shell.h ├── ugshell_main.cpp └── ugshell_main.h └── ugbase.h /.github/workflows/documentation.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/.github/workflows/documentation.yml -------------------------------------------------------------------------------- /.github/workflows/jenkins-trigger.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/.github/workflows/jenkins-trigger.yml -------------------------------------------------------------------------------- /.github/workflows/mirror.yml.bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/.github/workflows/mirror.yml.bak -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/.gitignore -------------------------------------------------------------------------------- /.gitlab-ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/.gitlab-ci.yml -------------------------------------------------------------------------------- /.gitlab/analyse-cpptest.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/.gitlab/analyse-cpptest.yml -------------------------------------------------------------------------------- /.gitlab/build-and-test.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/.gitlab/build-and-test.yml -------------------------------------------------------------------------------- /.gitlab/deploy-docker.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/.gitlab/deploy-docker.yml -------------------------------------------------------------------------------- /.gitlab/deploy-pages.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/.gitlab/deploy-pages.yml -------------------------------------------------------------------------------- /.gitlab/sync2github.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/.gitlab/sync2github.yml -------------------------------------------------------------------------------- /.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/.travis.yml -------------------------------------------------------------------------------- /CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/CMakeLists.txt -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/Dockerfile -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/README.md -------------------------------------------------------------------------------- /README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/README.txt -------------------------------------------------------------------------------- /appveyor.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/appveyor.yml -------------------------------------------------------------------------------- /cmake/DoxygenTargets.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/cmake/DoxygenTargets.cmake -------------------------------------------------------------------------------- /cmake/DoxygenTargets.doxyfile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/cmake/DoxygenTargets.doxyfile.in -------------------------------------------------------------------------------- /cmake/compiler_flags.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/cmake/compiler_flags.cmake -------------------------------------------------------------------------------- /cmake/cpack/deb-config.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/cmake/cpack/deb-config.cmake -------------------------------------------------------------------------------- /cmake/cpack/nuget-config.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/cmake/cpack/nuget-config.cmake -------------------------------------------------------------------------------- /cmake/cpack/osx-config.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/cmake/cpack/osx-config.cmake -------------------------------------------------------------------------------- /cmake/cpack/rpm-config.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/cmake/cpack/rpm-config.cmake -------------------------------------------------------------------------------- /cmake/cpack/zip-config.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/cmake/cpack/zip-config.cmake -------------------------------------------------------------------------------- /cmake/log_useful_cmake_variables.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/cmake/log_useful_cmake_variables.cmake -------------------------------------------------------------------------------- /cmake/modules/FindMYBLAS.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/cmake/modules/FindMYBLAS.cmake -------------------------------------------------------------------------------- /cmake/modules/FindMYLAPACK.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/cmake/modules/FindMYLAPACK.cmake -------------------------------------------------------------------------------- /cmake/modules/FindOpenCL.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/cmake/modules/FindOpenCL.cmake -------------------------------------------------------------------------------- /cmake/modules/FindScalasca.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/cmake/modules/FindScalasca.cmake -------------------------------------------------------------------------------- /cmake/modules/FindVampirTrace.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/cmake/modules/FindVampirTrace.cmake -------------------------------------------------------------------------------- /cmake/modules/Platform/BlueGeneQ-base.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/cmake/modules/Platform/BlueGeneQ-base.cmake -------------------------------------------------------------------------------- /cmake/modules/Platform/BlueGeneQ-dynamic.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/cmake/modules/Platform/BlueGeneQ-dynamic.cmake -------------------------------------------------------------------------------- /cmake/modules/Platform/BlueGeneQ-static.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/cmake/modules/Platform/BlueGeneQ-static.cmake -------------------------------------------------------------------------------- /cmake/modules/Platform/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/cmake/modules/Platform/readme.txt -------------------------------------------------------------------------------- /cmake/plugin_registration_routines.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/cmake/plugin_registration_routines.cmake -------------------------------------------------------------------------------- /cmake/toolchain/android/AndroidNdkGdb.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/cmake/toolchain/android/AndroidNdkGdb.cmake -------------------------------------------------------------------------------- /cmake/toolchain/android/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/cmake/toolchain/android/README.md -------------------------------------------------------------------------------- /cmake/toolchain/android/ndk_links.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/cmake/toolchain/android/ndk_links.md -------------------------------------------------------------------------------- /cmake/toolchain/hermit.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/cmake/toolchain/hermit.cmake -------------------------------------------------------------------------------- /cmake/toolchain/jugene.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/cmake/toolchain/jugene.cmake -------------------------------------------------------------------------------- /cmake/toolchain/juqueen.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/cmake/toolchain/juqueen.cmake -------------------------------------------------------------------------------- /cmake/toolchain/juqueen_openmp.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/cmake/toolchain/juqueen_openmp.cmake -------------------------------------------------------------------------------- /cmake/toolchain/juqueen_scalasca.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/cmake/toolchain/juqueen_scalasca.cmake -------------------------------------------------------------------------------- /cmake/toolchain/juqueen_xl.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/cmake/toolchain/juqueen_xl.cmake -------------------------------------------------------------------------------- /cmake/toolchain/juqueen_xl_openmp.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/cmake/toolchain/juqueen_xl_openmp.cmake -------------------------------------------------------------------------------- /cmake/toolchain/jureca.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/cmake/toolchain/jureca.cmake -------------------------------------------------------------------------------- /cmake/toolchain/juwels.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/cmake/toolchain/juwels.cmake -------------------------------------------------------------------------------- /cmake/toolchain/windows/compile-mingw.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/cmake/toolchain/windows/compile-mingw.bat -------------------------------------------------------------------------------- /cmake/toolchain/windows/compile-vc12.0.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/cmake/toolchain/windows/compile-vc12.0.bat -------------------------------------------------------------------------------- /cmake/ug/algebra_selection.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/cmake/ug/algebra_selection.cmake -------------------------------------------------------------------------------- /cmake/ug/autodiff.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/cmake/ug/autodiff.cmake -------------------------------------------------------------------------------- /cmake/ug/build_algebra.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/cmake/ug/build_algebra.cmake -------------------------------------------------------------------------------- /cmake/ug/code_coverage.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/cmake/ug/code_coverage.cmake -------------------------------------------------------------------------------- /cmake/ug/cpp11.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/cmake/ug/cpp11.cmake -------------------------------------------------------------------------------- /cmake/ug/cuda.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/cmake/ug/cuda.cmake -------------------------------------------------------------------------------- /cmake/ug/debug.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/cmake/ug/debug.cmake -------------------------------------------------------------------------------- /cmake/ug/export_definitions.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/cmake/ug/export_definitions.cmake -------------------------------------------------------------------------------- /cmake/ug/export_dependencies.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/cmake/ug/export_dependencies.cmake -------------------------------------------------------------------------------- /cmake/ug/export_includes.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/cmake/ug/export_includes.cmake -------------------------------------------------------------------------------- /cmake/ug/export_linker_flags.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/cmake/ug/export_linker_flags.cmake -------------------------------------------------------------------------------- /cmake/ug/export_sources.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/cmake/ug/export_sources.cmake -------------------------------------------------------------------------------- /cmake/ug/hlibpro.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/cmake/ug/hlibpro.cmake -------------------------------------------------------------------------------- /cmake/ug/iphreeqc.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/cmake/ug/iphreeqc.cmake -------------------------------------------------------------------------------- /cmake/ug/json.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/cmake/ug/json.cmake -------------------------------------------------------------------------------- /cmake/ug/lapack_blas.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/cmake/ug/lapack_blas.cmake -------------------------------------------------------------------------------- /cmake/ug/lua2c.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/cmake/ug/lua2c.cmake -------------------------------------------------------------------------------- /cmake/ug/luajit.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/cmake/ug/luajit.cmake -------------------------------------------------------------------------------- /cmake/ug/mpi.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/cmake/ug/mpi.cmake -------------------------------------------------------------------------------- /cmake/ug/opencl.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/cmake/ug/opencl.cmake -------------------------------------------------------------------------------- /cmake/ug/openmp.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/cmake/ug/openmp.cmake -------------------------------------------------------------------------------- /cmake/ug/profiler.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/cmake/ug/profiler.cmake -------------------------------------------------------------------------------- /cmake/ug/pybind11.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/cmake/ug/pybind11.cmake -------------------------------------------------------------------------------- /cmake/ug/sanitizer.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/cmake/ug/sanitizer.cmake -------------------------------------------------------------------------------- /cmake/ug/target.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/cmake/ug/target.cmake -------------------------------------------------------------------------------- /cmake/ug/tetgen.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/cmake/ug/tetgen.cmake -------------------------------------------------------------------------------- /cmake/ug/xeus.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/cmake/ug/xeus.cmake -------------------------------------------------------------------------------- /cmake/ug_cmake_versions.cmake: -------------------------------------------------------------------------------- 1 | cmake_minimum_required(VERSION 2.8.12...3.27.1) 2 | -------------------------------------------------------------------------------- /cmake/ug_cpack_config.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/cmake/ug_cpack_config.cmake -------------------------------------------------------------------------------- /cmake/ug_includes.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/cmake/ug_includes.cmake -------------------------------------------------------------------------------- /cmake/ug_plugin_includes.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/cmake/ug_plugin_includes.cmake -------------------------------------------------------------------------------- /docs/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/docs/CMakeLists.txt -------------------------------------------------------------------------------- /docs/Layout.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/docs/Layout.xml -------------------------------------------------------------------------------- /docs/Layout_apps.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/docs/Layout_apps.xml -------------------------------------------------------------------------------- /docs/Layout_plugins.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/docs/Layout_plugins.xml -------------------------------------------------------------------------------- /docs/Layout_regdocu.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/docs/Layout_regdocu.xml -------------------------------------------------------------------------------- /docs/apps/additional_pages/apps_main.doxygen: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/docs/apps/additional_pages/apps_main.doxygen -------------------------------------------------------------------------------- /docs/doxy_config_additional.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/docs/doxy_config_additional.txt -------------------------------------------------------------------------------- /docs/doxy_config_amalgamated.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/docs/doxy_config_amalgamated.txt -------------------------------------------------------------------------------- /docs/doxy_config_apps.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/docs/doxy_config_apps.txt -------------------------------------------------------------------------------- /docs/doxy_config_libalgebra.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/docs/doxy_config_libalgebra.txt -------------------------------------------------------------------------------- /docs/doxy_config_libdisc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/docs/doxy_config_libdisc.txt -------------------------------------------------------------------------------- /docs/doxy_config_libgrid.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/docs/doxy_config_libgrid.txt -------------------------------------------------------------------------------- /docs/doxy_config_no_ugbase.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/docs/doxy_config_no_ugbase.txt -------------------------------------------------------------------------------- /docs/doxy_config_plugins.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/docs/doxy_config_plugins.txt -------------------------------------------------------------------------------- /docs/doxy_config_regdocu.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/docs/doxy_config_regdocu.txt -------------------------------------------------------------------------------- /docs/doxy_config_scripting.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/docs/doxy_config_scripting.txt -------------------------------------------------------------------------------- /docs/doxy_config_ug4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/docs/doxy_config_ug4.txt -------------------------------------------------------------------------------- /docs/doxy_config_ug4_mathjax.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/docs/doxy_config_ug4_mathjax.txt -------------------------------------------------------------------------------- /docs/doxy_config_ugbase_tags.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/docs/doxy_config_ugbase_tags.txt -------------------------------------------------------------------------------- /docs/extra_stylesheet.css: -------------------------------------------------------------------------------- 1 | code { 2 | background-color: #FBFCFD; 3 | font-family: monospace, fixed; 4 | } 5 | -------------------------------------------------------------------------------- /docs/generate_amalgamated_docu.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/docs/generate_amalgamated_docu.sh -------------------------------------------------------------------------------- /docs/lib_disc/additional_pages/main_page.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/docs/lib_disc/additional_pages/main_page.txt -------------------------------------------------------------------------------- /docs/lib_disc/img/function_group.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/docs/lib_disc/img/function_group.jpg -------------------------------------------------------------------------------- /docs/lib_disc/img/function_group.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/docs/lib_disc/img/function_group.pdf -------------------------------------------------------------------------------- /docs/lib_grid/additional_pages/main_page.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/docs/lib_grid/additional_pages/main_page.txt -------------------------------------------------------------------------------- /docs/lua2doxygen: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/docs/lua2doxygen -------------------------------------------------------------------------------- /docs/ug4/additional_pages/cite_ug4.doxygen: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/docs/ug4/additional_pages/cite_ug4.doxygen -------------------------------------------------------------------------------- /docs/ug4/additional_pages/copyright.doxygen: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/docs/ug4/additional_pages/copyright.doxygen -------------------------------------------------------------------------------- /docs/ug4/additional_pages/introduction.doxygen: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/docs/ug4/additional_pages/introduction.doxygen -------------------------------------------------------------------------------- /docs/ug4/additional_pages/main_page.doxygen: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/docs/ug4/additional_pages/main_page.doxygen -------------------------------------------------------------------------------- /docs/ug4/additional_pages/releases.doxygen: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/docs/ug4/additional_pages/releases.doxygen -------------------------------------------------------------------------------- /docs/ug4/additional_pages/setup/setup.doxygen: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/docs/ug4/additional_pages/setup/setup.doxygen -------------------------------------------------------------------------------- /docs/ug4/additional_pages/usage/usage.doxygen: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/docs/ug4/additional_pages/usage/usage.doxygen -------------------------------------------------------------------------------- /docs/ug4/img/readme/Pan-Scheme.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/docs/ug4/img/readme/Pan-Scheme.png -------------------------------------------------------------------------------- /docs/ug4/img/readme/elder_adapt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/docs/ug4/img/readme/elder_adapt.png -------------------------------------------------------------------------------- /docs/ug4/img/readme/navier_stokes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/docs/ug4/img/readme/navier_stokes.png -------------------------------------------------------------------------------- /docs/ug4/img/readme/poisson.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/docs/ug4/img/readme/poisson.png -------------------------------------------------------------------------------- /docs/ug4/img/readme/promesh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/docs/ug4/img/readme/promesh.png -------------------------------------------------------------------------------- /docs/ug4/img/readme/springboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/docs/ug4/img/readme/springboard.png -------------------------------------------------------------------------------- /docs/ug4/img/readme/vrl_skin2d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/docs/ug4/img/readme/vrl_skin2d.png -------------------------------------------------------------------------------- /docs/ug4/img/vrl/double-default-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/docs/ug4/img/vrl/double-default-01.png -------------------------------------------------------------------------------- /docs/ug4/img/vrl/integer-default-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/docs/ug4/img/vrl/integer-default-01.png -------------------------------------------------------------------------------- /docs/ug4/img/vrl/integer-slider-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/docs/ug4/img/vrl/integer-slider-01.png -------------------------------------------------------------------------------- /docs/ug4/img/vrl/load-dialog-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/docs/ug4/img/vrl/load-dialog-01.png -------------------------------------------------------------------------------- /docs/ug4/img/vrl/load-dialog-02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/docs/ug4/img/vrl/load-dialog-02.png -------------------------------------------------------------------------------- /docs/ug4/img/vrl/selection-integer-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/docs/ug4/img/vrl/selection-integer-01.png -------------------------------------------------------------------------------- /docs/ug4/img/vrl/selection-string-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/docs/ug4/img/vrl/selection-string-01.png -------------------------------------------------------------------------------- /docs/ug4/img/vrl/string-default-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/docs/ug4/img/vrl/string-default-01.png -------------------------------------------------------------------------------- /scripts/deprecated/solver_util_old.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/scripts/deprecated/solver_util_old.lua -------------------------------------------------------------------------------- /scripts/scripts.doxygen: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/scripts/scripts.doxygen -------------------------------------------------------------------------------- /scripts/shell/cdug: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/scripts/shell/cdug -------------------------------------------------------------------------------- /scripts/shell/clusterdetect: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/scripts/shell/clusterdetect -------------------------------------------------------------------------------- /scripts/shell/clusters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/scripts/shell/clusters -------------------------------------------------------------------------------- /scripts/shell/generate_compile_info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/scripts/shell/generate_compile_info -------------------------------------------------------------------------------- /scripts/shell/install_scripts/ANN.licence: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/scripts/shell/install_scripts/ANN.licence -------------------------------------------------------------------------------- /scripts/shell/install_scripts/HYPRE.licence: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/scripts/shell/install_scripts/HYPRE.licence -------------------------------------------------------------------------------- /scripts/shell/install_scripts/HYPRE.license: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/scripts/shell/install_scripts/HYPRE.license -------------------------------------------------------------------------------- /scripts/shell/install_scripts/SuperLU.licence: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/scripts/shell/install_scripts/SuperLU.licence -------------------------------------------------------------------------------- /scripts/shell/install_scripts/SuperLU.license: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/scripts/shell/install_scripts/SuperLU.license -------------------------------------------------------------------------------- /scripts/shell/install_scripts/ann2fig.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/scripts/shell/install_scripts/ann2fig.patch -------------------------------------------------------------------------------- /scripts/shell/install_scripts/cmake.license: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/scripts/shell/install_scripts/cmake.license -------------------------------------------------------------------------------- /scripts/shell/install_scripts/tetgen.license: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/scripts/shell/install_scripts/tetgen.license -------------------------------------------------------------------------------- /scripts/shell/ll_scale_gmg.x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/scripts/shell/ll_scale_gmg.x -------------------------------------------------------------------------------- /scripts/shell/ll_scale_gmg_bgq.x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/scripts/shell/ll_scale_gmg_bgq.x -------------------------------------------------------------------------------- /scripts/shell/ll_template.x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/scripts/shell/ll_template.x -------------------------------------------------------------------------------- /scripts/shell/mpigdb1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/scripts/shell/mpigdb1 -------------------------------------------------------------------------------- /scripts/shell/prompt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/scripts/shell/prompt -------------------------------------------------------------------------------- /scripts/shell/run_testsuite_jenkins.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/scripts/shell/run_testsuite_jenkins.sh -------------------------------------------------------------------------------- /scripts/shell/schedulers/cekon: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/scripts/shell/schedulers/cekon -------------------------------------------------------------------------------- /scripts/shell/schedulers/cesari: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/scripts/shell/schedulers/cesari -------------------------------------------------------------------------------- /scripts/shell/schedulers/dora: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/scripts/shell/schedulers/dora -------------------------------------------------------------------------------- /scripts/shell/schedulers/hawk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/scripts/shell/schedulers/hawk -------------------------------------------------------------------------------- /scripts/shell/schedulers/hermit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/scripts/shell/schedulers/hermit -------------------------------------------------------------------------------- /scripts/shell/schedulers/jugene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/scripts/shell/schedulers/jugene -------------------------------------------------------------------------------- /scripts/shell/schedulers/juqueen: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/scripts/shell/schedulers/juqueen -------------------------------------------------------------------------------- /scripts/shell/schedulers/jureca: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/scripts/shell/schedulers/jureca -------------------------------------------------------------------------------- /scripts/shell/schedulers/juwels: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/scripts/shell/schedulers/juwels -------------------------------------------------------------------------------- /scripts/shell/schedulers/moab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/scripts/shell/schedulers/moab -------------------------------------------------------------------------------- /scripts/shell/schedulers/mpi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/scripts/shell/schedulers/mpi -------------------------------------------------------------------------------- /scripts/shell/schedulers/new_template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/scripts/shell/schedulers/new_template -------------------------------------------------------------------------------- /scripts/shell/schedulers/pbs-generic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/scripts/shell/schedulers/pbs-generic -------------------------------------------------------------------------------- /scripts/shell/schedulers/sdcluster: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/scripts/shell/schedulers/sdcluster -------------------------------------------------------------------------------- /scripts/shell/schedulers/shaheen: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/scripts/shell/schedulers/shaheen -------------------------------------------------------------------------------- /scripts/shell/sshfsmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/scripts/shell/sshfsmake -------------------------------------------------------------------------------- /scripts/shell/ugbash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/scripts/shell/ugbash -------------------------------------------------------------------------------- /scripts/shell/ugcancel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/scripts/shell/ugcancel -------------------------------------------------------------------------------- /scripts/shell/ugcheckout: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/scripts/shell/ugcheckout -------------------------------------------------------------------------------- /scripts/shell/ugcmake-start: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/scripts/shell/ugcmake-start -------------------------------------------------------------------------------- /scripts/shell/ugcomplete: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/scripts/shell/ugcomplete -------------------------------------------------------------------------------- /scripts/shell/ugconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/scripts/shell/ugconfig -------------------------------------------------------------------------------- /scripts/shell/uginfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/scripts/shell/uginfo -------------------------------------------------------------------------------- /scripts/shell/uginstall: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/scripts/shell/uginstall -------------------------------------------------------------------------------- /scripts/shell/uginstall_config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/scripts/shell/uginstall_config -------------------------------------------------------------------------------- /scripts/shell/uginstall_path: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/scripts/shell/uginstall_path -------------------------------------------------------------------------------- /scripts/shell/ugrestoreworkspace: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/scripts/shell/ugrestoreworkspace -------------------------------------------------------------------------------- /scripts/shell/ugsubmit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/scripts/shell/ugsubmit -------------------------------------------------------------------------------- /scripts/shell/ugsubmit-getconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/scripts/shell/ugsubmit-getconfig -------------------------------------------------------------------------------- /scripts/shell/vcinit12-32.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/scripts/shell/vcinit12-32.bat -------------------------------------------------------------------------------- /scripts/shell/vcinit12-64.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/scripts/shell/vcinit12-64.bat -------------------------------------------------------------------------------- /scripts/shell/vcinit14-32.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/scripts/shell/vcinit14-32.bat -------------------------------------------------------------------------------- /scripts/shell/vcinit14-64.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/scripts/shell/vcinit14-64.bat -------------------------------------------------------------------------------- /scripts/shell/xprun: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/scripts/shell/xprun -------------------------------------------------------------------------------- /scripts/shell/xtermgeometry: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/scripts/shell/xtermgeometry -------------------------------------------------------------------------------- /scripts/shell/xtermrun: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/scripts/shell/xtermrun -------------------------------------------------------------------------------- /scripts/solver_util/setup_famg.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/scripts/solver_util/setup_famg.lua -------------------------------------------------------------------------------- /scripts/solver_util/setup_fetisolver.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/scripts/solver_util/setup_fetisolver.lua -------------------------------------------------------------------------------- /scripts/solver_util/setup_hlibsolver.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/scripts/solver_util/setup_hlibsolver.lua -------------------------------------------------------------------------------- /scripts/solver_util/setup_rsamg.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/scripts/solver_util/setup_rsamg.lua -------------------------------------------------------------------------------- /scripts/solver_util/setup_schur.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/scripts/solver_util/setup_schur.lua -------------------------------------------------------------------------------- /scripts/tools/scaling_analyzer.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/scripts/tools/scaling_analyzer.lua -------------------------------------------------------------------------------- /scripts/ug_util.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/scripts/ug_util.lua -------------------------------------------------------------------------------- /scripts/util/checkpoint_util.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/scripts/util/checkpoint_util.lua -------------------------------------------------------------------------------- /scripts/util/command_line_util.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/scripts/util/command_line_util.lua -------------------------------------------------------------------------------- /scripts/util/common_util.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/scripts/util/common_util.lua -------------------------------------------------------------------------------- /scripts/util/connectionviewer.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/scripts/util/connectionviewer.lua -------------------------------------------------------------------------------- /scripts/util/conv_rates_kinetic.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/scripts/util/conv_rates_kinetic.lua -------------------------------------------------------------------------------- /scripts/util/conv_rates_static.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/scripts/util/conv_rates_static.lua -------------------------------------------------------------------------------- /scripts/util/csv_parser.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/scripts/util/csv_parser.lua -------------------------------------------------------------------------------- /scripts/util/debug_util.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/scripts/util/debug_util.lua -------------------------------------------------------------------------------- /scripts/util/domain_disc_util.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/scripts/util/domain_disc_util.lua -------------------------------------------------------------------------------- /scripts/util/domain_distribution_util.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/scripts/util/domain_distribution_util.lua -------------------------------------------------------------------------------- /scripts/util/domain_util.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/scripts/util/domain_util.lua -------------------------------------------------------------------------------- /scripts/util/easy_util.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/scripts/util/easy_util.lua -------------------------------------------------------------------------------- /scripts/util/gnuplot.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/scripts/util/gnuplot.lua -------------------------------------------------------------------------------- /scripts/util/gnuplot_rgb_color.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/scripts/util/gnuplot_rgb_color.lua -------------------------------------------------------------------------------- /scripts/util/json_util.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/scripts/util/json_util.lua -------------------------------------------------------------------------------- /scripts/util/load_balancing_util.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/scripts/util/load_balancing_util.lua -------------------------------------------------------------------------------- /scripts/util/load_balancing_util_2.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/scripts/util/load_balancing_util_2.lua -------------------------------------------------------------------------------- /scripts/util/lua_callback_util.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/scripts/util/lua_callback_util.lua -------------------------------------------------------------------------------- /scripts/util/mac_util.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/scripts/util/mac_util.lua -------------------------------------------------------------------------------- /scripts/util/math_util.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/scripts/util/math_util.lua -------------------------------------------------------------------------------- /scripts/util/meta_util.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/scripts/util/meta_util.lua -------------------------------------------------------------------------------- /scripts/util/output_util.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/scripts/util/output_util.lua -------------------------------------------------------------------------------- /scripts/util/persistence.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/scripts/util/persistence.lua -------------------------------------------------------------------------------- /scripts/util/plugin_util.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/scripts/util/plugin_util.lua -------------------------------------------------------------------------------- /scripts/util/profiler_util.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/scripts/util/profiler_util.lua -------------------------------------------------------------------------------- /scripts/util/raster_util.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/scripts/util/raster_util.lua -------------------------------------------------------------------------------- /scripts/util/refinement_util.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/scripts/util/refinement_util.lua -------------------------------------------------------------------------------- /scripts/util/solver_util.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/scripts/util/solver_util.lua -------------------------------------------------------------------------------- /scripts/util/stats_util.doxygen: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/scripts/util/stats_util.doxygen -------------------------------------------------------------------------------- /scripts/util/stats_util.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/scripts/util/stats_util.lua -------------------------------------------------------------------------------- /scripts/util/table_desc_util.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/scripts/util/table_desc_util.lua -------------------------------------------------------------------------------- /scripts/util/table_util.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/scripts/util/table_util.lua -------------------------------------------------------------------------------- /scripts/util/test_utils.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/scripts/util/test_utils.lua -------------------------------------------------------------------------------- /scripts/util/time_step_util.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/scripts/util/time_step_util.lua -------------------------------------------------------------------------------- /scripts/util/user_data_util.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/scripts/util/user_data_util.lua -------------------------------------------------------------------------------- /scripts/util/vec_util.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/scripts/util/vec_util.lua -------------------------------------------------------------------------------- /tests/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/tests/Makefile -------------------------------------------------------------------------------- /tests/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/tests/README -------------------------------------------------------------------------------- /tests/boost_ptest0.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/tests/boost_ptest0.cc -------------------------------------------------------------------------------- /tests/boost_ptest1.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/tests/boost_ptest1.cc -------------------------------------------------------------------------------- /tests/boost_test0.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/tests/boost_test0.cc -------------------------------------------------------------------------------- /tests/boost_test1.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/tests/boost_test1.cc -------------------------------------------------------------------------------- /tests/boost_test3.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/tests/boost_test3.cc -------------------------------------------------------------------------------- /tests/boost_test4.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/tests/boost_test4.cc -------------------------------------------------------------------------------- /tests/lua/sparsematrixgraph_bidirectional.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/tests/lua/sparsematrixgraph_bidirectional.lua -------------------------------------------------------------------------------- /tests/lua/sparsematrixgraph_undirected.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/tests/lua/sparsematrixgraph_undirected.lua -------------------------------------------------------------------------------- /tests/ref/boost_ptest0.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/tests/ref/boost_ptest0.out -------------------------------------------------------------------------------- /tests/ref/boost_ptest1.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/tests/ref/boost_ptest1.out -------------------------------------------------------------------------------- /tests/ref/boost_ptest3.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/tests/ref/boost_ptest3.out -------------------------------------------------------------------------------- /tests/ref/boost_test0.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/tests/ref/boost_test0.out -------------------------------------------------------------------------------- /tests/ref/boost_test1.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/tests/ref/boost_test1.out -------------------------------------------------------------------------------- /tests/ref/boost_test3.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/tests/ref/boost_test3.out -------------------------------------------------------------------------------- /tests/ref/boost_test4.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/tests/ref/boost_test4.out -------------------------------------------------------------------------------- /tests/ref/sm_transpose.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/tests/ref/sm_transpose.out -------------------------------------------------------------------------------- /tests/sm_transpose.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/tests/sm_transpose.cc -------------------------------------------------------------------------------- /ug4.bib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ug4.bib -------------------------------------------------------------------------------- /ugbase/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/CMakeLists.txt -------------------------------------------------------------------------------- /ugbase/bindings/lua/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bindings/lua/CMakeLists.txt -------------------------------------------------------------------------------- /ugbase/bindings/lua/bindings_lua.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bindings/lua/bindings_lua.cpp -------------------------------------------------------------------------------- /ugbase/bindings/lua/bindings_lua.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bindings/lua/bindings_lua.h -------------------------------------------------------------------------------- /ugbase/bindings/lua/compiler/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bindings/lua/compiler/Makefile -------------------------------------------------------------------------------- /ugbase/bindings/lua/compiler/converter.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bindings/lua/compiler/converter.cpp -------------------------------------------------------------------------------- /ugbase/bindings/lua/compiler/lexer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bindings/lua/compiler/lexer.cpp -------------------------------------------------------------------------------- /ugbase/bindings/lua/compiler/lexer.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bindings/lua/compiler/lexer.l -------------------------------------------------------------------------------- /ugbase/bindings/lua/compiler/lua_compiler.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bindings/lua/compiler/lua_compiler.cpp -------------------------------------------------------------------------------- /ugbase/bindings/lua/compiler/lua_compiler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bindings/lua/compiler/lua_compiler.h -------------------------------------------------------------------------------- /ugbase/bindings/lua/compiler/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bindings/lua/compiler/main.cpp -------------------------------------------------------------------------------- /ugbase/bindings/lua/compiler/parser.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bindings/lua/compiler/parser.cpp -------------------------------------------------------------------------------- /ugbase/bindings/lua/compiler/parser.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bindings/lua/compiler/parser.hpp -------------------------------------------------------------------------------- /ugbase/bindings/lua/compiler/parser.y: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bindings/lua/compiler/parser.y -------------------------------------------------------------------------------- /ugbase/bindings/lua/compiler/parser_node.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bindings/lua/compiler/parser_node.h -------------------------------------------------------------------------------- /ugbase/bindings/lua/compiler/system_call.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bindings/lua/compiler/system_call.cpp -------------------------------------------------------------------------------- /ugbase/bindings/lua/compiler/system_call.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bindings/lua/compiler/system_call.h -------------------------------------------------------------------------------- /ugbase/bindings/lua/compiler/vm.doxygen: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bindings/lua/compiler/vm.doxygen -------------------------------------------------------------------------------- /ugbase/bindings/lua/compiler/vm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bindings/lua/compiler/vm.h -------------------------------------------------------------------------------- /ugbase/bindings/lua/externals/lua/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bindings/lua/externals/lua/README -------------------------------------------------------------------------------- /ugbase/bindings/lua/externals/lua/lapi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bindings/lua/externals/lua/lapi.c -------------------------------------------------------------------------------- /ugbase/bindings/lua/externals/lua/lapi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bindings/lua/externals/lua/lapi.h -------------------------------------------------------------------------------- /ugbase/bindings/lua/externals/lua/lauxlib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bindings/lua/externals/lua/lauxlib.c -------------------------------------------------------------------------------- /ugbase/bindings/lua/externals/lua/lauxlib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bindings/lua/externals/lua/lauxlib.h -------------------------------------------------------------------------------- /ugbase/bindings/lua/externals/lua/lbaselib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bindings/lua/externals/lua/lbaselib.c -------------------------------------------------------------------------------- /ugbase/bindings/lua/externals/lua/lcode.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bindings/lua/externals/lua/lcode.c -------------------------------------------------------------------------------- /ugbase/bindings/lua/externals/lua/lcode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bindings/lua/externals/lua/lcode.h -------------------------------------------------------------------------------- /ugbase/bindings/lua/externals/lua/ldblib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bindings/lua/externals/lua/ldblib.c -------------------------------------------------------------------------------- /ugbase/bindings/lua/externals/lua/ldebug.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bindings/lua/externals/lua/ldebug.c -------------------------------------------------------------------------------- /ugbase/bindings/lua/externals/lua/ldebug.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bindings/lua/externals/lua/ldebug.h -------------------------------------------------------------------------------- /ugbase/bindings/lua/externals/lua/ldo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bindings/lua/externals/lua/ldo.c -------------------------------------------------------------------------------- /ugbase/bindings/lua/externals/lua/ldo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bindings/lua/externals/lua/ldo.h -------------------------------------------------------------------------------- /ugbase/bindings/lua/externals/lua/ldump.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bindings/lua/externals/lua/ldump.c -------------------------------------------------------------------------------- /ugbase/bindings/lua/externals/lua/lfunc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bindings/lua/externals/lua/lfunc.c -------------------------------------------------------------------------------- /ugbase/bindings/lua/externals/lua/lfunc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bindings/lua/externals/lua/lfunc.h -------------------------------------------------------------------------------- /ugbase/bindings/lua/externals/lua/lgc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bindings/lua/externals/lua/lgc.c -------------------------------------------------------------------------------- /ugbase/bindings/lua/externals/lua/lgc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bindings/lua/externals/lua/lgc.h -------------------------------------------------------------------------------- /ugbase/bindings/lua/externals/lua/linit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bindings/lua/externals/lua/linit.c -------------------------------------------------------------------------------- /ugbase/bindings/lua/externals/lua/liolib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bindings/lua/externals/lua/liolib.c -------------------------------------------------------------------------------- /ugbase/bindings/lua/externals/lua/llex.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bindings/lua/externals/lua/llex.c -------------------------------------------------------------------------------- /ugbase/bindings/lua/externals/lua/llex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bindings/lua/externals/lua/llex.h -------------------------------------------------------------------------------- /ugbase/bindings/lua/externals/lua/llimits.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bindings/lua/externals/lua/llimits.h -------------------------------------------------------------------------------- /ugbase/bindings/lua/externals/lua/lmathlib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bindings/lua/externals/lua/lmathlib.c -------------------------------------------------------------------------------- /ugbase/bindings/lua/externals/lua/lmem.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bindings/lua/externals/lua/lmem.c -------------------------------------------------------------------------------- /ugbase/bindings/lua/externals/lua/lmem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bindings/lua/externals/lua/lmem.h -------------------------------------------------------------------------------- /ugbase/bindings/lua/externals/lua/loadlib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bindings/lua/externals/lua/loadlib.c -------------------------------------------------------------------------------- /ugbase/bindings/lua/externals/lua/lobject.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bindings/lua/externals/lua/lobject.c -------------------------------------------------------------------------------- /ugbase/bindings/lua/externals/lua/lobject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bindings/lua/externals/lua/lobject.h -------------------------------------------------------------------------------- /ugbase/bindings/lua/externals/lua/lopcodes.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bindings/lua/externals/lua/lopcodes.c -------------------------------------------------------------------------------- /ugbase/bindings/lua/externals/lua/lopcodes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bindings/lua/externals/lua/lopcodes.h -------------------------------------------------------------------------------- /ugbase/bindings/lua/externals/lua/loslib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bindings/lua/externals/lua/loslib.c -------------------------------------------------------------------------------- /ugbase/bindings/lua/externals/lua/lparser.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bindings/lua/externals/lua/lparser.c -------------------------------------------------------------------------------- /ugbase/bindings/lua/externals/lua/lparser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bindings/lua/externals/lua/lparser.h -------------------------------------------------------------------------------- /ugbase/bindings/lua/externals/lua/lstate.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bindings/lua/externals/lua/lstate.c -------------------------------------------------------------------------------- /ugbase/bindings/lua/externals/lua/lstate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bindings/lua/externals/lua/lstate.h -------------------------------------------------------------------------------- /ugbase/bindings/lua/externals/lua/lstring.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bindings/lua/externals/lua/lstring.c -------------------------------------------------------------------------------- /ugbase/bindings/lua/externals/lua/lstring.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bindings/lua/externals/lua/lstring.h -------------------------------------------------------------------------------- /ugbase/bindings/lua/externals/lua/lstrlib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bindings/lua/externals/lua/lstrlib.c -------------------------------------------------------------------------------- /ugbase/bindings/lua/externals/lua/ltable.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bindings/lua/externals/lua/ltable.c -------------------------------------------------------------------------------- /ugbase/bindings/lua/externals/lua/ltable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bindings/lua/externals/lua/ltable.h -------------------------------------------------------------------------------- /ugbase/bindings/lua/externals/lua/ltablib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bindings/lua/externals/lua/ltablib.c -------------------------------------------------------------------------------- /ugbase/bindings/lua/externals/lua/ltm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bindings/lua/externals/lua/ltm.c -------------------------------------------------------------------------------- /ugbase/bindings/lua/externals/lua/ltm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bindings/lua/externals/lua/ltm.h -------------------------------------------------------------------------------- /ugbase/bindings/lua/externals/lua/lua.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bindings/lua/externals/lua/lua.h -------------------------------------------------------------------------------- /ugbase/bindings/lua/externals/lua/luaconf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bindings/lua/externals/lua/luaconf.h -------------------------------------------------------------------------------- /ugbase/bindings/lua/externals/lua/lualib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bindings/lua/externals/lua/lualib.h -------------------------------------------------------------------------------- /ugbase/bindings/lua/externals/lua/lundump.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bindings/lua/externals/lua/lundump.c -------------------------------------------------------------------------------- /ugbase/bindings/lua/externals/lua/lundump.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bindings/lua/externals/lua/lundump.h -------------------------------------------------------------------------------- /ugbase/bindings/lua/externals/lua/lvm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bindings/lua/externals/lua/lvm.c -------------------------------------------------------------------------------- /ugbase/bindings/lua/externals/lua/lvm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bindings/lua/externals/lua/lvm.h -------------------------------------------------------------------------------- /ugbase/bindings/lua/externals/lua/lzio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bindings/lua/externals/lua/lzio.c -------------------------------------------------------------------------------- /ugbase/bindings/lua/externals/lua/lzio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bindings/lua/externals/lua/lzio.h -------------------------------------------------------------------------------- /ugbase/bindings/lua/info_commands.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bindings/lua/info_commands.cpp -------------------------------------------------------------------------------- /ugbase/bindings/lua/info_commands.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bindings/lua/info_commands.h -------------------------------------------------------------------------------- /ugbase/bindings/lua/lua_debug.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bindings/lua/lua_debug.cpp -------------------------------------------------------------------------------- /ugbase/bindings/lua/lua_debug.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bindings/lua/lua_debug.h -------------------------------------------------------------------------------- /ugbase/bindings/lua/lua_function_handle.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bindings/lua/lua_function_handle.h -------------------------------------------------------------------------------- /ugbase/bindings/lua/lua_parsing.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bindings/lua/lua_parsing.h -------------------------------------------------------------------------------- /ugbase/bindings/lua/lua_serialization.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bindings/lua/lua_serialization.cpp -------------------------------------------------------------------------------- /ugbase/bindings/lua/lua_stack.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bindings/lua/lua_stack.cpp -------------------------------------------------------------------------------- /ugbase/bindings/lua/lua_stack.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bindings/lua/lua_stack.h -------------------------------------------------------------------------------- /ugbase/bindings/lua/lua_stack_check.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bindings/lua/lua_stack_check.h -------------------------------------------------------------------------------- /ugbase/bindings/lua/lua_table_handle.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bindings/lua/lua_table_handle.cpp -------------------------------------------------------------------------------- /ugbase/bindings/lua/lua_table_handle.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bindings/lua/lua_table_handle.h -------------------------------------------------------------------------------- /ugbase/bindings/lua/lua_traits.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bindings/lua/lua_traits.h -------------------------------------------------------------------------------- /ugbase/bindings/lua/lua_user_data.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bindings/lua/lua_user_data.cpp -------------------------------------------------------------------------------- /ugbase/bindings/lua/lua_user_data.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bindings/lua/lua_user_data.h -------------------------------------------------------------------------------- /ugbase/bindings/lua/lua_user_data_impl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bindings/lua/lua_user_data_impl.h -------------------------------------------------------------------------------- /ugbase/bindings/lua/lua_util.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bindings/lua/lua_util.cpp -------------------------------------------------------------------------------- /ugbase/bindings/lua/lua_util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bindings/lua/lua_util.h -------------------------------------------------------------------------------- /ugbase/bindings/vrl/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bindings/vrl/CMakeLists.txt -------------------------------------------------------------------------------- /ugbase/bindings/vrl/basicTest.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bindings/vrl/basicTest.cpp -------------------------------------------------------------------------------- /ugbase/bindings/vrl/basicTest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bindings/vrl/basicTest.h -------------------------------------------------------------------------------- /ugbase/bindings/vrl/bindings_vrl.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bindings/vrl/bindings_vrl.cpp -------------------------------------------------------------------------------- /ugbase/bindings/vrl/bindings_vrl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bindings/vrl/bindings_vrl.h -------------------------------------------------------------------------------- /ugbase/bindings/vrl/bindings_vrl_native.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bindings/vrl/bindings_vrl_native.h -------------------------------------------------------------------------------- /ugbase/bindings/vrl/canvas.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bindings/vrl/canvas.cpp -------------------------------------------------------------------------------- /ugbase/bindings/vrl/canvas.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bindings/vrl/canvas.h -------------------------------------------------------------------------------- /ugbase/bindings/vrl/invocation.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bindings/vrl/invocation.cpp -------------------------------------------------------------------------------- /ugbase/bindings/vrl/invocation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bindings/vrl/invocation.h -------------------------------------------------------------------------------- /ugbase/bindings/vrl/messaging.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bindings/vrl/messaging.cpp -------------------------------------------------------------------------------- /ugbase/bindings/vrl/messaging.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bindings/vrl/messaging.h -------------------------------------------------------------------------------- /ugbase/bindings/vrl/playground.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bindings/vrl/playground.cpp -------------------------------------------------------------------------------- /ugbase/bindings/vrl/playground.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bindings/vrl/playground.h -------------------------------------------------------------------------------- /ugbase/bindings/vrl/threading.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bindings/vrl/threading.h -------------------------------------------------------------------------------- /ugbase/bindings/vrl/type_converter.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bindings/vrl/type_converter.cpp -------------------------------------------------------------------------------- /ugbase/bindings/vrl/type_converter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bindings/vrl/type_converter.h -------------------------------------------------------------------------------- /ugbase/bindings/vrl/user_data.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bindings/vrl/user_data.cpp -------------------------------------------------------------------------------- /ugbase/bindings/vrl/user_data.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bindings/vrl/user_data.h -------------------------------------------------------------------------------- /ugbase/bindings/vrl/vrl_bridge.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bindings/vrl/vrl_bridge.cpp -------------------------------------------------------------------------------- /ugbase/bindings/vrl/vrl_bridge.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bindings/vrl/vrl_bridge.h -------------------------------------------------------------------------------- /ugbase/bridge/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bridge/CMakeLists.txt -------------------------------------------------------------------------------- /ugbase/bridge/algebra_bridges/gpu_bridge.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bridge/algebra_bridges/gpu_bridge.cpp -------------------------------------------------------------------------------- /ugbase/bridge/algebra_bridges/pilut_bridge.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bridge/algebra_bridges/pilut_bridge.cpp -------------------------------------------------------------------------------- /ugbase/bridge/algebra_bridges/schur_bridge.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bridge/algebra_bridges/schur_bridge.cpp -------------------------------------------------------------------------------- /ugbase/bridge/bridge.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bridge/bridge.cpp -------------------------------------------------------------------------------- /ugbase/bridge/bridge.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bridge/bridge.h -------------------------------------------------------------------------------- /ugbase/bridge/disc_bridges/algebra_bridge.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bridge/disc_bridges/algebra_bridge.cpp -------------------------------------------------------------------------------- /ugbase/bridge/disc_bridges/common_bridge.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bridge/disc_bridges/common_bridge.cpp -------------------------------------------------------------------------------- /ugbase/bridge/disc_bridges/disc_bridge.doxygen: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bridge/disc_bridges/disc_bridge.doxygen -------------------------------------------------------------------------------- /ugbase/bridge/disc_bridges/ordering_bridge.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bridge/disc_bridges/ordering_bridge.cpp -------------------------------------------------------------------------------- /ugbase/bridge/disc_bridges/output_bridge.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bridge/disc_bridges/output_bridge.cpp -------------------------------------------------------------------------------- /ugbase/bridge/domain_bridges/domain_bridge.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bridge/domain_bridges/domain_bridge.cpp -------------------------------------------------------------------------------- /ugbase/bridge/grid_bridges/debug_bridge.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bridge/grid_bridges/debug_bridge.cpp -------------------------------------------------------------------------------- /ugbase/bridge/grid_bridges/file_io_bridge.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bridge/grid_bridges/file_io_bridge.cpp -------------------------------------------------------------------------------- /ugbase/bridge/grid_bridges/grid_bridge.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bridge/grid_bridges/grid_bridge.cpp -------------------------------------------------------------------------------- /ugbase/bridge/grid_bridges/grid_bridges.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bridge/grid_bridges/grid_bridges.cpp -------------------------------------------------------------------------------- /ugbase/bridge/grid_bridges/grid_bridges.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bridge/grid_bridges/grid_bridges.h -------------------------------------------------------------------------------- /ugbase/bridge/grid_bridges/layers_bridge.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bridge/grid_bridges/layers_bridge.cpp -------------------------------------------------------------------------------- /ugbase/bridge/grid_bridges/misc_bridge.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bridge/grid_bridges/misc_bridge.cpp -------------------------------------------------------------------------------- /ugbase/bridge/grid_bridges/selector_bridge.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bridge/grid_bridges/selector_bridge.cpp -------------------------------------------------------------------------------- /ugbase/bridge/misc_bridges/misc_bridge.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bridge/misc_bridges/misc_bridge.cpp -------------------------------------------------------------------------------- /ugbase/bridge/misc_bridges/misc_bridge.doxygen: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bridge/misc_bridges/misc_bridge.doxygen -------------------------------------------------------------------------------- /ugbase/bridge/misc_bridges/pcl_bridge.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bridge/misc_bridges/pcl_bridge.cpp -------------------------------------------------------------------------------- /ugbase/bridge/misc_bridges/profiler_bridge.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bridge/misc_bridges/profiler_bridge.cpp -------------------------------------------------------------------------------- /ugbase/bridge/misc_bridges/raster_bridge.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bridge/misc_bridges/raster_bridge.cpp -------------------------------------------------------------------------------- /ugbase/bridge/misc_bridges/test_bridge.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bridge/misc_bridges/test_bridge.cpp -------------------------------------------------------------------------------- /ugbase/bridge/misc_bridges/util_bridge.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bridge/misc_bridges/util_bridge.cpp -------------------------------------------------------------------------------- /ugbase/bridge/misc_bridges/vec_math_bridge.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bridge/misc_bridges/vec_math_bridge.cpp -------------------------------------------------------------------------------- /ugbase/bridge/standard_bridges.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bridge/standard_bridges.h -------------------------------------------------------------------------------- /ugbase/bridge/suffix_tag.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bridge/suffix_tag.h -------------------------------------------------------------------------------- /ugbase/bridge/util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bridge/util.h -------------------------------------------------------------------------------- /ugbase/bridge/util_algebra_dependent.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bridge/util_algebra_dependent.h -------------------------------------------------------------------------------- /ugbase/bridge/util_domain_algebra_dependent.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bridge/util_domain_algebra_dependent.h -------------------------------------------------------------------------------- /ugbase/bridge/util_domain_dependent.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bridge/util_domain_dependent.h -------------------------------------------------------------------------------- /ugbase/bridge/util_overloaded.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/bridge/util_overloaded.h -------------------------------------------------------------------------------- /ugbase/common/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/CMakeLists.txt -------------------------------------------------------------------------------- /ugbase/common/assert.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/assert.cpp -------------------------------------------------------------------------------- /ugbase/common/assert.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/assert.h -------------------------------------------------------------------------------- /ugbase/common/authors.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/authors.h -------------------------------------------------------------------------------- /ugbase/common/boost_serialization.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/boost_serialization.h -------------------------------------------------------------------------------- /ugbase/common/boost_serialization_routines.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/boost_serialization_routines.h -------------------------------------------------------------------------------- /ugbase/common/catch_std.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/catch_std.h -------------------------------------------------------------------------------- /ugbase/common/common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/common.h -------------------------------------------------------------------------------- /ugbase/common/debug_id.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/debug_id.cpp -------------------------------------------------------------------------------- /ugbase/common/debug_id.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/debug_id.h -------------------------------------------------------------------------------- /ugbase/common/debug_print.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/debug_print.h -------------------------------------------------------------------------------- /ugbase/common/error.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/error.cpp -------------------------------------------------------------------------------- /ugbase/common/error.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/error.h -------------------------------------------------------------------------------- /ugbase/common/log.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/log.cpp -------------------------------------------------------------------------------- /ugbase/common/log.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/log.h -------------------------------------------------------------------------------- /ugbase/common/log_impl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/log_impl.h -------------------------------------------------------------------------------- /ugbase/common/math/misc/eigenvalues.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/math/misc/eigenvalues.cpp -------------------------------------------------------------------------------- /ugbase/common/math/misc/eigenvalues.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/math/misc/eigenvalues.h -------------------------------------------------------------------------------- /ugbase/common/math/misc/lineintersect_utils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/math/misc/lineintersect_utils.h -------------------------------------------------------------------------------- /ugbase/common/math/misc/math_constants.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/math/misc/math_constants.h -------------------------------------------------------------------------------- /ugbase/common/math/misc/math_util.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/math/misc/math_util.cpp -------------------------------------------------------------------------------- /ugbase/common/math/misc/math_util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/math/misc/math_util.h -------------------------------------------------------------------------------- /ugbase/common/math/misc/math_util_impl.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/math/misc/math_util_impl.hpp -------------------------------------------------------------------------------- /ugbase/common/math/misc/orthopoly.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/math/misc/orthopoly.cpp -------------------------------------------------------------------------------- /ugbase/common/math/misc/orthopoly.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/math/misc/orthopoly.h -------------------------------------------------------------------------------- /ugbase/common/math/misc/shapes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/math/misc/shapes.h -------------------------------------------------------------------------------- /ugbase/common/math/misc/shapes_impl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/math/misc/shapes_impl.h -------------------------------------------------------------------------------- /ugbase/common/math/misc/tri_box.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/math/misc/tri_box.cpp -------------------------------------------------------------------------------- /ugbase/common/math/misc/tritri.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/math/misc/tritri.cpp -------------------------------------------------------------------------------- /ugbase/common/math/ugmath.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/math/ugmath.h -------------------------------------------------------------------------------- /ugbase/common/math/ugmath_types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/math/ugmath_types.h -------------------------------------------------------------------------------- /ugbase/common/node_tree/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/node_tree/CMakeLists.txt -------------------------------------------------------------------------------- /ugbase/common/node_tree/boxed_group_node.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/node_tree/boxed_group_node.cpp -------------------------------------------------------------------------------- /ugbase/common/node_tree/boxed_group_node.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/node_tree/boxed_group_node.h -------------------------------------------------------------------------------- /ugbase/common/node_tree/collision_edges_node.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/node_tree/collision_edges_node.h -------------------------------------------------------------------------------- /ugbase/common/node_tree/group_node.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/node_tree/group_node.cpp -------------------------------------------------------------------------------- /ugbase/common/node_tree/group_node.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/node_tree/group_node.h -------------------------------------------------------------------------------- /ugbase/common/node_tree/node.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/node_tree/node.h -------------------------------------------------------------------------------- /ugbase/common/node_tree/node_tree.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/node_tree/node_tree.h -------------------------------------------------------------------------------- /ugbase/common/node_tree/object.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/node_tree/object.h -------------------------------------------------------------------------------- /ugbase/common/node_tree/octree.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/node_tree/octree.cpp -------------------------------------------------------------------------------- /ugbase/common/node_tree/octree.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/node_tree/octree.h -------------------------------------------------------------------------------- /ugbase/common/node_tree/traverser.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/node_tree/traverser.cpp -------------------------------------------------------------------------------- /ugbase/common/node_tree/traverser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/node_tree/traverser.h -------------------------------------------------------------------------------- /ugbase/common/parser/rapidxml/license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/parser/rapidxml/license.txt -------------------------------------------------------------------------------- /ugbase/common/parser/rapidxml/manual.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/parser/rapidxml/manual.html -------------------------------------------------------------------------------- /ugbase/common/parser/rapidxml/rapidxml.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/parser/rapidxml/rapidxml.hpp -------------------------------------------------------------------------------- /ugbase/common/profiler/Shiny C++ Profiler.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/profiler/Shiny C++ Profiler.htm -------------------------------------------------------------------------------- /ugbase/common/profiler/freq_adapt.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/profiler/freq_adapt.cpp -------------------------------------------------------------------------------- /ugbase/common/profiler/freq_adapt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/profiler/freq_adapt.h -------------------------------------------------------------------------------- /ugbase/common/profiler/memtracker.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/profiler/memtracker.cpp -------------------------------------------------------------------------------- /ugbase/common/profiler/memtracker.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/profiler/memtracker.h -------------------------------------------------------------------------------- /ugbase/common/profiler/memtracker_disabled.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/profiler/memtracker_disabled.cpp -------------------------------------------------------------------------------- /ugbase/common/profiler/profile_call.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/profiler/profile_call.h -------------------------------------------------------------------------------- /ugbase/common/profiler/profile_node.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/profiler/profile_node.cpp -------------------------------------------------------------------------------- /ugbase/common/profiler/profile_node.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/profiler/profile_node.h -------------------------------------------------------------------------------- /ugbase/common/profiler/profiler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/profiler/profiler.h -------------------------------------------------------------------------------- /ugbase/common/profiler/profiler_c.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/profiler/profiler_c.h -------------------------------------------------------------------------------- /ugbase/common/profiler/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/profiler/readme.txt -------------------------------------------------------------------------------- /ugbase/common/profiler/runtime_profile_info.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/profiler/runtime_profile_info.h -------------------------------------------------------------------------------- /ugbase/common/profiler/shiny_call_logging.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/profiler/shiny_call_logging.cpp -------------------------------------------------------------------------------- /ugbase/common/profiler/shiny_call_logging.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/profiler/shiny_call_logging.h -------------------------------------------------------------------------------- /ugbase/common/profiler/shiny_doc_8h.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/profiler/shiny_doc_8h.html -------------------------------------------------------------------------------- /ugbase/common/profiler/src/Shiny.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/profiler/src/Shiny.h -------------------------------------------------------------------------------- /ugbase/common/profiler/src/ShinyConfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/profiler/src/ShinyConfig.h -------------------------------------------------------------------------------- /ugbase/common/profiler/src/ShinyData.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/profiler/src/ShinyData.h -------------------------------------------------------------------------------- /ugbase/common/profiler/src/ShinyMacros.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/profiler/src/ShinyMacros.h -------------------------------------------------------------------------------- /ugbase/common/profiler/src/ShinyManager.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/profiler/src/ShinyManager.cpp -------------------------------------------------------------------------------- /ugbase/common/profiler/src/ShinyManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/profiler/src/ShinyManager.h -------------------------------------------------------------------------------- /ugbase/common/profiler/src/ShinyNode.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/profiler/src/ShinyNode.cpp -------------------------------------------------------------------------------- /ugbase/common/profiler/src/ShinyNode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/profiler/src/ShinyNode.h -------------------------------------------------------------------------------- /ugbase/common/profiler/src/ShinyNodePool.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/profiler/src/ShinyNodePool.cpp -------------------------------------------------------------------------------- /ugbase/common/profiler/src/ShinyNodePool.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/profiler/src/ShinyNodePool.h -------------------------------------------------------------------------------- /ugbase/common/profiler/src/ShinyOutput.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/profiler/src/ShinyOutput.cpp -------------------------------------------------------------------------------- /ugbase/common/profiler/src/ShinyOutput.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/profiler/src/ShinyOutput.h -------------------------------------------------------------------------------- /ugbase/common/profiler/src/ShinyPrereqs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/profiler/src/ShinyPrereqs.h -------------------------------------------------------------------------------- /ugbase/common/profiler/src/ShinyTools.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/profiler/src/ShinyTools.cpp -------------------------------------------------------------------------------- /ugbase/common/profiler/src/ShinyTools.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/profiler/src/ShinyTools.h -------------------------------------------------------------------------------- /ugbase/common/profiler/src/ShinyZone.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/profiler/src/ShinyZone.h -------------------------------------------------------------------------------- /ugbase/common/progress.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/progress.cpp -------------------------------------------------------------------------------- /ugbase/common/progress.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/progress.h -------------------------------------------------------------------------------- /ugbase/common/serialization.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/serialization.cpp -------------------------------------------------------------------------------- /ugbase/common/serialization.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/serialization.h -------------------------------------------------------------------------------- /ugbase/common/space_partitioning/kd_tree.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/space_partitioning/kd_tree.h -------------------------------------------------------------------------------- /ugbase/common/space_partitioning/ntree.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/space_partitioning/ntree.h -------------------------------------------------------------------------------- /ugbase/common/static_assert.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/static_assert.h -------------------------------------------------------------------------------- /ugbase/common/stopwatch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/stopwatch.h -------------------------------------------------------------------------------- /ugbase/common/types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/types.h -------------------------------------------------------------------------------- /ugbase/common/ug_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/ug_config.h -------------------------------------------------------------------------------- /ugbase/common/util/archivar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/util/archivar.h -------------------------------------------------------------------------------- /ugbase/common/util/array_util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/util/array_util.h -------------------------------------------------------------------------------- /ugbase/common/util/base64_file_writer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/util/base64_file_writer.cpp -------------------------------------------------------------------------------- /ugbase/common/util/base64_file_writer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/util/base64_file_writer.h -------------------------------------------------------------------------------- /ugbase/common/util/binary_buffer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/util/binary_buffer.cpp -------------------------------------------------------------------------------- /ugbase/common/util/binary_buffer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/util/binary_buffer.h -------------------------------------------------------------------------------- /ugbase/common/util/binary_buffer_impl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/util/binary_buffer_impl.h -------------------------------------------------------------------------------- /ugbase/common/util/binary_stream.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/util/binary_stream.cpp -------------------------------------------------------------------------------- /ugbase/common/util/binary_stream.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/util/binary_stream.h -------------------------------------------------------------------------------- /ugbase/common/util/bucket_sorter.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/util/bucket_sorter.hpp -------------------------------------------------------------------------------- /ugbase/common/util/crc32.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/util/crc32.cpp -------------------------------------------------------------------------------- /ugbase/common/util/crc32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/util/crc32.h -------------------------------------------------------------------------------- /ugbase/common/util/demangle.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/util/demangle.cpp -------------------------------------------------------------------------------- /ugbase/common/util/demangle.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/util/demangle.h -------------------------------------------------------------------------------- /ugbase/common/util/dynamic_library_util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/util/dynamic_library_util.h -------------------------------------------------------------------------------- /ugbase/common/util/empty_stream.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/util/empty_stream.h -------------------------------------------------------------------------------- /ugbase/common/util/end_boost_list.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/util/end_boost_list.h -------------------------------------------------------------------------------- /ugbase/common/util/endian_detection.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/util/endian_detection.h -------------------------------------------------------------------------------- /ugbase/common/util/factory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/util/factory.h -------------------------------------------------------------------------------- /ugbase/common/util/field.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/util/field.h -------------------------------------------------------------------------------- /ugbase/common/util/field_impl.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/util/field_impl.hpp -------------------------------------------------------------------------------- /ugbase/common/util/file_util.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/util/file_util.cpp -------------------------------------------------------------------------------- /ugbase/common/util/file_util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/util/file_util.h -------------------------------------------------------------------------------- /ugbase/common/util/flags.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/util/flags.h -------------------------------------------------------------------------------- /ugbase/common/util/function_cast.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/util/function_cast.h -------------------------------------------------------------------------------- /ugbase/common/util/hash.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/util/hash.h -------------------------------------------------------------------------------- /ugbase/common/util/hash_function.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/util/hash_function.h -------------------------------------------------------------------------------- /ugbase/common/util/hash_impl.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/util/hash_impl.hpp -------------------------------------------------------------------------------- /ugbase/common/util/hash_iterator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/util/hash_iterator.h -------------------------------------------------------------------------------- /ugbase/common/util/histogramm.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/util/histogramm.cpp -------------------------------------------------------------------------------- /ugbase/common/util/histogramm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/util/histogramm.h -------------------------------------------------------------------------------- /ugbase/common/util/index_list_util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/util/index_list_util.h -------------------------------------------------------------------------------- /ugbase/common/util/loader/loader_obj.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/util/loader/loader_obj.cpp -------------------------------------------------------------------------------- /ugbase/common/util/loader/loader_obj.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/util/loader/loader_obj.h -------------------------------------------------------------------------------- /ugbase/common/util/loader/loader_util.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/util/loader/loader_util.cpp -------------------------------------------------------------------------------- /ugbase/common/util/loader/loader_util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/util/loader/loader_util.h -------------------------------------------------------------------------------- /ugbase/common/util/mem_info.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/util/mem_info.cpp -------------------------------------------------------------------------------- /ugbase/common/util/mem_info.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/util/mem_info.h -------------------------------------------------------------------------------- /ugbase/common/util/mem_info_apple.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/util/mem_info_apple.cpp -------------------------------------------------------------------------------- /ugbase/common/util/mem_info_linux.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/util/mem_info_linux.cpp -------------------------------------------------------------------------------- /ugbase/common/util/message_hub.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/util/message_hub.cpp -------------------------------------------------------------------------------- /ugbase/common/util/message_hub.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/util/message_hub.h -------------------------------------------------------------------------------- /ugbase/common/util/message_hub_impl.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/util/message_hub_impl.hpp -------------------------------------------------------------------------------- /ugbase/common/util/metaprogramming_util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/util/metaprogramming_util.h -------------------------------------------------------------------------------- /ugbase/common/util/number_util.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/util/number_util.cpp -------------------------------------------------------------------------------- /ugbase/common/util/number_util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/util/number_util.h -------------------------------------------------------------------------------- /ugbase/common/util/os_info.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/util/os_info.h -------------------------------------------------------------------------------- /ugbase/common/util/ostream_buffer_splitter.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/util/ostream_buffer_splitter.cpp -------------------------------------------------------------------------------- /ugbase/common/util/ostream_buffer_splitter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/util/ostream_buffer_splitter.h -------------------------------------------------------------------------------- /ugbase/common/util/ostream_util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/util/ostream_util.h -------------------------------------------------------------------------------- /ugbase/common/util/owned_pointer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/util/owned_pointer.h -------------------------------------------------------------------------------- /ugbase/common/util/parameter_parsing.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/util/parameter_parsing.cpp -------------------------------------------------------------------------------- /ugbase/common/util/parameter_parsing.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/util/parameter_parsing.h -------------------------------------------------------------------------------- /ugbase/common/util/path_provider.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/util/path_provider.h -------------------------------------------------------------------------------- /ugbase/common/util/plugin_util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/util/plugin_util.h -------------------------------------------------------------------------------- /ugbase/common/util/plugin_util_dynamic.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/util/plugin_util_dynamic.cpp -------------------------------------------------------------------------------- /ugbase/common/util/plugin_util_embedded.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/util/plugin_util_embedded.cpp -------------------------------------------------------------------------------- /ugbase/common/util/pointer_const_array.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/util/pointer_const_array.h -------------------------------------------------------------------------------- /ugbase/common/util/provider.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/util/provider.h -------------------------------------------------------------------------------- /ugbase/common/util/raster.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/util/raster.h -------------------------------------------------------------------------------- /ugbase/common/util/raster_impl.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/util/raster_impl.hpp -------------------------------------------------------------------------------- /ugbase/common/util/raster_kernels.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/util/raster_kernels.h -------------------------------------------------------------------------------- /ugbase/common/util/section_container.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/util/section_container.h -------------------------------------------------------------------------------- /ugbase/common/util/section_container.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/util/section_container.hpp -------------------------------------------------------------------------------- /ugbase/common/util/smart_pointer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/util/smart_pointer.h -------------------------------------------------------------------------------- /ugbase/common/util/sort_util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/util/sort_util.h -------------------------------------------------------------------------------- /ugbase/common/util/string_concat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/util/string_concat.h -------------------------------------------------------------------------------- /ugbase/common/util/string_table_stream.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/util/string_table_stream.h -------------------------------------------------------------------------------- /ugbase/common/util/string_util.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/util/string_util.cpp -------------------------------------------------------------------------------- /ugbase/common/util/string_util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/util/string_util.h -------------------------------------------------------------------------------- /ugbase/common/util/stringify.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/util/stringify.h -------------------------------------------------------------------------------- /ugbase/common/util/table.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/util/table.h -------------------------------------------------------------------------------- /ugbase/common/util/table_impl.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/util/table_impl.hpp -------------------------------------------------------------------------------- /ugbase/common/util/tar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/util/tar.h -------------------------------------------------------------------------------- /ugbase/common/util/trace.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/util/trace.h -------------------------------------------------------------------------------- /ugbase/common/util/typename.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/util/typename.h -------------------------------------------------------------------------------- /ugbase/common/util/uid.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/util/uid.h -------------------------------------------------------------------------------- /ugbase/common/util/util.doxygen: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/util/util.doxygen -------------------------------------------------------------------------------- /ugbase/common/util/variant.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/util/variant.cpp -------------------------------------------------------------------------------- /ugbase/common/util/variant.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/util/variant.h -------------------------------------------------------------------------------- /ugbase/common/util/vec_for_each.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/util/vec_for_each.h -------------------------------------------------------------------------------- /ugbase/common/util/vector_util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/common/util/vector_util.h -------------------------------------------------------------------------------- /ugbase/compile_info/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/compile_info/CMakeLists.txt -------------------------------------------------------------------------------- /ugbase/compile_info/compile_info.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/compile_info/compile_info.cpp -------------------------------------------------------------------------------- /ugbase/compile_info/compile_info.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/compile_info/compile_info.h -------------------------------------------------------------------------------- /ugbase/lib_algebra/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_algebra/CMakeLists.txt -------------------------------------------------------------------------------- /ugbase/lib_algebra/active_set/active_set.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_algebra/active_set/active_set.h -------------------------------------------------------------------------------- /ugbase/lib_algebra/adapter/slicing.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_algebra/adapter/slicing.h -------------------------------------------------------------------------------- /ugbase/lib_algebra/algebra_common/connection.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_algebra/algebra_common/connection.h -------------------------------------------------------------------------------- /ugbase/lib_algebra/algebra_common/matrixrow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_algebra/algebra_common/matrixrow.h -------------------------------------------------------------------------------- /ugbase/lib_algebra/algebra_type.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_algebra/algebra_type.cpp -------------------------------------------------------------------------------- /ugbase/lib_algebra/algebra_type.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_algebra/algebra_type.h -------------------------------------------------------------------------------- /ugbase/lib_algebra/common/csv_gnuplot_output.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_algebra/common/csv_gnuplot_output.h -------------------------------------------------------------------------------- /ugbase/lib_algebra/common/gnuplot_output.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_algebra/common/gnuplot_output.h -------------------------------------------------------------------------------- /ugbase/lib_algebra/common/graph/graph.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_algebra/common/graph/graph.h -------------------------------------------------------------------------------- /ugbase/lib_algebra/common/graph/new_graph.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_algebra/common/graph/new_graph.h -------------------------------------------------------------------------------- /ugbase/lib_algebra/common/graph/old_graph.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_algebra/common/graph/old_graph.h -------------------------------------------------------------------------------- /ugbase/lib_algebra/common/heap/boxsort.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_algebra/common/heap/boxsort.h -------------------------------------------------------------------------------- /ugbase/lib_algebra/common/heap/boxsort2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_algebra/common/heap/boxsort2.h -------------------------------------------------------------------------------- /ugbase/lib_algebra/common/heap/maxheap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_algebra/common/heap/maxheap.h -------------------------------------------------------------------------------- /ugbase/lib_algebra/common/index_view.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_algebra/common/index_view.h -------------------------------------------------------------------------------- /ugbase/lib_algebra/common/matrixio/matrix_io.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_algebra/common/matrixio/matrix_io.h -------------------------------------------------------------------------------- /ugbase/lib_algebra/common/operations.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_algebra/common/operations.h -------------------------------------------------------------------------------- /ugbase/lib_algebra/common/operations_vec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_algebra/common/operations_vec.h -------------------------------------------------------------------------------- /ugbase/lib_algebra/common/stl_debug.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_algebra/common/stl_debug.h -------------------------------------------------------------------------------- /ugbase/lib_algebra/cpu_algebra/algebra_misc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_algebra/cpu_algebra/algebra_misc.h -------------------------------------------------------------------------------- /ugbase/lib_algebra/cpu_algebra/sparsematrix.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_algebra/cpu_algebra/sparsematrix.h -------------------------------------------------------------------------------- /ugbase/lib_algebra/cpu_algebra/vector.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_algebra/cpu_algebra/vector.h -------------------------------------------------------------------------------- /ugbase/lib_algebra/cpu_algebra/vector_impl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_algebra/cpu_algebra/vector_impl.h -------------------------------------------------------------------------------- /ugbase/lib_algebra/cpu_algebra_types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_algebra/cpu_algebra_types.h -------------------------------------------------------------------------------- /ugbase/lib_algebra/debug_ids.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_algebra/debug_ids.cpp -------------------------------------------------------------------------------- /ugbase/lib_algebra/gpu_algebra/gpuvector.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_algebra/gpu_algebra/gpuvector.h -------------------------------------------------------------------------------- /ugbase/lib_algebra/lib_algebra.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_algebra/lib_algebra.h -------------------------------------------------------------------------------- /ugbase/lib_algebra/lib_algebra_impl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_algebra/lib_algebra_impl.h -------------------------------------------------------------------------------- /ugbase/lib_algebra/map_algebra/mapvector.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_algebra/map_algebra/mapvector.h -------------------------------------------------------------------------------- /ugbase/lib_algebra/operator/damping.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_algebra/operator/damping.h -------------------------------------------------------------------------------- /ugbase/lib_algebra/operator/debug_writer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_algebra/operator/debug_writer.h -------------------------------------------------------------------------------- /ugbase/lib_algebra/operator/linear_solver/cg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_algebra/operator/linear_solver/cg.h -------------------------------------------------------------------------------- /ugbase/lib_algebra/operator/linear_solver/lu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_algebra/operator/linear_solver/lu.h -------------------------------------------------------------------------------- /ugbase/lib_algebra/operator/operator_util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_algebra/operator/operator_util.h -------------------------------------------------------------------------------- /ugbase/lib_algebra/operator/vector_writer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_algebra/operator/vector_writer.h -------------------------------------------------------------------------------- /ugbase/lib_algebra/small_algebra/blocks.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_algebra/small_algebra/blocks.h -------------------------------------------------------------------------------- /ugbase/lib_algebra/small_algebra/double.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_algebra/small_algebra/double.h -------------------------------------------------------------------------------- /ugbase/lib_algebra/vector_interface/ivector.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_algebra/vector_interface/ivector.h -------------------------------------------------------------------------------- /ugbase/lib_algebra/vector_interface/te.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_algebra/vector_interface/te.h -------------------------------------------------------------------------------- /ugbase/lib_algebra/vector_interface/util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_algebra/vector_interface/util.h -------------------------------------------------------------------------------- /ugbase/lib_disc/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_disc/CMakeLists.txt -------------------------------------------------------------------------------- /ugbase/lib_disc/assemble_interface.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_disc/assemble_interface.h -------------------------------------------------------------------------------- /ugbase/lib_disc/common/function_group.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_disc/common/function_group.cpp -------------------------------------------------------------------------------- /ugbase/lib_disc/common/function_group.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_disc/common/function_group.h -------------------------------------------------------------------------------- /ugbase/lib_disc/common/geometry_util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_disc/common/geometry_util.h -------------------------------------------------------------------------------- /ugbase/lib_disc/common/groups_util.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_disc/common/groups_util.cpp -------------------------------------------------------------------------------- /ugbase/lib_disc/common/groups_util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_disc/common/groups_util.h -------------------------------------------------------------------------------- /ugbase/lib_disc/common/local_algebra.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_disc/common/local_algebra.h -------------------------------------------------------------------------------- /ugbase/lib_disc/common/marking_utils.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_disc/common/marking_utils.cpp -------------------------------------------------------------------------------- /ugbase/lib_disc/common/marking_utils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_disc/common/marking_utils.h -------------------------------------------------------------------------------- /ugbase/lib_disc/common/marking_utils_impl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_disc/common/marking_utils_impl.h -------------------------------------------------------------------------------- /ugbase/lib_disc/common/multi_index.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_disc/common/multi_index.h -------------------------------------------------------------------------------- /ugbase/lib_disc/common/revision_counter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_disc/common/revision_counter.h -------------------------------------------------------------------------------- /ugbase/lib_disc/dof_manager/dof_count.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_disc/dof_manager/dof_count.cpp -------------------------------------------------------------------------------- /ugbase/lib_disc/dof_manager/dof_count.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_disc/dof_manager/dof_count.h -------------------------------------------------------------------------------- /ugbase/lib_disc/dof_manager/dof_distribution.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_disc/dof_manager/dof_distribution.h -------------------------------------------------------------------------------- /ugbase/lib_disc/dof_manager/function_pattern.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_disc/dof_manager/function_pattern.h -------------------------------------------------------------------------------- /ugbase/lib_disc/dof_manager/orientation.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_disc/dof_manager/orientation.cpp -------------------------------------------------------------------------------- /ugbase/lib_disc/dof_manager/orientation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_disc/dof_manager/orientation.h -------------------------------------------------------------------------------- /ugbase/lib_disc/domain.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_disc/domain.cpp -------------------------------------------------------------------------------- /ugbase/lib_disc/domain.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_disc/domain.h -------------------------------------------------------------------------------- /ugbase/lib_disc/domain_impl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_disc/domain_impl.h -------------------------------------------------------------------------------- /ugbase/lib_disc/domain_traits.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_disc/domain_traits.h -------------------------------------------------------------------------------- /ugbase/lib_disc/domain_util.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_disc/domain_util.cpp -------------------------------------------------------------------------------- /ugbase/lib_disc/domain_util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_disc/domain_util.h -------------------------------------------------------------------------------- /ugbase/lib_disc/domain_util_impl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_disc/domain_util_impl.h -------------------------------------------------------------------------------- /ugbase/lib_disc/function_spaces/integrate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_disc/function_spaces/integrate.h -------------------------------------------------------------------------------- /ugbase/lib_disc/function_spaces/interpolate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_disc/function_spaces/interpolate.h -------------------------------------------------------------------------------- /ugbase/lib_disc/function_spaces/max_error.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_disc/function_spaces/max_error.h -------------------------------------------------------------------------------- /ugbase/lib_disc/io/vtk_export_ho.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_disc/io/vtk_export_ho.h -------------------------------------------------------------------------------- /ugbase/lib_disc/io/vtkoutput.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_disc/io/vtkoutput.cpp -------------------------------------------------------------------------------- /ugbase/lib_disc/io/vtkoutput.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_disc/io/vtkoutput.h -------------------------------------------------------------------------------- /ugbase/lib_disc/io/vtkoutput_impl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_disc/io/vtkoutput_impl.h -------------------------------------------------------------------------------- /ugbase/lib_disc/lib_disc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_disc/lib_disc.h -------------------------------------------------------------------------------- /ugbase/lib_disc/quadrature/gauss/gauss_quad.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_disc/quadrature/gauss/gauss_quad.h -------------------------------------------------------------------------------- /ugbase/lib_disc/quadrature/quad_test.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_disc/quadrature/quad_test.cpp -------------------------------------------------------------------------------- /ugbase/lib_disc/quadrature/quad_test.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_disc/quadrature/quad_test.h -------------------------------------------------------------------------------- /ugbase/lib_disc/quadrature/quadrature.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_disc/quadrature/quadrature.h -------------------------------------------------------------------------------- /ugbase/lib_disc/spatial_disc/ass_tuner.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_disc/spatial_disc/ass_tuner.h -------------------------------------------------------------------------------- /ugbase/lib_disc/spatial_disc/ass_tuner_impl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_disc/spatial_disc/ass_tuner_impl.h -------------------------------------------------------------------------------- /ugbase/lib_disc/spatial_disc/disc_item.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_disc/spatial_disc/disc_item.h -------------------------------------------------------------------------------- /ugbase/lib_disc/spatial_disc/dom_disc_embb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_disc/spatial_disc/dom_disc_embb.h -------------------------------------------------------------------------------- /ugbase/lib_disc/spatial_disc/domain_disc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_disc/spatial_disc/domain_disc.h -------------------------------------------------------------------------------- /ugbase/lib_disc/time_disc/theta_time_step.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_disc/time_disc/theta_time_step.h -------------------------------------------------------------------------------- /ugbase/lib_grid/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/CMakeLists.txt -------------------------------------------------------------------------------- /ugbase/lib_grid/algorithms/algorithms.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/algorithms/algorithms.h -------------------------------------------------------------------------------- /ugbase/lib_grid/algorithms/attachment_util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/algorithms/attachment_util.h -------------------------------------------------------------------------------- /ugbase/lib_grid/algorithms/bounding_box_util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/algorithms/bounding_box_util.h -------------------------------------------------------------------------------- /ugbase/lib_grid/algorithms/crease_util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/algorithms/crease_util.h -------------------------------------------------------------------------------- /ugbase/lib_grid/algorithms/crease_util_impl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/algorithms/crease_util_impl.h -------------------------------------------------------------------------------- /ugbase/lib_grid/algorithms/debug_util.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/algorithms/debug_util.cpp -------------------------------------------------------------------------------- /ugbase/lib_grid/algorithms/debug_util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/algorithms/debug_util.h -------------------------------------------------------------------------------- /ugbase/lib_grid/algorithms/debug_util_impl.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/algorithms/debug_util_impl.hpp -------------------------------------------------------------------------------- /ugbase/lib_grid/algorithms/deg_layer_mngr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/algorithms/deg_layer_mngr.h -------------------------------------------------------------------------------- /ugbase/lib_grid/algorithms/duplicate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/algorithms/duplicate.h -------------------------------------------------------------------------------- /ugbase/lib_grid/algorithms/element_angles.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/algorithms/element_angles.h -------------------------------------------------------------------------------- /ugbase/lib_grid/algorithms/element_side_util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/algorithms/element_side_util.h -------------------------------------------------------------------------------- /ugbase/lib_grid/algorithms/extruder_util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/algorithms/extruder_util.h -------------------------------------------------------------------------------- /ugbase/lib_grid/algorithms/extrusion/extrude.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/algorithms/extrusion/extrude.h -------------------------------------------------------------------------------- /ugbase/lib_grid/algorithms/extrusion/support.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/algorithms/extrusion/support.h -------------------------------------------------------------------------------- /ugbase/lib_grid/algorithms/field_util.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/algorithms/field_util.cpp -------------------------------------------------------------------------------- /ugbase/lib_grid/algorithms/field_util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/algorithms/field_util.h -------------------------------------------------------------------------------- /ugbase/lib_grid/algorithms/field_util_impl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/algorithms/field_util_impl.h -------------------------------------------------------------------------------- /ugbase/lib_grid/algorithms/graph/dual_graph.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/algorithms/graph/dual_graph.h -------------------------------------------------------------------------------- /ugbase/lib_grid/algorithms/graph/graph.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/algorithms/graph/graph.h -------------------------------------------------------------------------------- /ugbase/lib_grid/algorithms/grid_statistics.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/algorithms/grid_statistics.cpp -------------------------------------------------------------------------------- /ugbase/lib_grid/algorithms/grid_statistics.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/algorithms/grid_statistics.h -------------------------------------------------------------------------------- /ugbase/lib_grid/algorithms/grid_util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/algorithms/grid_util.h -------------------------------------------------------------------------------- /ugbase/lib_grid/algorithms/heightfield_util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/algorithms/heightfield_util.h -------------------------------------------------------------------------------- /ugbase/lib_grid/algorithms/hexahedron_util.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/algorithms/hexahedron_util.cpp -------------------------------------------------------------------------------- /ugbase/lib_grid/algorithms/hexahedron_util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/algorithms/hexahedron_util.h -------------------------------------------------------------------------------- /ugbase/lib_grid/algorithms/isolated_elements.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/algorithms/isolated_elements.h -------------------------------------------------------------------------------- /ugbase/lib_grid/algorithms/mark_util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/algorithms/mark_util.h -------------------------------------------------------------------------------- /ugbase/lib_grid/algorithms/mark_util_impl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/algorithms/mark_util_impl.h -------------------------------------------------------------------------------- /ugbase/lib_grid/algorithms/multi_grid_util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/algorithms/multi_grid_util.h -------------------------------------------------------------------------------- /ugbase/lib_grid/algorithms/orientation_util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/algorithms/orientation_util.h -------------------------------------------------------------------------------- /ugbase/lib_grid/algorithms/polychain_util.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/algorithms/polychain_util.cpp -------------------------------------------------------------------------------- /ugbase/lib_grid/algorithms/polychain_util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/algorithms/polychain_util.h -------------------------------------------------------------------------------- /ugbase/lib_grid/algorithms/quality_util.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/algorithms/quality_util.cpp -------------------------------------------------------------------------------- /ugbase/lib_grid/algorithms/quality_util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/algorithms/quality_util.h -------------------------------------------------------------------------------- /ugbase/lib_grid/algorithms/raster_layer_util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/algorithms/raster_layer_util.h -------------------------------------------------------------------------------- /ugbase/lib_grid/algorithms/selection_util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/algorithms/selection_util.h -------------------------------------------------------------------------------- /ugbase/lib_grid/algorithms/serialization.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/algorithms/serialization.h -------------------------------------------------------------------------------- /ugbase/lib_grid/algorithms/subset_util.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/algorithms/subset_util.cpp -------------------------------------------------------------------------------- /ugbase/lib_grid/algorithms/subset_util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/algorithms/subset_util.h -------------------------------------------------------------------------------- /ugbase/lib_grid/algorithms/tkd/tkd_info.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/algorithms/tkd/tkd_info.cpp -------------------------------------------------------------------------------- /ugbase/lib_grid/algorithms/tkd/tkd_info.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/algorithms/tkd/tkd_info.h -------------------------------------------------------------------------------- /ugbase/lib_grid/algorithms/tkd/tkd_util.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/algorithms/tkd/tkd_util.cpp -------------------------------------------------------------------------------- /ugbase/lib_grid/algorithms/tkd/tkd_util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/algorithms/tkd/tkd_util.h -------------------------------------------------------------------------------- /ugbase/lib_grid/algorithms/trees/octree.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/algorithms/trees/octree.h -------------------------------------------------------------------------------- /ugbase/lib_grid/attachments/attached_list.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/attachments/attached_list.h -------------------------------------------------------------------------------- /ugbase/lib_grid/callbacks/basic_callbacks.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/callbacks/basic_callbacks.h -------------------------------------------------------------------------------- /ugbase/lib_grid/callbacks/callbacks.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/callbacks/callbacks.h -------------------------------------------------------------------------------- /ugbase/lib_grid/common_attachments.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/common_attachments.cpp -------------------------------------------------------------------------------- /ugbase/lib_grid/common_attachments.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/common_attachments.h -------------------------------------------------------------------------------- /ugbase/lib_grid/common_attachments_impl.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/common_attachments_impl.hpp -------------------------------------------------------------------------------- /ugbase/lib_grid/file_io/file_io.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/file_io/file_io.cpp -------------------------------------------------------------------------------- /ugbase/lib_grid/file_io/file_io.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/file_io/file_io.h -------------------------------------------------------------------------------- /ugbase/lib_grid/file_io/file_io_2df.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/file_io/file_io_2df.cpp -------------------------------------------------------------------------------- /ugbase/lib_grid/file_io/file_io_2df.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/file_io/file_io_2df.h -------------------------------------------------------------------------------- /ugbase/lib_grid/file_io/file_io_art.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/file_io/file_io_art.cpp -------------------------------------------------------------------------------- /ugbase/lib_grid/file_io/file_io_art.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/file_io/file_io_art.h -------------------------------------------------------------------------------- /ugbase/lib_grid/file_io/file_io_asc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/file_io/file_io_asc.cpp -------------------------------------------------------------------------------- /ugbase/lib_grid/file_io/file_io_asc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/file_io/file_io_asc.h -------------------------------------------------------------------------------- /ugbase/lib_grid/file_io/file_io_dump.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/file_io/file_io_dump.cpp -------------------------------------------------------------------------------- /ugbase/lib_grid/file_io/file_io_dump.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/file_io/file_io_dump.h -------------------------------------------------------------------------------- /ugbase/lib_grid/file_io/file_io_grdecl.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/file_io/file_io_grdecl.cpp -------------------------------------------------------------------------------- /ugbase/lib_grid/file_io/file_io_grdecl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/file_io/file_io_grdecl.h -------------------------------------------------------------------------------- /ugbase/lib_grid/file_io/file_io_impl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/file_io/file_io_impl.h -------------------------------------------------------------------------------- /ugbase/lib_grid/file_io/file_io_lgb.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/file_io/file_io_lgb.cpp -------------------------------------------------------------------------------- /ugbase/lib_grid/file_io/file_io_lgb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/file_io/file_io_lgb.h -------------------------------------------------------------------------------- /ugbase/lib_grid/file_io/file_io_lgm.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/file_io/file_io_lgm.cpp -------------------------------------------------------------------------------- /ugbase/lib_grid/file_io/file_io_lgm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/file_io/file_io_lgm.h -------------------------------------------------------------------------------- /ugbase/lib_grid/file_io/file_io_msh.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/file_io/file_io_msh.cpp -------------------------------------------------------------------------------- /ugbase/lib_grid/file_io/file_io_msh.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/file_io/file_io_msh.h -------------------------------------------------------------------------------- /ugbase/lib_grid/file_io/file_io_ncdf.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/file_io/file_io_ncdf.cpp -------------------------------------------------------------------------------- /ugbase/lib_grid/file_io/file_io_ncdf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/file_io/file_io_ncdf.h -------------------------------------------------------------------------------- /ugbase/lib_grid/file_io/file_io_ng.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/file_io/file_io_ng.cpp -------------------------------------------------------------------------------- /ugbase/lib_grid/file_io/file_io_ng.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/file_io/file_io_ng.h -------------------------------------------------------------------------------- /ugbase/lib_grid/file_io/file_io_obj.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/file_io/file_io_obj.cpp -------------------------------------------------------------------------------- /ugbase/lib_grid/file_io/file_io_obj.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/file_io/file_io_obj.h -------------------------------------------------------------------------------- /ugbase/lib_grid/file_io/file_io_stl.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/file_io/file_io_stl.cpp -------------------------------------------------------------------------------- /ugbase/lib_grid/file_io/file_io_stl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/file_io/file_io_stl.h -------------------------------------------------------------------------------- /ugbase/lib_grid/file_io/file_io_swc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/file_io/file_io_swc.cpp -------------------------------------------------------------------------------- /ugbase/lib_grid/file_io/file_io_swc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/file_io/file_io_swc.h -------------------------------------------------------------------------------- /ugbase/lib_grid/file_io/file_io_tetgen.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/file_io/file_io_tetgen.cpp -------------------------------------------------------------------------------- /ugbase/lib_grid/file_io/file_io_tetgen.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/file_io/file_io_tetgen.h -------------------------------------------------------------------------------- /ugbase/lib_grid/file_io/file_io_tikz.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/file_io/file_io_tikz.cpp -------------------------------------------------------------------------------- /ugbase/lib_grid/file_io/file_io_tikz.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/file_io/file_io_tikz.h -------------------------------------------------------------------------------- /ugbase/lib_grid/file_io/file_io_txt.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/file_io/file_io_txt.cpp -------------------------------------------------------------------------------- /ugbase/lib_grid/file_io/file_io_txt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/file_io/file_io_txt.h -------------------------------------------------------------------------------- /ugbase/lib_grid/file_io/file_io_ug.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/file_io/file_io_ug.cpp -------------------------------------------------------------------------------- /ugbase/lib_grid/file_io/file_io_ug.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/file_io/file_io_ug.h -------------------------------------------------------------------------------- /ugbase/lib_grid/file_io/file_io_ugx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/file_io/file_io_ugx.cpp -------------------------------------------------------------------------------- /ugbase/lib_grid/file_io/file_io_ugx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/file_io/file_io_ugx.h -------------------------------------------------------------------------------- /ugbase/lib_grid/file_io/file_io_vtu.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/file_io/file_io_vtu.cpp -------------------------------------------------------------------------------- /ugbase/lib_grid/file_io/file_io_vtu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/file_io/file_io_vtu.h -------------------------------------------------------------------------------- /ugbase/lib_grid/file_io/file_io_vtu_impl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/file_io/file_io_vtu_impl.h -------------------------------------------------------------------------------- /ugbase/lib_grid/file_io/stl_reader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/file_io/stl_reader.h -------------------------------------------------------------------------------- /ugbase/lib_grid/global_attachments.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/global_attachments.h -------------------------------------------------------------------------------- /ugbase/lib_grid/grid/element_storage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/grid/element_storage.h -------------------------------------------------------------------------------- /ugbase/lib_grid/grid/geometry.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/grid/geometry.h -------------------------------------------------------------------------------- /ugbase/lib_grid/grid/grid.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/grid/grid.cpp -------------------------------------------------------------------------------- /ugbase/lib_grid/grid/grid.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/grid/grid.h -------------------------------------------------------------------------------- /ugbase/lib_grid/grid/grid_base_objects.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/grid/grid_base_objects.cpp -------------------------------------------------------------------------------- /ugbase/lib_grid/grid/grid_base_objects.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/grid/grid_base_objects.h -------------------------------------------------------------------------------- /ugbase/lib_grid/grid/grid_constants.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/grid/grid_constants.h -------------------------------------------------------------------------------- /ugbase/lib_grid/grid/grid_impl.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/grid/grid_impl.hpp -------------------------------------------------------------------------------- /ugbase/lib_grid/grid/grid_observer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/grid/grid_observer.h -------------------------------------------------------------------------------- /ugbase/lib_grid/grid/grid_util.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/grid/grid_util.cpp -------------------------------------------------------------------------------- /ugbase/lib_grid/grid/grid_util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/grid/grid_util.h -------------------------------------------------------------------------------- /ugbase/lib_grid/grid/grid_util_impl.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/grid/grid_util_impl.hpp -------------------------------------------------------------------------------- /ugbase/lib_grid/grid/neighborhood.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/grid/neighborhood.cpp -------------------------------------------------------------------------------- /ugbase/lib_grid/grid/neighborhood.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/grid/neighborhood.h -------------------------------------------------------------------------------- /ugbase/lib_grid/grid/neighborhood_util.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/grid/neighborhood_util.cpp -------------------------------------------------------------------------------- /ugbase/lib_grid/grid/neighborhood_util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/grid/neighborhood_util.h -------------------------------------------------------------------------------- /ugbase/lib_grid/grid/sub_grid.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/grid/sub_grid.h -------------------------------------------------------------------------------- /ugbase/lib_grid/grid_debug.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/grid_debug.cpp -------------------------------------------------------------------------------- /ugbase/lib_grid/grid_debug.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/grid_debug.h -------------------------------------------------------------------------------- /ugbase/lib_grid/grid_objects/grid_objects.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/grid_objects/grid_objects.h -------------------------------------------------------------------------------- /ugbase/lib_grid/grid_objects/prism_rules.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/grid_objects/prism_rules.h -------------------------------------------------------------------------------- /ugbase/lib_grid/grid_objects/rule_util.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/grid_objects/rule_util.cpp -------------------------------------------------------------------------------- /ugbase/lib_grid/grid_objects/rule_util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/grid_objects/rule_util.h -------------------------------------------------------------------------------- /ugbase/lib_grid/iterators/lg_for_each.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/iterators/lg_for_each.h -------------------------------------------------------------------------------- /ugbase/lib_grid/lg_base.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/lg_base.h -------------------------------------------------------------------------------- /ugbase/lib_grid/lib_grid.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/lib_grid.h -------------------------------------------------------------------------------- /ugbase/lib_grid/lib_grid_messages.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/lib_grid_messages.cpp -------------------------------------------------------------------------------- /ugbase/lib_grid/lib_grid_messages.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/lib_grid_messages.h -------------------------------------------------------------------------------- /ugbase/lib_grid/multi_grid.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/multi_grid.cpp -------------------------------------------------------------------------------- /ugbase/lib_grid/multi_grid.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/multi_grid.h -------------------------------------------------------------------------------- /ugbase/lib_grid/multi_grid_child_info.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/multi_grid_child_info.h -------------------------------------------------------------------------------- /ugbase/lib_grid/multi_grid_impl.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/multi_grid_impl.hpp -------------------------------------------------------------------------------- /ugbase/lib_grid/parallelization/broadcast.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/parallelization/broadcast.h -------------------------------------------------------------------------------- /ugbase/lib_grid/selector.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/selector.h -------------------------------------------------------------------------------- /ugbase/lib_grid/subset_handler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/subset_handler.h -------------------------------------------------------------------------------- /ugbase/lib_grid/tools/bool_marker.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/tools/bool_marker.cpp -------------------------------------------------------------------------------- /ugbase/lib_grid/tools/bool_marker.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/tools/bool_marker.h -------------------------------------------------------------------------------- /ugbase/lib_grid/tools/creator_grid_util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/tools/creator_grid_util.h -------------------------------------------------------------------------------- /ugbase/lib_grid/tools/grid_level.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/tools/grid_level.cpp -------------------------------------------------------------------------------- /ugbase/lib_grid/tools/grid_level.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/tools/grid_level.h -------------------------------------------------------------------------------- /ugbase/lib_grid/tools/marker_points.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/tools/marker_points.cpp -------------------------------------------------------------------------------- /ugbase/lib_grid/tools/marker_points.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/tools/marker_points.h -------------------------------------------------------------------------------- /ugbase/lib_grid/tools/partition_map.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/tools/partition_map.cpp -------------------------------------------------------------------------------- /ugbase/lib_grid/tools/partition_map.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/tools/partition_map.h -------------------------------------------------------------------------------- /ugbase/lib_grid/tools/selector_grid.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/tools/selector_grid.cpp -------------------------------------------------------------------------------- /ugbase/lib_grid/tools/selector_grid.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/tools/selector_grid.h -------------------------------------------------------------------------------- /ugbase/lib_grid/tools/selector_grid_elem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/tools/selector_grid_elem.h -------------------------------------------------------------------------------- /ugbase/lib_grid/tools/selector_interface.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/tools/selector_interface.h -------------------------------------------------------------------------------- /ugbase/lib_grid/tools/selector_multi_grid.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/tools/selector_multi_grid.h -------------------------------------------------------------------------------- /ugbase/lib_grid/tools/subset_group.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/tools/subset_group.cpp -------------------------------------------------------------------------------- /ugbase/lib_grid/tools/subset_group.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/tools/subset_group.h -------------------------------------------------------------------------------- /ugbase/lib_grid/tools/subset_handler_grid.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/tools/subset_handler_grid.h -------------------------------------------------------------------------------- /ugbase/lib_grid/tools/surface_view.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/tools/surface_view.cpp -------------------------------------------------------------------------------- /ugbase/lib_grid/tools/surface_view.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/tools/surface_view.h -------------------------------------------------------------------------------- /ugbase/lib_grid/tools/surface_view_impl.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/tools/surface_view_impl.hpp -------------------------------------------------------------------------------- /ugbase/lib_grid/tools/tools.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/lib_grid/tools/tools.h -------------------------------------------------------------------------------- /ugbase/pcl/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/pcl/CMakeLists.txt -------------------------------------------------------------------------------- /ugbase/pcl/parallel_archive.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/pcl/parallel_archive.cpp -------------------------------------------------------------------------------- /ugbase/pcl/parallel_archive.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/pcl/parallel_archive.h -------------------------------------------------------------------------------- /ugbase/pcl/parallel_file.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/pcl/parallel_file.cpp -------------------------------------------------------------------------------- /ugbase/pcl/parallel_file.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/pcl/parallel_file.h -------------------------------------------------------------------------------- /ugbase/pcl/pcl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/pcl/pcl.h -------------------------------------------------------------------------------- /ugbase/pcl/pcl_base.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/pcl/pcl_base.cpp -------------------------------------------------------------------------------- /ugbase/pcl/pcl_base.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/pcl/pcl_base.h -------------------------------------------------------------------------------- /ugbase/pcl/pcl_comm_world.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/pcl/pcl_comm_world.cpp -------------------------------------------------------------------------------- /ugbase/pcl/pcl_comm_world.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/pcl/pcl_comm_world.h -------------------------------------------------------------------------------- /ugbase/pcl/pcl_communication_structs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/pcl/pcl_communication_structs.h -------------------------------------------------------------------------------- /ugbase/pcl/pcl_datatype.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/pcl/pcl_datatype.h -------------------------------------------------------------------------------- /ugbase/pcl/pcl_debug.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/pcl/pcl_debug.h -------------------------------------------------------------------------------- /ugbase/pcl/pcl_domain_decomposition.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/pcl/pcl_domain_decomposition.h -------------------------------------------------------------------------------- /ugbase/pcl/pcl_interface_communicator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/pcl/pcl_interface_communicator.h -------------------------------------------------------------------------------- /ugbase/pcl/pcl_layout_tests.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/pcl/pcl_layout_tests.h -------------------------------------------------------------------------------- /ugbase/pcl/pcl_layout_util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/pcl/pcl_layout_util.h -------------------------------------------------------------------------------- /ugbase/pcl/pcl_methods.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/pcl/pcl_methods.cpp -------------------------------------------------------------------------------- /ugbase/pcl/pcl_methods.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/pcl/pcl_methods.h -------------------------------------------------------------------------------- /ugbase/pcl/pcl_multi_group_communicator.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/pcl/pcl_multi_group_communicator.cpp -------------------------------------------------------------------------------- /ugbase/pcl/pcl_multi_group_communicator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/pcl/pcl_multi_group_communicator.h -------------------------------------------------------------------------------- /ugbase/pcl/pcl_process_communicator.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/pcl/pcl_process_communicator.cpp -------------------------------------------------------------------------------- /ugbase/pcl/pcl_process_communicator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/pcl/pcl_process_communicator.h -------------------------------------------------------------------------------- /ugbase/pcl/pcl_profiling.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/pcl/pcl_profiling.h -------------------------------------------------------------------------------- /ugbase/pcl/pcl_reduce_traits.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/pcl/pcl_reduce_traits.h -------------------------------------------------------------------------------- /ugbase/pcl/pcl_tostring.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/pcl/pcl_tostring.h -------------------------------------------------------------------------------- /ugbase/pcl/pcl_util.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/pcl/pcl_util.cpp -------------------------------------------------------------------------------- /ugbase/pcl/pcl_util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/pcl/pcl_util.h -------------------------------------------------------------------------------- /ugbase/pcl/pcl_util_impl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/pcl/pcl_util_impl.h -------------------------------------------------------------------------------- /ugbase/registry/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/registry/CMakeLists.txt -------------------------------------------------------------------------------- /ugbase/registry/class.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/registry/class.cpp -------------------------------------------------------------------------------- /ugbase/registry/class.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/registry/class.h -------------------------------------------------------------------------------- /ugbase/registry/class_helper.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/registry/class_helper.cpp -------------------------------------------------------------------------------- /ugbase/registry/class_helper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/registry/class_helper.h -------------------------------------------------------------------------------- /ugbase/registry/class_name_provider.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/registry/class_name_provider.cpp -------------------------------------------------------------------------------- /ugbase/registry/class_name_provider.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/registry/class_name_provider.h -------------------------------------------------------------------------------- /ugbase/registry/class_name_provider_impl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/registry/class_name_provider_impl.h -------------------------------------------------------------------------------- /ugbase/registry/error.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/registry/error.h -------------------------------------------------------------------------------- /ugbase/registry/function_traits.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/registry/function_traits.h -------------------------------------------------------------------------------- /ugbase/registry/global_function.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/registry/global_function.cpp -------------------------------------------------------------------------------- /ugbase/registry/global_function.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/registry/global_function.h -------------------------------------------------------------------------------- /ugbase/registry/param_to_type_value_list.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/registry/param_to_type_value_list.h -------------------------------------------------------------------------------- /ugbase/registry/parameter_stack.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/registry/parameter_stack.h -------------------------------------------------------------------------------- /ugbase/registry/registry.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/registry/registry.cpp -------------------------------------------------------------------------------- /ugbase/registry/registry.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/registry/registry.h -------------------------------------------------------------------------------- /ugbase/registry/registry_impl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/registry/registry_impl.h -------------------------------------------------------------------------------- /ugbase/registry/registry_util.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/registry/registry_util.cpp -------------------------------------------------------------------------------- /ugbase/registry/registry_util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/registry/registry_util.h -------------------------------------------------------------------------------- /ugbase/ug.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/ug.cpp -------------------------------------------------------------------------------- /ugbase/ug.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/ug.h -------------------------------------------------------------------------------- /ugbase/ug_shell/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/ug_shell/CMakeLists.txt -------------------------------------------------------------------------------- /ugbase/ug_shell/clock_fix.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/ug_shell/clock_fix.cpp -------------------------------------------------------------------------------- /ugbase/ug_shell/completion.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/ug_shell/completion.cpp -------------------------------------------------------------------------------- /ugbase/ug_shell/completion.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/ug_shell/completion.h -------------------------------------------------------------------------------- /ugbase/ug_shell/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/ug_shell/main.cpp -------------------------------------------------------------------------------- /ugbase/ug_shell/shell.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/ug_shell/shell.cpp -------------------------------------------------------------------------------- /ugbase/ug_shell/shell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/ug_shell/shell.h -------------------------------------------------------------------------------- /ugbase/ug_shell/ugshell_main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/ug_shell/ugshell_main.cpp -------------------------------------------------------------------------------- /ugbase/ug_shell/ugshell_main.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/ug_shell/ugshell_main.h -------------------------------------------------------------------------------- /ugbase/ugbase.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UG4/ugcore/HEAD/ugbase/ugbase.h --------------------------------------------------------------------------------