Skip to content

Commit a0f1034

Browse files
authored
Cleanup (#786)
* cleanup of the old api
1 parent 0de1547 commit a0f1034

File tree

126 files changed

+112
-589054
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

126 files changed

+112
-589054
lines changed

CMakeLists.txt

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -405,32 +405,25 @@ endif()
405405

406406
target_compile_features (libasgard PUBLIC cxx_std_17)
407407
set (components
408-
asgard_adapt
409-
asgard_basis
410-
asgard_coefficients
411-
asgard_distribution
412-
asgard_elements
413408
asgard_fast_math
414-
asgard_kronmult_matrix
415409
asgard_lib_dispatch
416410
asgard_matlab_utilities
417-
asgard_permutations
418411
asgard_quadrature
419412
asgard_resources
420-
asgard_sparse
421413
asgard_tensors
422414
)
423415

424416
# version 2 components, do not depend on catch2
425417
set(asgard_components
418+
basis
426419
block_matrix
427-
boundary_conditions
428420
coefficients_mats
429421
compute
430422
discretization
431423
indexset
432424
interp
433425
moment
426+
permutations
434427
pde
435428
pde_functions
436429
program_options

src/asgard_adapt.cpp

Lines changed: 0 additions & 274 deletions
This file was deleted.

0 commit comments

Comments
 (0)