--############################################### Setup mesh
nodes={}
N=100
L=2.0
xmin = -L/2
dx = L/N
for i=1,(N+1) do
k=i-1
nodes[i] = xmin + k*dx
end
--###############################################
Set Material IDs
chi_unit_sim_tests.chiSimTest03_PWLC();
if (chi_location_id == 0) then
os.execute("rm CodeTut3_PWLC*")
end
void chiVolumeMesherSetMatIDToAll(int material_id)
void Set(VecDbl &x, const double &val)