pederson / OOFDTD

Object-Oriented Finite Difference Time Domain
0 stars 0 forks source link

mesh generation #1

Open dyh1211 opened 7 years ago

dyh1211 commented 7 years ago

If I want to use this program to simulate an object,what information need to give. can it simulate some complex model except regular model.

pederson commented 7 years ago

You'll need to specify the geometry, and the types of materials in each geometric object. See "main.cpp" for an example of empty space geometry. For other geometries like cylinders and spheres, you'll want to reference "GeometricObject.hpp" for instantiation info.