mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-09-26 03:44:45 +00:00
meneeko ikina lapi
This commit is contained in:
+3
-13
@@ -1,7 +1,6 @@
|
|||||||
# This file is a part of JuliaFEM.
|
# This file is a part of JuliaFEM.
|
||||||
# License is MIT: https://github.com/ovainola/JuliaFEM/blob/master/README.md
|
# License is MIT: see https://github.com/JuliaFEM/JuliaFEM.jl/blob/master/LICENSE.md
|
||||||
=======
|
|
||||||
# This file is a part of JuliaFEM. License is MIT: https://github.com/ovainola/JuliaFEM/blob/master/README.md
|
|
||||||
module abaqus_reader
|
module abaqus_reader
|
||||||
|
|
||||||
using Logging
|
using Logging
|
||||||
@@ -16,11 +15,6 @@ global handlers = Dict()
|
|||||||
@doc """
|
@doc """
|
||||||
Register new handler for parser
|
Register new handler for parser
|
||||||
""" ->
|
""" ->
|
||||||
=======
|
|
||||||
"""
|
|
||||||
Register new handler for parser
|
|
||||||
"""
|
|
||||||
>>>>>>> 3e48ae32abe7a17af89cd1e23d798532aed2960a
|
|
||||||
function add_handler(section, function_name)
|
function add_handler(section, function_name)
|
||||||
handlers[section] = function_name
|
handlers[section] = function_name
|
||||||
end
|
end
|
||||||
@@ -137,9 +131,5 @@ add_handler("NODE", parse_node_section)
|
|||||||
add_handler("ELEMENT", parse_element_section)
|
add_handler("ELEMENT", parse_element_section)
|
||||||
add_handler("NSET", parse_nodeset_section)
|
add_handler("NSET", parse_nodeset_section)
|
||||||
|
|
||||||
|
end
|
||||||
|
|
||||||
<<<<<<< HEAD
|
|
||||||
end
|
|
||||||
=======
|
|
||||||
end
|
|
||||||
>>>>>>> 3e48ae32abe7a17af89cd1e23d798532aed2960a
|
|
||||||
|
|||||||
@@ -1,11 +1,6 @@
|
|||||||
# This file is a part of JuliaFEM.
|
# This file is a part of JuliaFEM.
|
||||||
# License is MIT: see https://github.com/JuliaFEM/JuliaFEM.jl/blob/master/LICENSE.md
|
# License is MIT: see https://github.com/JuliaFEM/JuliaFEM.jl/blob/master/LICENSE.md
|
||||||
|
|
||||||
function test(a)
|
|
||||||
return a*2
|
|
||||||
end
|
|
||||||
|
|
||||||
|
|
||||||
function C2D4(xx)
|
function C2D4(xx)
|
||||||
theta = 1
|
theta = 1
|
||||||
chi = xx[1]
|
chi = xx[1]
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
# This file is a part of JuliaFEM.
|
||||||
|
# License is MIT: see https://github.com/JuliaFEM/JuliaFEM.jl/blob/master/LICENSE.md
|
||||||
|
|
||||||
using FactCheck
|
using FactCheck
|
||||||
using Logging
|
using Logging
|
||||||
@Logging.configure(level=INFO)
|
@Logging.configure(level=INFO)
|
||||||
|
|||||||
Reference in New Issue
Block a user