-
Hi Folks,
I'm looking at your JOSS submission and I started with readme. The pip install doesn't seem to properly place your build_tort.sh script (with or without sudo). See below for the first error…
-
I want to write about kratos in my university
Kratos is an analysis engine, it is called by its creators as the evolution of a scientific code, which is programmed in C ++ and is open source, it h…
-
**Describe the bug**
Umpire Segfaults while creating the DEVICE_CONST allocator.
**To Reproduce**
I am using CHAI + UMPIRE in a large multiphysics code. Have not attempted to reproduce yet in…
-
When I type make test, it gives me:
52% tests passed, 91 tests failed out of 188
Total Test time (real) = 177.83 sec
The following tests FAILED:
2 - utPeridigm_Compute_Force_MPI_np…
-
At the Albany Users Meeting there was some discussion of moving this repository to a GitHub Organization. The major benefit would be the existence of teams and the related permissions hierarchy. Unfor…
-
Hello Everyone,
The following is a feature request for OpenMC.
I am working on coupling OpenMC to a multiphysics finite element package. We are building OpenMC as a dynamic library so that its modu…
-
In the current PyLith multiphysics branch (knepley/feature-petsc-fe), we will not allow multiple Neumann BC per field. PETSc currently assumes that there is only one Neumann BC per field and we have n…
-
I often get asked why OpenMC is written in Fortran instead of C or C++ or another language. When I started the code, @bforget and I were interested primarily in developing and studying parallel algori…
-
Undefined variable "ModelUtil" or class "ModelUtil.create".
Error in calcStress (line 10)
model = ModelUtil.create(modelname);
Error in segmentBeads_v0_1>calcforce_Callback (line 880)
model=ca…
-
### Description of the enhancement or error report
Our current residual and Jacobian evaluation is significantly slower (maybe 10 times) than a hand-coded evaluation mainly due to the utilization of …