Celeritas 0.7+4eea2c0
Loading...
Searching...
No Matches
Namespaces | Typedefs | Functions
CovfieTestField.covfie.cc File Reference
#include "CovfieTestField.hh"
#include <fstream>
#include <covfie/core/algebra/affine.hpp>
#include <covfie/core/backend/primitive/array.hpp>
#include <covfie/core/backend/transformer/affine.hpp>
#include <covfie/core/backend/transformer/linear.hpp>
#include <covfie/core/backend/transformer/strided.hpp>
#include <covfie/core/field.hpp>
#include <covfie/core/parameter_pack.hpp>
#include <covfie/core/vector.hpp>
#include "corecel/Assert.hh"

Namespaces

namespace  celeritas::test
 Test harness base class for optical physics.
 

Typedefs

template<class B >
using celeritas::test::deserialization_interp_t = covfie::backend::linear< B >
 

Functions

void celeritas::test::write_cart_covfie (std::string const &path, std::size_t nx, std::size_t ny, std::size_t nz)
 Write a tiny 3D covfie field (nx x ny x nz) to a file.
 
void celeritas::test::write_rz_covfie (std::string const &path, std::size_t nr, std::size_t nz)
 Write a tiny 2D covfie field (nr x nz) to a file.