Lines Matching refs:context
38 const Physics context = (Physics)ctx; in ElasResidual_Linear() local
39 const CeedScalar E = context->E; in ElasResidual_Linear()
40 const CeedScalar nu = context->nu; in ElasResidual_Linear()
135 const Physics context = (Physics)ctx; in ElasJacobian_Linear() local
136 const CeedScalar E = context->E; in ElasJacobian_Linear()
137 const CeedScalar nu = context->nu; in ElasJacobian_Linear()
227 const Physics context = (Physics)ctx; in ElasEnergy_Linear() local
228 const CeedScalar E = context->E; in ElasEnergy_Linear()
229 const CeedScalar nu = context->nu; in ElasEnergy_Linear()
295 const Physics context = (Physics)ctx; in ElasDiagnostic_Linear() local
296 const CeedScalar E = context->E; in ElasDiagnostic_Linear()
297 const CeedScalar nu = context->nu; in ElasDiagnostic_Linear()