Driver.
53 disk_file.open(
"disk.dat");
56 disk_file <<
"ZONE I=" << nphi <<
", J=" << nr << std::endl;
57 for (
unsigned i=0;
i<nr;
i++)
60 for (
unsigned j=0;
j<nphi;
j++)
66 disk_file <<
r[0] <<
" "
77 ofstream two_d_boundaries_file(
"two_d_boundaries.dat");
78 ofstream three_d_boundaries_file(
"three_d_boundaries.dat");
79 ofstream boundaries_tangent_file(
"boundaries_tangent.dat");
80 ofstream boundaries_normal_file(
"boundaries_normal.dat");
81 ofstream boundaries_binormal_file(
"boundaries_binormal.dat");
84 two_d_boundaries_file,
85 three_d_boundaries_file,
86 boundaries_tangent_file,
87 boundaries_normal_file,
88 boundaries_binormal_file);
89 two_d_boundaries_file.close();
90 three_d_boundaries_file.close();
91 boundaries_tangent_file.close();
92 boundaries_normal_file.close();
93 boundaries_binormal_file.close();
AnnoyingScalar cos(const AnnoyingScalar &x)
Definition: AnnoyingScalar.h:136
AnnoyingScalar sin(const AnnoyingScalar &x)
Definition: AnnoyingScalar.h:137
int i
Definition: BiCGSTAB_step_by_step.cpp:9
const unsigned n
Definition: CG3DPackingUnitTest.cpp:11
void output_boundaries_and_triads(const unsigned &nplot, std::ofstream &two_d_boundaries_file, std::ofstream &three_d_boundaries_file, std::ofstream &boundaries_tangent_file, std::ofstream &boundaries_normal_file, std::ofstream &boundaries_binormal_file)
Definition: geom_obj_with_boundary.h:198
Definition: geom_obj_with_boundary.h:342
void position(const Vector< double > &zeta, Vector< double > &r) const
Position Vector at Lagrangian coordinate zeta.
Definition: geom_obj_with_boundary.h:402
double Pi
Definition: two_d_biharmonic.cc:235
EIGEN_STRONG_INLINE const Eigen::CwiseBinaryOp< Eigen::internal::scalar_zeta_op< typename DerivedX::Scalar >, const DerivedX, const DerivedQ > zeta(const Eigen::ArrayBase< DerivedX > &x, const Eigen::ArrayBase< DerivedQ > &q)
Definition: SpecialFunctionsArrayAPI.h:152
double epsilon
Definition: osc_ring_sarah_asymptotics.h:43
std::ptrdiff_t j
Definition: tut_arithmetic_redux_minmax.cpp:2