Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add some temporary test files * fix docstrings * remove cruft * update plot made nicer plot of Caratheodory pruning for Christina's proposal * update file name Makes it mroe clear this file is meant for plotting * fixing cut cell demo for v1.0+ * adding Caratheodory pruning * cleaning up cutcell demo * improve efficiency slightly * refactoring functions * improve comments * more refactoring * generalize map_to_interval * add new version of "generate_sampling_points" * add dispatch to preserve old version of MeshData * remove cruft * add new routines to create a cut cell MeshData with positive weights * refactoring * fix construction of cut cell face node indices previously assumed same number of nodes on all faces * fix precomputation of operators * clean up test of SBP property * add test of SBP property using new MeshData * add MomentFitting dispatch for old cut cell MeshData d * remove outdated todo * changing wJf to wf internally * add face node index array * make face centroid computation more compact * specialize connect_mesh * add new MeshData based on subtriangulations * add Subtriangulation() as a quadrature type d * add quadrature type to CutCellMesh meshtype * test both Subtriangulation and MomentFitting * add some docs * allow specifying the target cut cell quadrature degree via keyword arg * committing scratch testing files before deleting d * removing some scratch test files * add tests for the weak SBP property * fix an error when num_cartesian_cells = 0 * remove scratchpad files
- Loading branch information