Skip to content

Error: IO Failure to open post.force file #9

Answered by mkasemer
dannypanduro asked this question in Q&A
Discussion options

You must be logged in to vote

FEPX supports only ten node tetrahedral elements, per the documentation. When meshing with neper, you cannot use hex elements (-elttype hex), and you must specify the order of the elements to be 2, or quadratic (-order 2). Look at the mesh generation shell scripts provided with the examples (generate_mesh.sh) to view standard tessellation and meshing techniques. For example, the "1_uniaxial" example provided with the code:

#!/bin/bash

# Generate the tessellation and mesh files for use in example `1_uniaxial'
# - This bash script requires a configured installation of Neper 4.0.0
#   in order to be properly executed.

# First, generate a centroidal tessellation for the domain with `Neper -…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@dannypanduro
Comment options

Answer selected by dannypanduro
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants