-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Coupling 3D solvers with JustPIC (#62)
* Pin to ParallelStencik 0.9.0 * update density kernel syntax * generalize Delta function * use triple equality in Delta function * explicitly add fma's * update indexing syntax * move Delta to Utils.jl * format & add @inbounds * format changes * 3d multiphase sxript * more updates to 3d script * generalize compute_maxloc! * generalize phase_ratios_center * fix 3D viscosity kernel * some cosmetic changes * include StressKernels.jl; export tensor_invariant! * export only tensor_invariant! * generalize multi_copyto! * update PS syntax of pressure kernels * syntax updates in stress kernels * syntax updates in pressure kernels * do not consider P in isyielding * move @idx to the top * include StressKernels.jl in the appropiate file. * some fixes in 2D convection miniapp * updates in 3D scripts * minor fixes in Stokes2D * re-structuring and cleaning of Stokes3D.jl * formatting * minimal changes to some Utils funs * dimension agnostic stress update * fix NaNs on eff visc when strain is zero * some fixes * update 3d scripts * make plasticity great again * Plasticity is great again * fixed shear stress at the vertices * 3D script * call correct viscosity kernel in the 3D case * 3D script * update 3D stress kernels * update Stokes3D * format * update scripts * fix 3D vertex stress kernel * simplify _compute_τ_nonlinear! * format and remove unused arguments * update P kernels syntax * updates * improve multi_copy! * fix 3D center2vertex tensor interpolation * fix/improve few thins * update PS syntax * fix 3D stokes * format * add volumetric plasticity component * fix voluemtric plasticity * copy P into P0 * fix small bug * few tweaks * force fma * format and remove commented lines * format * add 1.10 to CI * fix conflicts * replace delta by allzero * update convection miniapp * update scripts * fix merge errors * rework @idx * fix merge errors * take function * fix stress update * update viscosity calls * update 3D scripts * remove dead code * fix 3D stuff * move 3D scripts to own folder * tweak compats * format * fix IGG dimensions * remove JustPIC from Project.toml * remove duplicated lines * format
- Loading branch information
1 parent
0c467fc
commit c02d41a
Showing
20 changed files
with
823 additions
and
278 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,6 +15,7 @@ jobs: | |
matrix: | ||
version: | ||
- '1.9' | ||
- '1.10' | ||
# - 'nightly' | ||
os: | ||
- ubuntu-latest | ||
|
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
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
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.