| /libCEED/examples/python/ |
| H A D | ex_common.py | 59 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 D | ex1-volume-f.f90 | 42 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 D | ex3-volume.c | 283 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 D | ex2-surface.c | 314 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 D | ex1-volume.c | 294 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 D | velocity_gradient_projection.c | 16 …elocityGradientProjectionCreateDM(NodalProjectionData grad_velo_proj, User user, PetscInt degree) { in VelocityGradientProjectionCreateDM()
|
| H A D | setupdm.c | 45 PetscErrorCode SetUpDM(DM dm, ProblemData problem, PetscInt degree, PetscInt q_extra, SimpleBC bc, … in SetUpDM()
|
| H A D | dm_utils.c | 417 …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 D | turb_spanstats.c | 29 PetscErrorCode CreateStatsDM(User user, ProblemData problem, PetscInt degree) { in CreateStatsDM()
|
| /libCEED/examples/petsc/ |
| H A D | area.c | 66 degree = 3; // default degree for finite element bases in main() local
|
| H A D | bpssphere.c | 53 …PetscInt degree = 3, q_extra, l_size, g_size, topo_dim = 2, num_comp_x = 3, num_comp_u… in main() local
|
| H A D | bpsraw.c | 59 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 D | bpsswarm.c | 56 …PetscInt degree, q_extra, l_size, g_size, dim = 3, num_comp_u = 1, xl_size, num_points… in main() local
|
| H A D | bps.c | 361 PetscInt num_degrees = 30, degree[30] = {0}, num_local_nodes = 2, local_nodes[2] = {0}; in main() local
|
| H A D | multigrid.c | 52 …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 D | ex1-volume.c | 304 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 D | libceedsetup.c | 42 PetscErrorCode SetupLibceedByDegree(DM dm, Ceed ceed, CeedInt degree, CeedInt topo_dim, CeedInt q_e… in SetupLibceedByDegree()
|
| /libCEED/examples/petsc/include/ |
| H A D | structs.h | 89 PetscInt local_nodes, degree, q_extra, dim, num_comp_u, *mesh_elem; member
|
| /libCEED/examples/fluids/problems/ |
| H A D | newtonian.c | 216 CeedInt degree = user->app_ctx->degree; in NS_NEWTONIAN_IG() local
|
| /libCEED/examples/solids/include/ |
| H A D | structs.h | 55 PetscInt degree; member
|
| /libCEED/examples/fluids/ |
| H A D | navierstokes.h | 89 PetscInt degree; member
|