-
My colleague ran into the following issue:
For a run with 1500 procs (55000 DOFs/proc), a restart from a checkpointed file leads to failure when temperature is checked in the material model (it is ze…
-
So it seems all my prints are coming out distinctly stubby (short in the Z axis). They are approximately 1.6mm too short. Which corresponds with the mesh offset around where the print is on the bed. W…
-
Full error output:
```
ctest -V -R merge_sinks_stationary_parallel
UpdateCTestConfiguration from :/nobackup/pgrete/src/enzo-e/build-icc-mpi-latest-boost/DartConfiguration.tcl
Parse Config file:/n…
-
Hi,
I am running some big global 3D shell models (which ran fine in 2D) which are running fine until a certain time step (966) and then the code resumes from Timestep 900 snapshot. This then happen…
-
Hi there,
I am running a low resolution 2D visco plastic spherical shell model and on getting this error "All parameter values must be greater than 0 for harmonic averaging!" I found negative tempe…
-
**Description:**
Hello,
I'm have a body tracking system consisting of a head-mounted camera and a set of IMU sensor placed on the head (which is a part of Xsens Awinda system). I want to use Kimera…
-
- [x] `LinearProblem(A,b,p=SciMLBase.NullParameters();u0=nothing,kwargs...)` where kwargs forward to solve
- [ ] `ShiftedLinearProblem(A,b,gamma,p=SciMLBase.NullParameters();u0=nothing,kwargs...) = L…
-
```python
mesh = skfem.MeshTri().refined(1)
def is_facet_on_loop(x):
return (abs(x[0]-.3)+abs(x[1]-.3)) < .3
loop_facets = mesh.facets_satisfying(is_facet_on_loop)
fbasis_p1 = skfem.Fac…
-
Thank you for providing the docker environment!
But when I use it, errors occurs, especially for PCL:
Step 16/19 : RUN cd /home/root/tmp/pcl-1.9.1/build && cmake .. && make -j && make install
…
-
Hi all
I got a prm file before which I used for the affinity test. There, the temperature boundary model doesn't contain a "Fixed temperature boundary indicators" variable. I used it before and it …