Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

pbartholomew08

pbartholomew08 pushed 1 commit to 2-extract-sections-of-a-mesh-file CFLaboratory/CFGrid
  • chore: Update the CHANGELOG e89f73a

View on GitHub

pbartholomew08 pushed 1 commit to 2-extract-sections-of-a-mesh-file CFLaboratory/CFGrid
  • refactor: Tidying up the SectionReader class b0eb9b0

View on GitHub

pbartholomew08 pushed 1 commit to 2-extract-sections-of-a-mesh-file CFLaboratory/CFGrid
  • feat: Implment reading GMSH mesh sections Currently only tested on ASCII files 88e132a

View on GitHub

pbartholomew08 pushed 1 commit to 2-extract-sections-of-a-mesh-file CFLaboratory/CFGrid
  • feat: Implement basic GMSH SectionReader functionality The SectionReader can locate the start of a section in a GMSH... bb3bc87

View on GitHub

pbartholomew08 pushed 1 commit to 2-extract-sections-of-a-mesh-file CFLaboratory/CFGrid
  • chore: Add CMake function to define a test This eliminates constantly copy-pasting the same test definition code 65f9d4c

View on GitHub

pbartholomew08 created a comment on a pull request on xcompact3d/x3d2
> Commented mainly on some minor stuff. > > Before I forget to mention, because a few different approaches have been tried here and added/removed plenty of stuff, is there a way to keep the hist...

View on GitHub

pbartholomew08 created a review comment on a pull request on xcompact3d/x3d2
I can build my branch without PETSc, it requires a dummy module to link against which will simply crash the program if you try to use iterative solvers (untested). And it should be possible to swit...

View on GitHub

pbartholomew08 opened an issue on CFLaboratory/CFGrid
Compute mesh properties
pbartholomew08 opened an issue on CFLaboratory/CFGrid
Implement partitioning
pbartholomew08 opened an issue on CFLaboratory/CFGrid
Resolve element locality
pbartholomew08 created a review on a pull request on xcompact3d/x3d2
LGTM!

View on GitHub

pbartholomew08 created a branch on CFLaboratory/CFGrid

7-add-metadata-collection - CFMesh is a mesh-handling utility library.

pbartholomew08 deleted a branch CFLaboratory/CFGrid

config--clang-tidy

pbartholomew08 created a branch on CFLaboratory/CFGrid

config--clang-tidy - CFMesh is a mesh-handling utility library.

pbartholomew08 pushed 2 commits to 44-poisson-solver-iterative-solver pbartholomew08/x3d2
  • Correct preconditioner indices 48580f7
  • Integrate preconditioner class and CG class a724a5d

View on GitHub

pbartholomew08 created a review on a pull request on xcompact3d/Incompact3d
Looks OK to me, I would only remove the commented out code.

View on GitHub

pbartholomew08 created a review comment on a pull request on xcompact3d/x3d2
And likewise, same the changed `intent` implies the equation described in the comment needs to be updated.

View on GitHub

pbartholomew08 created a review comment on a pull request on xcompact3d/x3d2
Is this comment still correct? If so, then I think `r_du` can be `intent(out)` as before? Also, I think this comment can satisfy @Nanoseb's suggestion, perhaps explicitly drawing attention to th...

View on GitHub

pbartholomew08 created a review on a pull request on xcompact3d/x3d2
Looks good! I would only suggest some updates to comments to match the code changes

View on GitHub

pbartholomew08 created a review on a pull request on xcompact3d/x3d2
Looks good! I would only suggest some updates to comments to match the code changes

View on GitHub

pbartholomew08 created a review on a pull request on xcompact3d/Incompact3d
Looks OK to me, I would only remove the commented out code.

View on GitHub

pbartholomew08 created a review on a pull request on xcompact3d/Incompact3d
Looks OK to me, I would only remove the commented out code.

View on GitHub

pbartholomew08 closed a pull request on xcompact3d/Incompact3d
Update parameters.f90
Closing #323
pbartholomew08 created a review comment on a pull request on xcompact3d/Incompact3d
It would really be better to have an `itype_XXX` for this case, however this is no worse than the current code :)

View on GitHub

pbartholomew08 created a review on a pull request on xcompact3d/Incompact3d

View on GitHub

pbartholomew08 pushed 8 commits to 319-redesign-computation-of-rhomin-in-lmn-poisson-solver-to-make-it-explicit xcompact3d/Incompact3d
  • adding mpi_in_place for allreduce operations d7e54ad
  • mpi_in_place implementation in allreduce 501011b
  • finishing implementation of MPI_IN_PLACE 30e0c98
  • small typo fixed in acl_source 15d27fa
  • small bug for iterative Poisson solver a3c4fd0
  • Fix isnan function using ieee intrinsic be33fa9
  • Merge pull request #318 from xcompact3d/fix-allreduce-with-inplace Fix allreduce with inplace c1cc41b
  • Merge branch 'master' into 319-redesign-computation-of-rhomin-in-lmn-poisson-solver-to-make-it-explicit 633935e

View on GitHub

pbartholomew08 opened a draft pull request on xcompact3d/Incompact3d
Refactor LMN/Poisson solver to compute rho0 explicitly
The original code with rho0 computation "hidden" was not clear, this change makes it explicit, and simplifies the logic. Closes #319
pbartholomew08 pushed 1 commit to 319-redesign-computation-of-rhomin-in-lmn-poisson-solver-to-make-it-explicit xcompact3d/Incompact3d
  • Refactor LMN/Poisson solver to compute rho0 explicitly The original code with rho0 computation "hidden" was not clea... a3a93b1

View on GitHub

Load more