adamantine-sim / adamantine

Software to simulate heat transfer for additive manufacturing
https://adamantine-sim.github.io/adamantine/
Other
34 stars 10 forks source link

Use quadrature-level material properties in ThermalOperatorDevice #154

Closed Rombur closed 2 years ago

Rombur commented 2 years ago

This PR moves a lot but not all the computation on the quadrature point similar to what is done on the CPU. For now, we still have cpu-gpu communication at every timestep because we compute the source on the CPU.

I have one more PR that does some cleaning.

stvdwtt commented 2 years ago

@Rombur, did you have to turn off the CI? I see that it isn't running for this PR.

Rombur commented 2 years ago

@Rombur, did you have to turn off the CI? I see that it isn't running for this PR.

No that happens sometimes. I'll do the fixes that you asked for and that should re-triggered the CI

Rombur commented 2 years ago

I am not sure what's going on with the CI but it is running https://cloud.cees.ornl.gov/jenkins-ci/blue/organizations/jenkins/adamantine/detail/adamantine/218/pipeline I don't know why it is not showing up on github. I'll open a new PR today, we'll see if it works correctly or not.