MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/SPlisHSPlasH / save

Method save

SPlisHSPlasH/Utilities/CholeskyAVXSolver.cpp:151–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149}
150
151void CholeskyAVXSolver::save(SPH::BinaryFileWriter& binWriter)
152{
153 L.save(binWriter);
154 LT.save(binWriter);
155
156 binWriter.writeVector(perm);
157 binWriter.writeVector(perm_inv);
158 binWriter.write(n_rhs_lines);
159 binWriter.write(ndofs);
160}
161
162void CholeskyAVXSolver::load(SPH::BinaryFileReader& binReader)
163{

Callers 6

initSystemMethod · 0.80
initSystemMethod · 0.80
initDensityMapMethod · 0.80
initVolumeMapMethod · 0.80
readSceneMethod · 0.80
generateSamplingMethod · 0.80

Calls 5

writeBufferMethod · 0.80
writeVectorMethod · 0.45
writeMethod · 0.45
sizeMethod · 0.45
dataMethod · 0.45

Tested by

no test coverage detected