| /honee/examples/ |
| H A D | stdoutParsing.py | 29 values = {} 33 values["degree"] = match[1] 34 values["dofs"] = match[2] 36 values["time"] = match[4] 37 values["error"] = match[5] 42 values["box_face" + str(i)] = box_face 44 return values 53 values = parseFile(file) variable 54 results = results.append(values, ignore_index=True)
|
| H A D | conv_plot.py | 47 p = data['degree'].values[0]
|
| /honee/src/ |
| H A D | monitor_cfl.c | 9 Vec values; member 20 PetscCall(VecDestroy(&monitor_ctx_->values)); in MonitorCflCtxDestroy() 118 …ateLocalVecs(op_monitor, DMReturnVecType(honee->dm), PETSC_COMM_SELF, NULL, &monitor_ctx->values)); in SetupMontiorCfl() 119 PetscCall(VecSetBlockSize(monitor_ctx->values, num_comp_cfl)); in SetupMontiorCfl() 154 …PetscCall(ApplyCeedOperatorLocalToLocal(honee->Q_loc, monitor_ctx->values, monitor_ctx->op_monitor… in TSMonitor_Cfl() 156 PetscCall(VecMin(monitor_ctx->values, NULL, &part_minmax[0])); in TSMonitor_Cfl() 157 PetscCall(VecMax(monitor_ctx->values, NULL, &part_minmax[1])); in TSMonitor_Cfl()
|
| H A D | monitor_totalkineticenergy.c | 10 Vec values; member 23 PetscCall(VecDestroy(&monitor_ctx_->values)); in MonitorTotalKEDestroy() 111 …ateLocalVecs(op_monitor, DMReturnVecType(honee->dm), PETSC_COMM_SELF, NULL, &monitor_ctx->values)); in SetupMontiorTotalKineticEnergy() 112 PetscCall(VecSetBlockSize(monitor_ctx->values, num_comp_totalke)); in SetupMontiorTotalKineticEnergy() 150 …PetscCall(ApplyCeedOperatorLocalToLocal(honee->Q_loc, monitor_ctx->values, monitor_ctx->op_monitor… in TSMonitor_TotalKineticEnergy() 153 PetscCall(VecStrideSum(monitor_ctx->values, i, &monitor_ctx->sum_values[i])); in TSMonitor_TotalKineticEnergy()
|
| H A D | mat-ceed.c | 118 const CeedScalar *values; in MatCeedAssemblePointBlockDiagonalCOO() local 128 PetscCallCeed(ctx->ceed, CeedVectorGetArrayRead(ctx->coo_values_pbd, mem_type, &values)); in MatCeedAssemblePointBlockDiagonalCOO() 129 PetscCall(MatSetValuesCOO(mat_coo, values, INSERT_VALUES)); in MatCeedAssemblePointBlockDiagonalCOO() 132 PetscCallCeed(ctx->ceed, CeedVectorRestoreArrayRead(ctx->coo_values_pbd, &values)); in MatCeedAssemblePointBlockDiagonalCOO() 758 const CeedScalar *values; in MatCeedAssembleCOO() local 768 PetscCallCeed(ctx->ceed, CeedVectorGetArrayRead(ctx->coo_values_full, mem_type, &values)); in MatCeedAssembleCOO() 769 PetscCall(MatSetValuesCOO(mat_coo, values, INSERT_VALUES)); in MatCeedAssembleCOO() 772 PetscCallCeed(ctx->ceed, CeedVectorRestoreArrayRead(ctx->coo_values_full, &values)); in MatCeedAssembleCOO()
|
| /honee/tests/ |
| H A D | junit_common.py | 49 def __call__(self, parser, namespace, values, option_string=None): argument 50 if isinstance(values, self.enum_type): 52 elif isinstance(values, str): 53 values = self.enum_type(values.lower()) 54 elif isinstance(values, Iterable): 55 values = [self.enum_type(v.lower()) for v in values] 58 setattr(namespace, self.dest, values)
|
| /honee/ |
| H A D | Doxyfile | 106 # Possible values are: Afrikaans, Arabic, Armenian, Brazilian, Bulgarian, 139 # following values are used ($name is automatically replaced with the name of 369 # Possible values are: DOXYGEN use a fixed 'autotoc_md' string followed by a 504 # Possible values are: YES, NO, DATETIME and DATE. 629 # Possible values are: SYSTEM, NO and YES. 883 # undocumented enumeration values. If set to NO, doxygen will accept 884 # undocumented enumeration values. If EXTRACT_ALL is set to YES then this flag 901 # Possible values are: NO, YES, FAIL_ON_WARNINGS and FAIL_ON_WARNINGS_PRINT. 1365 # Possible values are: LIGHT always generate light mode output, DARK always 1397 # gradually make the output lighter, whereas values above 100 make the output [all …]
|
| /honee/doc/ |
| H A D | examples.md | 302 …r pressure in the inviscid flux terms (all other inviscid flux terms use interior solution values). 509 … 0.1 for piecewise linear elements in the current implementation. Larger values approaching unity … 607 For the outflow boundary conditions, we have used the current values of $E$, following {cite}`papan…
|
| H A D | theory.md | 353 For linear basis functions, this leads to constant values of $\nabla \cdot \bm F_{\text{diff}}$ wit… 613 The `STGInflow.dat` file is a table of values at given distances from the wall. 614 These values are then interpolated to a physical location (node or quadrature point). It has the fo…
|
| H A D | auxiliary.md | 422 - List of scalar values for different filter widths to calculate for training data
|