#include <stdio.h>#include <cstdlib>#include <cstring>#include <iostream>#include <string>#include <vector>#include "Origen/Core/config.h"#include "Origen/Core/dc/FakeFactory.h"#include "Origen/Core/dc/GridView_TransitionCoeff.h"#include "Origen/Core/dc/Library.h"#include "Origen/Core/dc/SerialRegistrar.h"#include "Origen/Core/dc/TransitionCoeff.h"#include "Origen/Core/io/LibraryIO.h"#include "Standard/Interface/SerialFactory.h"#include "Standard/Interface/SerialStream.h"#include "ScaleUtils/Math/Interp1D_CubicSpline_SF.h"#include "ScaleUtils/Math/interpwts.h"#include "Nemesis/gtest/nemesis_gtest.hh"#include "Nemesis/harness/DBC.hh"Classes | |
| class | LibraryTest |
Functions | |
| TEST_F (LibraryTest, Initialize) | |
| TEST (Library, Clone) | |
| TEST (Library, Basic_Interp) | |
| TEST (Library, Basic_Interp1D) | |
| TEST (Library, Interp1D_Thinner) | |
| TEST (Library, FortranTestConsistency) | |
| TEST (FakeFactory, linear1D) | |
| TEST (FakeFactory, linear2D) | |
Function Documentation
| TEST_F | ( | LibraryTest | , |
| Initialize | |||
| ) |
- Examples:
- tstLibrary.cpp.
References Library::deserialize(), Origen::SerialRegistrar(), and Library::to_json().
| TEST | ( | Library | , |
| Clone | |||
| ) |
| TEST | ( | Library | , |
| Basic_Interp | |||
| ) |
| TEST | ( | Library | , |
| Basic_Interp1D | |||
| ) |
| TEST | ( | Library | , |
| Interp1D_Thinner | |||
| ) |
| TEST | ( | Library | , |
| FortranTestConsistency | |||
| ) |
| TEST | ( | FakeFactory | , |
| linear1D | |||
| ) |
References FakeFactory::Library_linear1D(), and FakeFactory::TransitionCoeff_random2().
| TEST | ( | FakeFactory | , |
| linear2D | |||
| ) |
References FakeFactory::Library_linear2D(), and FakeFactory::TransitionCoeff_random2().

1.8.10