Chi-Tech
test/framework/chi_mesh/ReadWavefrontObj1.lua
-- 2D Transport test with Vacuum and Incident-isotropic BC.
-- SDM: PWLD
-- Test: Max-value=0.51187 and 1.42458e-03
num_procs = 4
--Unstructured mesh
--############################################### Check num_procs
if (check_num_procs==nil and chi_number_of_processes ~= num_procs) then
chiLog(LOG_0ERROR,"Incorrect amount of processors. " ..
"Expected "..tostring(num_procs)..
". Pass check_num_procs=false to override if possible.")
os.exit(false)
end
--############################################### Setup mesh
meshgen1 = chi_mesh.MeshGenerator.Create
({
inputs =
{
({
filename = "ReactorPinMesh.obj"
})
}
})
--############################################### Exports
if master_export == nil then
end
virtual void Execute()
void chiLog(int LogType, char LogMsg)
void chiMeshHandlerExportMeshToVTK(char FileName)