Home
last modified time | relevance | path

Searched defs:sol_degree (Results 1 – 5 of 5) sorted by relevance

/libCEED/examples/ceed/
H A Dex3-volume.c59 CeedInt sol_degree = 4; // polynomial degree for the solution in main() local
H A Dex2-surface.c60 CeedInt sol_degree = 4; // polynomial degree for the solution in main() local
H A Dex1-volume.c60 CeedInt sol_degree = 4; // polynomial degree for the solution in main() local
H A Dex1-volume-f.f90258 integer fe_dim, num_comp_x, mesh_degree, sol_degree, num_qpts variable
/libCEED/examples/rust-qfunctions/
H A Dex1-volume.c61 CeedInt sol_degree = 4; // polynomial degree for the solution in main() local