JuliaFEM / JuliaFEM.jl

The JuliaFEM software library is a framework that allows for the distributed processing of large Finite Element Models across clusters of computers using simple programming models. It is designed to scale up from single servers to thousands of machines, each offering local computation and storage.
http://juliafem.github.io/JuliaFEM.jl/latest/
MIT License
250 stars 66 forks source link

Implement new function create_nodal_elements #164

Closed ahojukka5 closed 7 years ago

ahojukka5 commented 7 years ago

This function can be used to create elements from node set defined in mesh. Resulting elements are of type Poi1, that is, they don't have any volume but it's still possible to add boundary conditions to them which are then enforced in discrete sense.

coveralls commented 7 years ago

Coverage Status

Coverage increased (+0.1%) to 91.337% when pulling 30d482a95e27c5810dda8bd6b24980013e639303 on feature/add_nodal_elements into 741bb8d0571f39f444876bcf2beaff272a0ea24a on master.