calcNLN

| main | Tutorials | Functions | website |

Computes the product N' x L x N for 1D linear elements in vectorized manner This is used internally. Currently the computations are performed within this function. However in the future this will be used as wraper wich will call the appropriate function depending the element type and order.

Contents

Usage

NLN = calcNLN(N, L)

Documentation to be completed...

| main | Tutorials | Functions | website |