yangbai90

Results 14 issues of yangbai90

I have tried the atom 1.60 on my newly installed KUbuntu 22.04 LTS, however, it is always crashed. The error message looks like below: ```shell /usr/bin/atom: line 195: 345517 Illegal...

The postprocess for nodal material properties is required. The nodal type postprocess for material peroperties should contain: - [ ] scalar material output based on node id - [ ]...

It can be extremely useful to implement a transformation class for the calculation between different systems, i.e., the cartesian coordinate to the spherical coordinate system, three-dimensional system to the pseudo-2D...

The gpProj vector in the Elmt class is incorrectly assembled; it should be node independent. An additional function to save the global residual array should be implemented for the reaction...

When compiling with gcc11.2.0, the following error occurs: ``` In file included from /home/by/Projects/GitHub/AsFem/external/eigen/Eigen/Core:330, from /home/by/Projects/GitHub/AsFem/external/eigen/Eigen/Dense:1, from /home/by/Projects/GitHub/AsFem/external/eigen/Eigen/Eigen:1, from /home/by/Projects/GitHub/AsFem/src/Utils/MathUtils/RankTwoTensor.cpp:17: /home/by/Projects/GitHub/AsFem/external/eigen/Eigen/src/Core/products/TriangularMatrixVector.h: In static member function ‘static void Eigen::internal::trmv_selector::run(const Lhs&, const...

The APIs for "Elst" and "Nset" should be well defined in Abaqus IO. Both the "Elst" block and "Nset" block should be put into two different mesh information set. ```...

bug
enhancement

Currently, only ASCII based output is available, we need also the binary format output in all the format, i.e. vtu, vtk, and csv.

The *.inp file import function is required in the [mesh] block. Its time to design a more flexible mesh importer for different kinds of mesh, i.e. inp, msh and msh4...

enhancement

Some input files of mechanics failed during the tests, we need some repairing work for them.

bug
help wanted
question

We need a better solution for folder-based output, which is a very natural property in C++17. However, for some old compiler, it is not supported. We need a solution to...

enhancement