Searched refs:size (Results 1 – 11 of 11) sorted by relevance
| /honee/doc/css/ |
| H A D | altair-plot.css | 5 font-size: 13px;
|
| /honee/src/ |
| H A D | bc_definition.c | 88 PetscMPIInt size; in BCDefinitionView() local 96 PetscCallMPI(MPI_Comm_size(PetscObjectComm((PetscObject)bc_def), &size)); in BCDefinitionView() 97 if (size == 1 && format == PETSC_VIEWER_LOAD_BALANCE) PetscFunctionReturn(PETSC_SUCCESS); in BCDefinitionView()
|
| H A D | dm-utils.c | 539 PetscInt dim, num_fields, offset = 0, size = 0; in GetClosurePermutationAndFieldOffsetAtDepth() local 567 size += field_size; in GetClosurePermutationAndFieldOffsetAtDepth() 572 … PetscCall(PetscSectionGetClosurePermutation(section, (PetscObject)dm, depth, size, permutation)); in GetClosurePermutationAndFieldOffsetAtDepth()
|
| H A D | mat-ceed.c | 260 PetscMPIInt size, rank; in MatView_Ceed() local 269 PetscCallMPI(MPI_Comm_size(PetscObjectComm((PetscObject)mat_ceed), &size)); in MatView_Ceed() 270 if (size == 1 && format == PETSC_VIEWER_LOAD_BALANCE) PetscFunctionReturn(PETSC_SUCCESS); in MatView_Ceed()
|
| /honee/src/spanstats/ |
| H A D | spanstats.c | 60 PetscMPIInt size; in SpanwiseStatisticssCreateDM() local 90 PetscCallMPI(MPI_Comm_size(comm, &size)); in SpanwiseStatisticssCreateDM() 94 } else if (size > 1) { in SpanwiseStatisticssCreateDM() 95 …mm, "WARNING: Spanwise statistics: parent DM could not be distributed accross %d ranks.\n", size)); in SpanwiseStatisticssCreateDM()
|
| /honee/ |
| H A D | Makefile | 323 … $(if $(USE_TORCH),--has-torch $(USE_TORCH) )--nproc $(NPROC_TEST) --pool-size $(NPROC_POOL) --sea… 345 … $(if $(USE_TORCH),--has-torch $(USE_TORCH) )--nproc $(NPROC_TEST) --pool-size $(NPROC_POOL) --sea… 354 … $(if $(USE_TORCH),--has-torch $(USE_TORCH) )--nproc $(NPROC_TEST) --pool-size $(NPROC_POOL) --sea…
|
| H A D | CHANGELOG.md | 11 - For strong STG, element size is calculated from cell-to-face basis. `-stg_dx` no longer needed in…
|
| H A D | Doxyfile | 475 # The size of the symbol lookup cache can be set using LOOKUP_CACHE_SIZE. This 480 # cache size is given by this formula: 2^(16+LOOKUP_CACHE_SIZE). The valid range 481 # is 0..9, the default is 0, corresponding to a cache size of 2^16=65536 483 # the optimal cache size from a speed point of view. 1738 # Use this tag to change the font size of LaTeX formulas included as images in 1739 # the HTML documentation. When you change the font size after a successful 2219 # the XML output. Note that enabling this will significantly increase the size 2286 # size of the Perl module output will be much smaller and Perl will parse it 2541 # number of items for each type to make the size more manageable. Set this to 0 2731 # the size of a graph can be further restricted by MAX_DOT_GRAPH_DEPTH. [all …]
|
| /honee/doc/ |
| H A D | auxiliary.md | 16 where $z$ is the spanwise direction, the domain has size $[0, L_z]$ in the spanwise direction, and … 255 To account for this, we use $\beta$ to scale the filter tensor to the appropriate size, as is done … 256 To match the "size" of a normal kernel to our differential kernel, we attempt to have them match se… 276 - Use filter width based on the grid size 286 - Scaling to make differential kernel size equivalent to other filter kernels
|
| H A D | examples.md | 73 The Strouhal number (nondimensional shedding frequency) is sensitive to the size of the computation… 765 Note that the wave frequency, velocity direction, and domain size are set specifically to allow bi-…
|
| H A D | theory.md | 699 …- Set the element size in the x direction. Default is calculated for box meshes, assuming equispac… 704 - Scale element size for cutoff frequency calculation
|