Go to the source code of this file.
|
|
template<int I_SIZE, int J_SIZE, int NUM_NODES> |
| GEOS_HOST_DEVICE void | geos::solidMechanicsConformingContactKernelsHelper::accumulateAtuLocalOperator (real64(&matrix)[I_SIZE][J_SIZE], real64(&N)[NUM_NODES], int const (&perm)[NUM_NODES], real64 const detJ) |
| |
|
template<int I_SIZE, int J_SIZE, int NUM_SUPPORTS> |
| GEOS_HOST_DEVICE void | geos::solidMechanicsConformingContactKernelsHelper::assembleStrainOperator (real64(&strainMatrix)[I_SIZE][J_SIZE], real64(&dNdX)[NUM_SUPPORTS][3]) |
| |