Commits on Source
179
078342cd
Writer parser for mfix-exa inputs file format
Apr 02, 2020
b7660a59
Merge branch 'mwm/basics' into 'master'
Apr 02, 2020
a585deeb
Parse Inputs File
Apr 06, 2020
d4042a76
Merge branch 'mwm/settings' into 'master'
Apr 06, 2020
d088c9a7
Accept tabs as whitespace
Apr 07, 2020
5ed9c5c4
Merge branch 'mwm/tab' into 'master'
Apr 07, 2020
077654de
Use Meson for building
Apr 07, 2020
25755aad
Merge branch 'mwm/meson' into 'master'
Apr 07, 2020
24e773bc
update README and add test
Apr 09, 2020
fc8b0eaf
Merge branch 'mwm/readme' into 'master'
Apr 09, 2020
c65a2cf4
Remove asserts
Apr 09, 2020
9da955e3
Cleanup warnings
Apr 09, 2020
8885841d
Merge branch 'mwm/cleanup' into 'master'
Apr 10, 2020
93268ce0
clang-format
Apr 09, 2020
42ee91bb
Fix warning
Apr 10, 2020
504e8094
Revert "Fix warning"
Apr 13, 2020
96fbcc9a
Remove InputsFile
Apr 14, 2020
4250d458
Merge branch 'mwm/no_inputsfile' into 'master'
Apr 14, 2020
c6079d6f
clang-format
Apr 14, 2020
2891c1a3
print errorlogs
Apr 14, 2020
438538a9
Merge branch 'mwm/test' into 'master'
Apr 15, 2020
aa016ec5
Add amr.n_cell
Apr 14, 2020
9407d2e8
Fix
Apr 15, 2020
ab325fe2
Add time
Apr 16, 2020
480173eb
Time is optional
Apr 21, 2020
ae3454e1
Add amr.blocking_factor
Apr 21, 2020
38211678
Merge branch 'mwm/blocking_factor' into 'master'
Apr 21, 2020
a742b366
Add time fields
Apr 21, 2020
3598b017
Add more Mesh fields
Apr 22, 2020
65df68d3
Merge branch 'mwm/more' into 'master'
Apr 22, 2020
09ebad83
Fix [particle_]max_grid_size
Apr 22, 2020
ed83daeb
Rename
Apr 22, 2020
feba3954
Include array explicitly (for MSVC)
Apr 22, 2020
b37d330e
Add CSG parser code
Apr 24, 2020
2b795fc6
Merge branch 'mwm/csg' into 'master'
Apr 24, 2020
da1482e2
Read .csg file in mfix-parser
Apr 27, 2020
b8f18a61
Merge branch 'mwm/read_csg' into 'master'
Apr 27, 2020
37a400b1
Fix README
Apr 28, 2020
c7eed8e3
Merge branch 'mwm/fix' into 'master'
Apr 28, 2020
a31dbb30
Remove clang-format
Apr 28, 2020
15002ec2
Merge branch 'dr/remove_clang' into 'master'
Apr 28, 2020
9110ff69
Dr/csg linear rotate extrudes
Apr 29, 2020
f0203616
Merge branch 'dr/csg_linear_rotate_extrudes' into 'master'
Apr 29, 2020
805f0532
Add mfix.geometry_filename to inputs parsing
Apr 29, 2020
e1628864
Merge branch 'mwm/add_csgtree_to_inputs' into 'master'
Apr 29, 2020
7f208ab7
Add optional $name to CSG objects
Apr 30, 2020
8ba483f0
Merge branch 'mwm/names' into 'master'
Apr 30, 2020
88483f84
Fix warnings
May 04, 2020
32fd9998
Merge branch 'mwm/fix_warnings' into 'master'
May 04, 2020
0dacff87
Include <array> explicitly for MSVC
May 07, 2020
dad725ad
Merge branch 'mwm/fix_win' into 'master'
May 07, 2020
197ad738
Provide better error messages for parsing inputs files
May 08, 2020
ef1eddb6
Merge branch 'mwm/catch_parse_errors' into 'master'
May 08, 2020
14b47c03
Break apart tests
May 09, 2020
a9d8c782
Merge branch 'mwm/refactor' into 'master'
May 09, 2020
e21e1df6
set std_cpp such that csg tests are built
May 15, 2020
e53c8a2b
Merge branch 'dr/fix_build' into 'master'
May 15, 2020
d639ca67
Resolve "support non-orthogonal multmatrix"
May 18, 2020
1071c68c
Merge branch '1-support-non-orthogonal-multmatrix' into 'master'
May 18, 2020
db1ae4dc
Use defined variable for skew value
May 19, 2020
af8001ca
Merge branch 'dr/small_cleanup' into 'master'
May 19, 2020
495575ac
Resolve "support "height" in linear extrude"
May 20, 2020
69ee0dbf
Merge branch '2-support-height-in-linear-extrude' into 'master'
May 20, 2020
6febd2e6
Use Conan to install dependencies
May 22, 2020
3648bf83
Merge branch 'mwm/conan' into 'master'
May 22, 2020
8efe08de
Dr/cleaner conan cmake
May 23, 2020
a23c1b2c
Merge branch 'dr/cleaner_conan_cmake' into 'master'
May 23, 2020
bd5f565d
Reorganize functions
May 26, 2020
60cd3d35
Merge branch 'mwm/reorg' into 'master'
May 26, 2020
f953f9fd
Export Catch2
May 26, 2020
6c638038
Use pmm
May 27, 2020
f0e2fab6
Merge branch 'mwm/pmm' into 'master'
May 27, 2020
ea1f4b0c
Resolve "support polyhedron"
May 27, 2020
a39d59e4
Merge branch '3-support-polyhedron' into 'master'
May 27, 2020
f3afa3fc
fix check in a test
May 28, 2020
e4fc822b
Merge branch 'dr/fix_test' into 'master'
May 28, 2020
6681ac51
Resolve "support CsgIF complement"
May 29, 2020
5191b100
Merge branch '9-support-csgif-complement' into 'master'
May 29, 2020
48ae76cd
Add parser_dep Meson dependency (for mfix-app GUI)
Jun 04, 2020
5ef9db60
Automatically set pkg_config_path for Conan
Jun 04, 2020
097bae4d
remove pmm
Jun 05, 2020
a7ed8200
Update CMakeLists.txt
Jun 05, 2020
890f96ca
Move csg_types.hpp to include
Jun 05, 2020
d9a2dffd
Resolve "support polygon"
Jun 10, 2020
b73fc9ed
Switch to cartesian kernel for polygon as well
Jun 10, 2020
c68f72f6
Resolve "polygon signed distance instead of bool inside"
Jun 15, 2020
37a0970f
Fix parsing bug
Jun 15, 2020
42bba411
add checks to test
Jun 16, 2020
b6174f67
Remove inputs
Jun 16, 2020
e828b4e9
Cleanup
Jun 17, 2020
8d9bb2d4
Update README.md
Jun 18, 2020
2437e3dc
Call meson from conan instead of conan from meson
Jun 19, 2020
e1e081be
Run CTests for both Debug and Release
Jun 23, 2020
67b91123
Run tests from Meson
Jun 23, 2020
f04fb521
Switch from assert to throw, add check for polyhedron
Jun 23, 2020
adb4d2cb
move csg_exception.hpp
Jun 24, 2020
81ff93fc
Update readme
Jun 25, 2020
3ed8cbe8
Add pkg-config
Jun 28, 2020
29b23ff6
Angle rotate extrude
Jul 01, 2020
8a066ac4
Remove gpu stuff from csg.hpp
Jul 02, 2020
79 additional commits have been omitted to prevent performance issues.
Loading
Loading