Home
last modified time | relevance | path

Searched refs:SgsDDContext (Results 1 – 2 of 2) sorted by relevance

/honee/qfunctions/
H A Dsgs_dd_model.h16 typedef struct SgsDDContext_ *SgsDDContext; typedef
37 …R void DataDrivenInference(const CeedScalar *inputs, CeedScalar *outputs, SgsDDContext sgsdd_ctx) { in DataDrivenInference()
56 … const CeedScalar viscosity, CeedScalar kmsgs_stress[6], SgsDDContext sgsdd_ctx) { in ComputeSgsDD_Fused()
75 const SgsDDContext sgsdd_ctx = (SgsDDContext)ctx; in ComputeSgsDDNodal_Fused()
119 const SgsDDContext sgsdd_ctx = (SgsDDContext)ctx; in ComputeSgsDDNodal_Sequential_Inputs()
162 const SgsDDContext sgsdd_ctx = (SgsDDContext)ctx; in ComputeSgsDDNodal_Sequential_Inference()
183 const SgsDDContext sgsdd_ctx = (SgsDDContext)ctx; in ComputeSgsDDNodal_Sequential_Outputs()
/honee/problems/
H A Dsgs_dd_model.c594 …Code SgsDDContextFill(MPI_Comm comm, char data_dir[PETSC_MAX_PATH_LEN], SgsDDContext *psgsdd_ctx) { in SgsDDContextFill()
595 SgsDDContext sgsdd_ctx; in SgsDDContextFill()
602 SgsDDContext sgsdd_temp; in SgsDDContextFill()
646 SgsDDContext sgsdd_ctx; in SgsDDSetup()