Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add example of enhanced and reduced connectivity #1316

Open
wants to merge 24 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 17 commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
0fec5b9
Changes to the doxygen formatting
agcapps May 13, 2024
a38807a
First draft
agcapps May 18, 2024
bbebf3e
Progress on documentation
agcapps May 24, 2024
435d948
Add illustrative code.
agcapps Jun 20, 2024
d50afd6
Annotated braid_init_example_adjset()
agcapps Jun 21, 2024
c1e3e79
Added origin and basis vectors to braid_init_explicit_coordset()
agcapps Jun 22, 2024
e62ea1c
Fix important typobug
agcapps Jul 1, 2024
b09d960
Example code compiling, not working yet
agcapps Jul 11, 2024
95c799d
Fixed several errors.
agcapps Jul 16, 2024
8c49efe
Added linear interpolation as a blueprint utility.
agcapps Jul 30, 2024
cd01b87
Specify block corners as arrays of components
agcapps Aug 2, 2024
8f0349d
Save meshes at the right level
agcapps Aug 2, 2024
4bbe3d8
Save the mesh properly (thanks, Cyrus)
agcapps Aug 8, 2024
d71f056
First 3D example
agcapps Aug 8, 2024
7917796
Fix some typos
agcapps Aug 9, 2024
65fce16
Correct edge case of lerp to conform to previous convention. Correct…
agcapps Aug 9, 2024
ae9ec9e
Remove work inadvertently included from another branch
agcapps Aug 13, 2024
fdb83b7
Restore previous (simpler) version of braid_init_explicit_coordset
agcapps Sep 3, 2024
a8a4cf6
Build a structured mesh, not unstructured
agcapps Sep 3, 2024
d45da40
Remove std::vector from use in test
agcapps Sep 3, 2024
94945e6
Most of the way to node-based lerp. Not compiling due to mysteries w…
agcapps Oct 5, 2024
3f22d3b
Lerp now converted to use Node
agcapps Oct 8, 2024
73def01
Add default so we can call bent_multi_grid() with no spec
agcapps Oct 8, 2024
b56c3e9
Fix error
agcapps Oct 15, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/docs/doxygen/Doxyfile.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ PROJECT_BRIEF = "Scientific Data Exchange Library for HPC Simulations"
INPUT = @CMAKE_CURRENT_SOURCE_DIR@/../../libs

GENERATE_XML = YES
RECURSIVE = YES
RECURSIVE = YES
Loading
Loading