Changeset 716da7 for src/samples/discretization_poisson_fv.cpp
- Timestamp:
- Apr 24, 2012, 2:26:14 PM (14 years ago)
- Children:
- b51c3b
- Parents:
- e3dbbf
- File:
-
- 1 edited
-
src/samples/discretization_poisson_fv.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/samples/discretization_poisson_fv.cpp
re3dbbf r716da7 25 25 const Vector h2_inv = 0.5 / sol_f.Extent().MeshWidth(); 26 26 27 const Index b1_c = sol_c.Local().FinerBegin Foo();28 const Index b2_c = sol_c.Local().FinerEnd Foo() - 1;27 const Index b1_c = sol_c.Local().FinerBegin(); 28 const Index b2_c = sol_c.Local().FinerEnd() - 1; 29 29 const Index b1_f = 0; 30 30 const Index b2_f = rhs_f.Local().SizeTotal() - 1; … … 32 32 const Index begin_f = sol_f.Local().Begin(); 33 33 const Index end_f = sol_f.Local().End(); 34 const Index begin_c = sol_c.Local().FinerBegin Foo();34 const Index begin_c = sol_c.Local().FinerBegin(); 35 35 36 36 const vmg_float c_1_3 = 1.0 / 3.0;
Note:
See TracChangeset
for help on using the changeset viewer.
