plasticity
plasticity copied to clipboard
PRISMS Crystal Plasticity and Continuum Plasticity FEM code
Hello, while following the installation procedure I am facing the following issue after "make" command. /home/kaushikkinny/p4est_files/candi/plasticity/src/ellipticBVP/applyInitialConditions.cc:10:29: error: ‘ZeroFunction’ was not declared in this scope; did you mean ‘dealii::Functions::ZeroFunction’? 10 |...
Hello, I was able to release the main executable file but I am not able to go ahead with the execution. It would great if suggest many any changes that...
PRISMS crashes on incorrectly capitalized input lines. The capitalization patterns seem to be somewhat arbitrary, for example: "Order of finite elements" "Write Mesh To EPS" "Output Equivalent strain" "periodic Tabular...
I can't find tet-to-hex converter code and Euler to Rodrigues convert MATLAB script. Where is it? Please help me.
Trying to install Crystal Plasticity on the HPC cluster at the University of Duisburg-Essen I ran into a few small issues. I have fixed those with the changes included in...
This functionality would work similarly as it does in PRISMS-PF.
Declaring **local_dof_indices** as **std::vector\** is incompatible with deal.II built using 64-bit DoF indices (see deal.II-v9.x.x/include/deal.II/base/types.h in the deal.II installation directory). The type **std::vector\** should be replaced with **std::vector\** We should...