Skip to content

Commit

Permalink
Merge branch 'createFromCache' into devel
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin D. Weinberg committed Jul 7, 2024
2 parents 971f33d + 689c1fd commit ff6c4d4
Show file tree
Hide file tree
Showing 20 changed files with 1,470 additions and 76 deletions.
2 changes: 1 addition & 1 deletion expui/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ endif()
set(expui_SOURCES BasisFactory.cc BiorthBasis.cc FieldBasis.cc
CoefContainer.cc CoefStruct.cc FieldGenerator.cc expMSSA.cc
Coefficients.cc KMeans.cc Centering.cc ParticleIterator.cc
Koopman.cc BiorthBess.cc)
Koopman.cc BiorthBess.cc SGSmooth.cc)
add_library(expui ${expui_SOURCES})
set_target_properties(expui PROPERTIES OUTPUT_NAME expui)
target_include_directories(expui PUBLIC ${common_INCLUDE})
Expand Down
13 changes: 13 additions & 0 deletions expui/CoefContainer.H
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ namespace MSSA
void pack_sphere();
void unpack_sphere();
void restore_background_sphere();
//@}

//@{
//! Cylindrical coefficients
Expand All @@ -99,6 +100,18 @@ namespace MSSA
void restore_background_cylinder();
//@}

//@{
//! Spherical field coefficients
void pack_sphfld();
void unpack_sphfld();
//@}

//@{
//! Cylindrical coefficients
void pack_cylfld();
void unpack_cylfld();
//@}

//@{
//! Slab coefficients
void pack_slab();
Expand Down
Loading

0 comments on commit ff6c4d4

Please sign in to comment.