ewyser / ep2DeJu

Small Julia project of an explicit finite strain implementation of elasto-plastic problems within a material point framework
MIT License
3 stars 0 forks source link

fix optimal RAM-to-cache communication #6

Closed ewyser closed 11 months ago

ewyser commented 11 months ago

supobtimal transfer for mpD.p2n, `mpD.mpD.ϕ∂ϕ, the latter shloud be of size(nn,nmp)and(nn,nmp,nD)

ewyser commented 11 months ago

Partial fix in https://github.com/ewyser/ep2DeJu/pull/9#issue-1950882788