mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-09-20 10:08:31 +00:00
test data for 3d block
This commit is contained in:
@@ -7,7 +7,7 @@ using JuliaFEM.Postprocess
|
||||
using JuliaFEM.Test
|
||||
|
||||
function calc_model(mesh_name; with_volume_load=false, debug_print=false)
|
||||
meshfile = Pkg.dir("JuliaFEM")*"/geometry/3d_blocks/BLOCK.med"
|
||||
meshfile = Pkg.dir("JuliaFEM")*"/test/testdata/3d_block.med"
|
||||
mesh = aster_read_mesh(meshfile, mesh_name)
|
||||
|
||||
block = Problem(Elasticity, "BLOCK", 3)
|
||||
|
||||
Vendored
BIN
Binary file not shown.
Reference in New Issue
Block a user