Home
last modified time | relevance | path

Searched refs:GetLogical (Results 1 – 25 of 206) sorted by relevance

123456789

/dports/science/elmerfem/elmerfem-release-9.0/fem/src/modules/ResultOutputSolve/
H A DResultOutputSolver.F9081 SaveGid = GetLogical(Params,'Gid Format',Found)
82 SaveGmsh = GetLogical(Params,'Gmsh Format',Found)
83 SaveVTK = GetLogical(Params,'VTK Format',Found)
84 SaveVTU = GetLogical(Params,'VTU Format',Found)
85 SaveOpenDx = GetLogical(Params,'Dx Format',Found)
86 SaveEP = GetLogical(Params,'Elmerpost Format',Found)
114 IF ( GetLogical(Params,'Show Variables',Found) ) THEN
151 SaveAllMeshes = GetLogical( Params,'Save All Meshes',Found )
152 SaveThisMesh = GetLogical( Params,'Save This Mesh Only',Found )
/dports/science/elmerfem/elmerfem-release-9.0/fem/src/modules/
H A DFluxSolver.F9090 CalculateGradMag = GetLogical(SolverParams,'Calculate Grad Magnitude',GotIt)
91 CalculateGrad = GetLogical(SolverParams,'Calculate Grad',GotIt)
93 CalculateFluxMag = GetLogical(SolverParams,'Calculate Flux Magnitude',GotIt)
94 CalculateFlux = GetLogical(SolverParams,'Calculate Flux',GotIt)
180 ConstantBulkMatrix = GetLogical( SolverParams, 'Constant Bulk Matrix', GotIt )
416 IF (GetLogical(GetSolverParams(),'Discontinuous Galerkin',Found)) THEN
417 IF (GetLogical(GetSolverParams(),'Average Within Materials',Found)) THEN
586 CalculateGrad = GetLogical(SolverParams,'Calculate Grad',GotIt)
589 CalculateFlux = GetLogical(SolverParams,'Calculate Flux',GotIt)
634 IF( GetLogical( SolverParams,'Calculate Flux Abs',GotIt) ) THEN
[all …]
H A DVectorHelmholtz.F90215 IF( GetLogical( SolverParams,'Quadratic Approximation', Found ) ) THEN
218 PiolaVersion = GetLogical( SolverParams,'Use Piola Transform', Found )
251 LowFrequencyModel = GetLogical( SolverParams,'Low Frequency Model',Found)
260 GetLogical( SolverParams, 'Edge Basis', Found )
773 IF( GetLogical(SolverParams,'Discontinuous Galerkin',Found)) RETURN
822 IF (GetLogical(Solver % Values,'Calculate Electric field',Found)) THEN
904 IF (GetLogical(SolverParams,'Show Angular Frequency',Found)) &
907 NodalFields = GetLogical( SolverParams, 'Calculate Nodal Fields', Found)
916 IF (GetLogical(SolverParams,'Calculate Electric field',Found)) THEN
1276 IF (GetLogical( SolverParams,'Discontinuous Galerkin',Found)) THEN
[all …]
H A DParticleDynamics.F90200 TrueCollision = GetLogical( Params,'True Collision Mode')
326 ParticleBunch = GetLogical( Params,'Particle Bunch',Found)
531 GetLogical( Params,'Box Particle Contact',Found)
540 StatInfo = GetLogical( Params,'Statistical Info',Found)
541 ParticleInfo = GetLogical( Params,'Particle Info',Found)
542 TimeInfo = GetLogical( Params,'Timing Info',Found)
554 GetLogical( Params,'Reinitialize Particles',Found) ) THEN
585 IF( GetLogical( Params,'Particle Distance',Found) ) THEN
914 GotBuoyancy = GetLogical( Params,'Particle Lift',Found)
1687 WallTrace = GetLogical( BC,'Particle Trace',Found)
[all …]
H A DDataToFieldSolver.F90103 GivenNormalize = GetLogical( Params,'Normalize by Given Weight',Found)
105 GivenNormalize = GetLogical( Params,'Normalize Data by Weight',Found)
122 ConstantWeightSum = GetLogical( Params,'Set Constant Weight Sum',Found)
125 NodalNormalize = GetLogical( Params,'Normalize by Nodal Weight',Found)
160 MaskDiffusion = GetLogical( Params,'Mask Diffusion',Found )
175 UseLogScale = GetLogical( Params,'Logarithmic Fitting',Found)
181 ContinueWithBC = GetLogical( Params,'Continue BC With Boundary Assembly',Found )
208 RevertLogScale = GetLogical( Params,'Revert Logarithmic Fitting',Found)
601 IF(.NOT. GetLogical( BC, CondName ,Found)) CYCLE
755 GivenNormalize = GetLogical( Params,'Normalize by Given Weight',Found)
[all …]
H A DStressSolve.F90335 Incompr = GetLogical( SolverParams, 'Incompressible', Found )
449 Contact = GetLogical( SolverParams, 'Contact', Found )
1059 PlaneStress = GetLogical( Equation, 'Plane Stress',Found )
1068 GetLogical( Material, 'Youngs Modulus at IP',Found)
1072 GetLogical( Material, 'Poisson Ratio at IP',Found)
1105 GetLogical( Material, 'Youngs Modulus at IP',Found)
1783 IF(.NOT. GetLogical( Equation, eqname, Found )) CYCLE
1894 FreeFactorize = GetLogical( SolverParams, &
1896 SkipChange = GetLogical( SolverParams, &
2890 PlaneStress = GetLogical( Equation, 'Plane Stress' ,Found )
[all …]
H A DEMWaveSolver.F90148 SecondOrder = GetLogical( SolverParams, 'Quadratic Approximation', Found )
152 PiolaVersion = GetLogical(SolverParams, 'Use Piola Transform', Found )
238 SecondOrder = GetLogical( SolverParams, 'Quadratic Approximation', Found )
242 PiolaVersion = GetLogical( SolverParams,'Use Piola Transform', Found )
277 GetLogical( SolverParams, 'Edge Basis', Found )
639 IF( GetLogical(SolverParams,'Discontinuous Galerkin',Found)) RETURN
690 IF (GetLogical(SolverParams,'Calculate Electric field derivatives',Found)) THEN
733 NodalFields = GetLogical( SolverParams, 'Calculate Nodal Fields', Found)
826 PiolaVersion = GetLogical( pSolver % Values,'Use Piola Transform', Found )
903 IF (GetLogical( SolverParams,'Discontinuous Galerkin',Found)) THEN
[all …]
H A DHelmholtzProjection.F90121 SecondOrder = GetLogical(SolverPtr % Values, 'Quadratic Approximation', Found)
126 PiolaVersion = GetLogical(SolverPtr % Values, 'Use Piola Transform', Found)
280 PiolaVersion = GetLogical(SolverParams, 'Use Piola Transform', Found)
281 SecondOrder = GetLogical(SolverParams, 'Quadratic Approximation', Found)
410 SecondOrder = GetLogical(SolverPtr % Values, 'Quadratic Approximation', Found)
415 PiolaVersion = GetLogical(SolverPtr % Values, 'Use Piola Transform', Found)
H A DStreamSolver.F90116 Shifting = GetLogical( SolverParams, 'Stream Function Shifting', Found )
122 Scaling = GetLogical( SolverParams, 'Stream Function Scaling', Found )
128 DirichletPoint = GetLogical( SolverParams, 'Dirichlet Point', Found )
134 StokesStream = GetLogical( SolverParams, 'Stokes Stream Function', Found )
/dports/emulators/yuzu/yuzu-0b47f7a46/src/video_core/renderer_vulkan/
H A Dvk_compute_pipeline.cpp62 return device.GetLogical().CreateDescriptorSetLayout({ in CreateDescriptorSetLayout()
72 return device.GetLogical().CreatePipelineLayout({ in CreatePipelineLayout()
93 return device.GetLogical().CreateDescriptorUpdateTemplateKHR({ in CreateDescriptorUpdateTemplate()
110 return device.GetLogical().CreateShaderModule({ in CreateShaderModule()
150 return device.GetLogical().CreateComputePipeline(ci); in CreatePipeline()
H A Dvk_swapchain.cpp71 device.GetLogical().WaitIdle(); in Create()
83 device.GetLogical().AcquireNextImageKHR(*swapchain, std::numeric_limits<u64>::max(), in AcquireNextImage()
181 swapchain = device.GetLogical().CreateSwapchainKHR(swapchain_ci); in CreateSwapchain()
196 [this] { return device.GetLogical().CreateSemaphore(); }); in CreateSemaphores()
227 image_views[i] = device.GetLogical().CreateImageView(ci); in CreateImageViews()
H A Dvk_blit_screen.cpp382 [this] { return device.GetLogical().CreateSemaphore(); }); in CreateSemaphores()
405 descriptor_pool = device.GetLogical().CreateDescriptorPool(ci); in CreateDescriptorPool()
461 renderpass = device.GetLogical().CreateRenderPass(renderpass_ci); in CreateRenderPass()
490 descriptor_set_layout = device.GetLogical().CreateDescriptorSetLayout(ci); in CreateDescriptorSetLayout()
517 pipeline_layout = device.GetLogical().CreatePipelineLayout(ci); in CreatePipelineLayout()
658 pipeline = device.GetLogical().CreateGraphicsPipeline(pipeline_ci); in CreateGraphicsPipeline()
683 sampler = device.GetLogical().CreateSampler(ci); in CreateSampler()
705 framebuffers[i] = device.GetLogical().CreateFramebuffer(ci); in CreateFramebuffers()
732 buffer = device.GetLogical().CreateBuffer(ci); in CreateStagingBuffer()
808 device.GetLogical().UpdateDescriptorSets(std::array{ubo_write, sampler_write}, {}); in UpdateDescriptorSet()
H A Dvk_stream_buffer.cpp125 buffer = device.GetLogical().CreateBuffer({ in CreateBuffers()
136 const auto requirements = device.GetLogical().GetBufferMemoryRequirements(*buffer); in CreateBuffers()
140 memory = device.GetLogical().AllocateMemory({ in CreateBuffers()
H A Dvk_compute_pass.cpp386 descriptor_set_layout = device.GetLogical().CreateDescriptorSetLayout({ in VKComputePass()
394 layout = device.GetLogical().CreatePipelineLayout({ in VKComputePass()
405 descriptor_template = device.GetLogical().CreateDescriptorUpdateTemplateKHR({ in VKComputePass()
424 module = device.GetLogical().CreateShaderModule({ in VKComputePass()
432 pipeline = device.GetLogical().CreateComputePipeline({ in VKComputePass()
H A Dvk_query_cache.cpp48 pools.push_back(device.GetLogical().CreateQueryPool({ in Allocate()
100 const vk::Device* logical = &cache_.Device().GetLogical();
122 const VkResult query_result = cache.Device().GetLogical().GetQueryResults( in BlockingQuery()
H A Dvk_memory_manager.cpp155 auto commit = Commit(device.GetLogical().GetBufferMemoryRequirements(*buffer), host_visible); in Commit()
161 auto commit = Commit(device.GetLogical().GetImageMemoryRequirements(*image), host_visible); in Commit()
181 vk::DeviceMemory memory = device.GetLogical().TryAllocateMemory({ in AllocMemory()
/dports/science/elmerfem/elmerfem-release-9.0/elmerice/UserFunctions/
H A DUSF_ShapeFactor.F90148 Parabola = GetLogical( BodyForce, 'Parabola Shape', GotIt)
150 Rectangle = GetLogical( BodyForce, 'Rectangle Shape', GotIt)
177 Surface = GetLogical( BC, 'Shape Surface', GotIt)
178 Bedrock = GetLogical( BC, 'Shape Bedrock', GotIt)
212 Surface = GetLogical( BC, 'Shape Surface', GotIt)
213 Bedrock = GetLogical( BC, 'Shape Bedrock', GotIt)
265 Surface = GetLogical( BC, 'Shape Surface', GotIt)
311 Surface = GetLogical( BC, 'Shape Surface', GotIt)
312 Bedrock = GetLogical( BC, 'Shape Bedrock', GotIt)
H A DUSF_SourceCalcCalving.F9085 Calving = GetLogical(Model % Simulation, 'Calving', Found)
101 IMLogical = GetLogical(BodyForce,'Internal Melt',Found)
122 SMLogical = GetLogical(BodyForce,'Surface Melt',Found)
H A DBuoyancy.F90116 NormalFlux = GetLogical( Model % Constants, 'Buoyancy Use Basal Melt', GotIt )
203 ComputeS = GetLogical( BC, 'Compute Sea Pressure', GotIt)
281 ComputeS = GetLogical( BC, 'Compute Sea Pressure', GotIt)
311 ComputeS = GetLogical( BC, 'Compute Sea Spring', GotIt)
476 ComputeS = GetLogical( BC, 'Compute Sea Spring', GotIt)
502 ComputeS = GetLogical( BC, 'Compute Sea Spring', GotIt)
/dports/science/elmerfem/elmerfem-release-9.0/elmerice/Solvers/
H A DDJDBeta_Adjoint.F90152 PowerFormulation=GetLogical( SolverParams, 'PowerFormulation', Found)
158 Beta2Formulation=GetLogical( SolverParams, 'Beta2Formulation', Found)
175 FreeSlipShelves=GetLogical( SolverParams, 'FreeSlipShelves', Found)
230 NormalTangential1 = GetLogical( BC, &
233 NormalTangential1 = GetLogical( BC, &
236 NormalTangential2 = GetLogical( BC, &
/dports/science/elmerfem/elmerfem-release-9.0/fem/src/modules/MagnetoDynamics/
H A DCalcFields.F90200 IF (GetLogical(SolverParams,'Show Angular Frequency',Found)) &
219 NodalFields = .NOT. GetLogical( SolverParams, 'Skip Nodal Fields', Found)
262 IF (GetLogical(SolverParams,'Calculate JxB',Found)) THEN
345 IF (GetLogical(SolverParams, 'Calculate Nodal Forces', Found) ) THEN
361 IF (GetLogical(SolverParams,'Discontinuous Galerkin',Found)) RETURN
400 IF (GetLogical(SolverParams,'Calculate JxB',Found)) THEN
477 IF (GetLogical(SolverParams, 'Calculate Nodal Forces', Found) ) THEN
785 LossEstimation = GetLogical(SolverParams,'Loss Estimation',Found) &
988 Cubic = GetLogical( Material, 'Cubic spline for H-B curve', Found)
1778 IF (GetLogical(SolverParams,'Discontinuous Galerkin',Found)) THEN
[all …]
H A DJfixPotentialSolver.F90165 SingleNodeBC = GetLogical( SolverParams,'Single Node Projection BC',Found )
372 JfixNeu = GetLogical( SolverParams,'Jfix Neumann BCs',Found )
373 JfixDir = GetLogical( SolverParams,'Jfix Dirichlet BCs',Found )
374 JfixHybrid = GetLogical( SolverParams,'Jfix Hybrid BCs',Found )
376 JfixAuto = GetLogical( SolverParams,'Jfix Automated BCs',Found )
377 IF(.NOT. Found ) JfixAuto = GetLogical( SolverParams, &
/dports/science/elmerfem/elmerfem-release-9.0/elmerice/Solvers/AdjointSSA/
H A DAdjointSSA_GradientSolver.F90222 ComputeDJDBeta = GetLogical( SolverParams,'Compute DJDBeta', Found)
224 ComputeDJDZs = GetLogical( SolverParams,'Compute DJDZs', Found)
226 ComputeDJDZb = GetLogical( SolverParams,'Compute DJDZb', Found)
228 ComputeDJDRho = GetLogical( SolverParams,'Compute DJDRho', Found)
230 ComputeDJDEta = GetLogical( SolverParams,'Compute DJDEta', Found)
271 SEP=GetLogical( DSolver % Values, 'Sub-Element GL parameterization',GotIt)
312 Reset = GetLogical( SolverParams,'Reset DJDBeta', Found)
321 Reset = GetLogical( SolverParams,'Reset DJDZs', Found)
329 Reset = GetLogical( SolverParams,'Reset DJDZb', Found)
338 Reset = GetLogical( SolverParams,'Reset DJDRho', Found)
[all …]
/dports/science/elmerfem/elmerfem-release-9.0/elmerice/Solvers/AdjointStokes/
H A DAdjointStokes_GradientBetaSolver.F90179 NormalTangential1 = GetLogical( BC, &
182 NormalTangential1 = GetLogical( BC, &
185 NormalTangential2 = GetLogical( BC, &
/dports/science/elmerfem/elmerfem-release-9.0/fem/tests/SecondOrderEdgeElement2D_BCs/
H A DEdgeFEInterpolationTest.F9092 PiolaVersion = GetLogical( GetSolverParams(), 'Optimal Family', Found)
94 IF ( GetLogical(GetSolverParams(), 'Quadratic Approximation', Found) ) THEN
98 SecondFamily = GetLogical( GetSolverParams(), 'Second Kind Basis', Found)
100 ErrorEstimation = GetLogical( GetSolverParams(), 'Error Computation', Found)
103 UseCurlNorm = GetLogical( GetSolverParams(), 'Compute Curl Error', Found)

123456789