- Mar 14, 2024
-
-
samuel.hayden authored
This builder only needs to move all the data to the base class and resize the radii vector if required
-
samuel.hayden authored
-
samuel.hayden authored
This class only needs to compute the cell positions based on the number of cells in each direction and move the data from the struct to the base class. Also handles the case where nRadii == 1 and adds the required number
-
samuel.hayden authored
Lattice builder base class now stores the base data required to build the lattice. Extra data is handled by derived classes
-
samuel.hayden authored
-
samuel.hayden authored
Added structs which store data specific to the type of lattice. These are handled by seperate builder implimentations
-
- Mar 04, 2024
-
-
samuel.hayden authored
-