-
Notifications
You must be signed in to change notification settings - Fork 114
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Different Boundary Conditions for Standard Abaqus (#1799)
* first take on BCs for standard Abaqus * simplify * Couple comments, example * comments * shorten code * refactor * fmt * refactor * 3D * tests and fmt * comment * news * comment * stick to polydeg * polydeg 3 * polydeg * Update examples/p4est_2d_dgsem/elixir_euler_airfoil_mach2.jl Co-authored-by: Andrew Winters <[email protected]> * Update examples/p4est_2d_dgsem/elixir_euler_airfoil_mach2.jl Co-authored-by: Andrew Winters <[email protected]> * Update src/meshes/p4est_mesh.jl Co-authored-by: Andrew Winters <[email protected]> * Update NEWS.md Co-authored-by: Erik Faulhaber <[email protected]> * Update examples/p4est_3d_dgsem/elixir_euler_free_stream_boundaries.jl * improve (?) formatting * fmt * split constructor * comment * two boundaries * comment * comment * rename elixir, change mesh * comments * add doc * avoid unicode * improve doc * Add tutorial * typos * Update docs/src/meshes/p4est_mesh.md Co-authored-by: Andrew Winters <[email protected]> * Update docs/literate/src/files/p4est_from_gmsh.jl Co-authored-by: Joshua Lampert <[email protected]> * Update docs/literate/src/files/p4est_from_gmsh.jl Co-authored-by: Joshua Lampert <[email protected]> * Update docs/literate/src/files/p4est_from_gmsh.jl Co-authored-by: Joshua Lampert <[email protected]> * Update docs/src/meshes/p4est_mesh.md Co-authored-by: Andrew Winters <[email protected]> * Update docs/src/meshes/p4est_mesh.md Co-authored-by: Andrew Winters <[email protected]> * Update docs/src/meshes/p4est_mesh.md Co-authored-by: Andrew Winters <[email protected]> * Update docs/src/meshes/p4est_mesh.md Co-authored-by: Andrew Winters <[email protected]> * Update docs/src/meshes/p4est_mesh.md Co-authored-by: Andrew Winters <[email protected]> * Update docs/literate/src/files/p4est_from_gmsh.jl Co-authored-by: Andrew Winters <[email protected]> * Update docs/literate/src/files/p4est_from_gmsh.jl Co-authored-by: Andrew Winters <[email protected]> * Update docs/src/meshes/p4est_mesh.md Co-authored-by: Andrew Winters <[email protected]> * Update docs/src/meshes/p4est_mesh.md * Update docs/literate/src/files/p4est_from_gmsh.jl * Update docs/literate/src/files/p4est_from_gmsh.jl * Update docs/literate/src/files/p4est_from_gmsh.jl * Update docs/literate/src/files/p4est_from_gmsh.jl * Update docs/literate/src/files/p4est_from_gmsh.jl * Update docs/literate/src/files/p4est_from_gmsh.jl * Apply suggestions from code review Polish * Update docs/literate/src/files/p4est_from_gmsh.jl Co-authored-by: Andrew Winters <[email protected]> * Comments * Update p4est_mesh.jl * Update src/meshes/p4est_mesh.jl Co-authored-by: Johannes Markert <[email protected]> * Update docs/src/meshes/p4est_mesh.md Co-authored-by: Johannes Markert <[email protected]> * Update docs/src/meshes/p4est_mesh.md Co-authored-by: Johannes Markert <[email protected]> * Update docs/src/meshes/p4est_mesh.md Co-authored-by: Johannes Markert <[email protected]> * Update docs/src/meshes/p4est_mesh.md Co-authored-by: Johannes Markert <[email protected]> * more robust parsing * print warning if there has been a bc name supplied for which no nodes have been found * Update docs/literate/src/files/p4est_from_gmsh.jl Co-authored-by: Hendrik Ranocha <[email protected]> * Update docs/literate/src/files/p4est_from_gmsh.jl Co-authored-by: Hendrik Ranocha <[email protected]> * Update src/meshes/p4est_mesh.jl Co-authored-by: Hendrik Ranocha <[email protected]> * Update docs/literate/src/files/p4est_from_gmsh.jl --------- Co-authored-by: Andrew Winters <[email protected]> Co-authored-by: Erik Faulhaber <[email protected]> Co-authored-by: Joshua Lampert <[email protected]> Co-authored-by: Johannes Markert <[email protected]> Co-authored-by: Hendrik Ranocha <[email protected]>
- Loading branch information
1 parent
ba812be
commit 585fb93
Showing
9 changed files
with
1,145 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.