AsFem icon indicating copy to clipboard operation
AsFem copied to clipboard

Advanced Simulation kit based on Finite Element Method (AsFem)

Results 21 AsFem issues
Sort by recently updated
recently updated
newest added

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

It would help to add support for contact formulations.

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

Every time, I have to save the mesh file from netgen as xxx.gmsh2 (in the old version, it is xxx.msh), then re-mesh it in gmsh due to the different node...

enhancement

It's time to implement the restart/recover functions for long-time simulation. The restart file is required for such a purpose, which should contain: - [ ] solutions of current and previous...

The auto test scripts should be developed for different toolkits, for instance: - [ ] gcc/openmpi - [ ] gcc/mpich - [ ] clang/openmpi - [ ] clang/mpich - [...