Skip to content
Snippets Groups Projects
Commit a8ea4a8e authored by Gauthier Becker's avatar Gauthier Becker
Browse files

Remove ElasticFields. Now the solver has a vector<partDomain*> and not

vector<partDomain> (I use Domain in place of Field because field is for the computation of unkwowns). A component of this vector can be a ElasticField but also an other type of Domain. The Linear and Bilinear terms are included in the
domain which allow to use properly the iterative scheme with different
terms. 

The Gauss Integration Rule is also included in the Domain which allow to
choose this integration. In case of a dgLinearShellDomain
underintegration is chosen for second order shape functions and full
integration is performed for third order shape functions. NB: A lua
intereaction can be added to allow an user's choice of the Integration
Rule.

Update Benchmarks
 
parent 4490592b
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment