Home
last modified time | relevance | path

Searched defs:degree (Results 1 – 21 of 21) sorted by relevance

/libCEED/examples/python/
H A Dex_common.py59 def get_cartesian_mesh_size(dim, degree, prob_size): argument
91 def build_cartesian_restriction(ceed, dim, num_xyz, degree, num_comp, num_q_comp, num_qpts, create_… argument
/libCEED/examples/ceed/
H A Dex1-volume-f.f9042 subroutine getcartesianmeshsize(fe_dim, degree, prob_size, num_xyz) argument
45 integer degree local
75 subroutine buildcartesianrestriction(ceed, fe_dim, num_xyz, degree, num_comp, mesh_size, num_qpts, … argument
83 integer degree local
H A Dex3-volume.c283 int GetCartesianMeshSize(CeedInt dim, CeedInt degree, CeedInt prob_size, CeedInt num_xyz[dim]) { in GetCartesianMeshSize()
307 int BuildCartesianRestriction(Ceed ceed, CeedInt dim, CeedInt num_xyz[dim], CeedInt degree, CeedInt… in BuildCartesianRestriction()
H A Dex2-surface.c314 int GetCartesianMeshSize(CeedInt dim, CeedInt degree, CeedInt prob_size, CeedInt num_xyz[3]) { in GetCartesianMeshSize()
338 int BuildCartesianRestriction(Ceed ceed, CeedInt dim, CeedInt num_xyz[3], CeedInt degree, CeedInt n… in BuildCartesianRestriction()
H A Dex1-volume.c294 int GetCartesianMeshSize(CeedInt dim, CeedInt degree, CeedInt prob_size, CeedInt num_xyz[dim]) { in GetCartesianMeshSize()
318 int BuildCartesianRestriction(Ceed ceed, CeedInt dim, CeedInt num_xyz[dim], CeedInt degree, CeedInt… in BuildCartesianRestriction()
/libCEED/examples/fluids/src/
H A Dvelocity_gradient_projection.c16 …elocityGradientProjectionCreateDM(NodalProjectionData grad_velo_proj, User user, PetscInt degree) { in VelocityGradientProjectionCreateDM()
H A Dsetupdm.c45 PetscErrorCode SetUpDM(DM dm, ProblemData problem, PetscInt degree, PetscInt q_extra, SimpleBC bc, … in SetUpDM()
H A Ddm_utils.c417 …SetupByOrderBegin_FEM(PetscBool setup_faces, PetscBool setup_coords, PetscInt degree, PetscInt coo… in DMSetupByOrderBegin_FEM()
510 PetscErrorCode DMSetupByOrder_FEM(PetscBool setup_faces, PetscBool setup_coords, PetscInt degree, P… in DMSetupByOrder_FEM()
H A Dturb_spanstats.c29 PetscErrorCode CreateStatsDM(User user, ProblemData problem, PetscInt degree) { in CreateStatsDM()
/libCEED/examples/petsc/
H A Darea.c66 degree = 3; // default degree for finite element bases in main() local
H A Dbpssphere.c53 …PetscInt degree = 3, q_extra, l_size, g_size, topo_dim = 2, num_comp_x = 3, num_comp_u… in main() local
H A Dbpsraw.c59 static void GlobalNodes(const PetscInt p[3], const PetscInt i_rank[3], PetscInt degree, const P… in GlobalNodes()
62 static PetscInt GlobalStart(const PetscInt p[3], const PetscInt i_rank[3], PetscInt degree, const P… in GlobalStart()
342 …PetscInt degree, q_extra, local_nodes, local_elem, mesh_elem[3], m_nodes[3], p[3], i_rank[3], l_no… in main() local
H A Dbpsswarm.c56 …PetscInt degree, q_extra, l_size, g_size, dim = 3, num_comp_u = 1, xl_size, num_points… in main() local
H A Dbps.c361 PetscInt num_degrees = 30, degree[30] = {0}, num_local_nodes = 2, local_nodes[2] = {0}; in main() local
H A Dmultigrid.c52 …PetscInt degree = 3, q_extra, *l_size, *xl_size, *g_size, dim = 3, fine_level, mesh_elem[3] = {3, … in main() local
/libCEED/examples/rust-qfunctions/
H A Dex1-volume.c304 int GetCartesianMeshSize(CeedInt dim, CeedInt degree, CeedInt prob_size, CeedInt num_xyz[dim]) { in GetCartesianMeshSize()
328 int BuildCartesianRestriction(Ceed ceed, CeedInt dim, CeedInt num_xyz[dim], CeedInt degree, CeedInt… in BuildCartesianRestriction()
/libCEED/examples/petsc/src/
H A Dlibceedsetup.c42 PetscErrorCode SetupLibceedByDegree(DM dm, Ceed ceed, CeedInt degree, CeedInt topo_dim, CeedInt q_e… in SetupLibceedByDegree()
/libCEED/examples/petsc/include/
H A Dstructs.h89 PetscInt local_nodes, degree, q_extra, dim, num_comp_u, *mesh_elem; member
/libCEED/examples/fluids/problems/
H A Dnewtonian.c216 CeedInt degree = user->app_ctx->degree; in NS_NEWTONIAN_IG() local
/libCEED/examples/solids/include/
H A Dstructs.h55 PetscInt degree; member
/libCEED/examples/fluids/
H A Dnavierstokes.h89 PetscInt degree; member